lemon/glpk.h
changeset 1091 9eac00ea588f
parent 1063 1782aa72495a
child 1092 dceba191c00d
equal deleted inserted replaced
14:e4cac45ec6af 15:529f0d0d337b
   150     /// Write the problem or the solution to a file in the given format
   150     /// Write the problem or the solution to a file in the given format
   151     
   151     
   152     /// This function writes the problem or the solution
   152     /// This function writes the problem or the solution
   153     /// to a file in the given format.
   153     /// to a file in the given format.
   154     /// Trying to write in an unsupported format will trigger
   154     /// Trying to write in an unsupported format will trigger
   155     /// \ref UnsupportedFormatError.
   155     /// \ref LpBase::UnsupportedFormatError.
   156     /// \param file The file path
   156     /// \param file The file path
   157     /// \param format The output file format.
   157     /// \param format The output file format.
   158     /// Supportted formats are "MPS" and "LP".
   158     /// Supportted formats are "MPS" and "LP".
   159     void write(std::string file, std::string format = "MPS") const {}
   159     void write(std::string file, std::string format = "MPS") const {}
   160 #endif
   160 #endif