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