|
|
delpi
0.0.1
DElta-complete LP solver
|
Convenient structure representing a column in the LP solver. More...
#include <Column.h>
Public Attributes | |
| Variable | var |
| Variable. | |
| std::optional< mpq_class > | lb |
| Lower bound. | |
| std::optional< mpq_class > | ub |
| Upper bound. | |
| std::optional< mpq_class > | obj |
| Objective function coefficient. | |
Convenient structure representing a column in the LP solver.
A missing lower bound means that the variable is unbounded in the negative direction. A missing upper bound means that the variable is unbounded in the positive direction. A missing objective function coefficient means that the variable does not participate in the objective function.