#include <problem_dim.hpp>
|
const meilp_solverRef | MS |
| store the ilp_solver. More...
|
|
Definition at line 62 of file problem_dim.hpp.
◆ problem_dim()
problem_dim::problem_dim |
( |
meilp_solverRef |
ms | ) |
|
|
explicit |
◆ ~problem_dim()
problem_dim::~problem_dim |
( |
| ) |
|
|
virtualdefault |
◆ print()
virtual void problem_dim::print |
( |
std::ostream & |
os | ) |
const |
|
pure virtual |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const problem_dim & |
pd |
|
) |
| |
|
friend |
◆ MS
const meilp_solverRef problem_dim::MS |
|
protected |
store the ilp_solver.
Used to set the type of the column. X variables are binary, while Z and W are integers
Definition at line 66 of file problem_dim.hpp.
The documentation for this class was generated from the following files: