equal
deleted
inserted
replaced
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 |