lemon/cplex.h
changeset 1250 97d978243703
parent 1231 1782aa72495a
child 1270 dceba191c00d
equal deleted inserted replaced
6:5c0f8b53af4c 7:10b36abe8597
   176     /// Write the problem or the solution to a file in the given format
   176     /// Write the problem or the solution to a file in the given format
   177 
   177 
   178     /// This function writes the problem or the solution
   178     /// This function writes the problem or the solution
   179     /// to a file in the given format.
   179     /// to a file in the given format.
   180     /// Trying to write in an unsupported format will trigger
   180     /// Trying to write in an unsupported format will trigger
   181     /// \ref UnsupportedFormatError.
   181     /// \ref lemon::LpBase::UnsupportedFormatError "UnsupportedFormatError".
   182     /// \param file The file path
   182     /// \param file The file path
   183     /// \param format The output file format.
   183     /// \param format The output file format.
   184     /// Supportted formats are "MPS", "LP" and "SOL".
   184     /// Supportted formats are "MPS", "LP" and "SOL".
   185     void write(std::string file, std::string format = "MPS") const {}
   185     void write(std::string file, std::string format = "MPS") const {}
   186 #endif
   186 #endif