|
Minotaur 0.4.1
Docs for developers
|
Read an LP or MILP instance from an MPS file. More...
#include <Reader.h>
Public Member Functions | |
| Reader (EnvPtr env) | |
| Default constructor. | |
| ~Reader () | |
| Destroy. | |
| ProblemPtr | readMps (std::string fname, int &err) |
| Read a file and return the Problem object. | |
| int | readSol (ProblemPtr p, std::string sname) |
| Read a solution file and store it in Problem for debugging. | |
Read an LP or MILP instance from an MPS file.
MPS files are read following the CPLEX 12.8 documentation