|
|
delpi
0.0.1
DElta-complete LP solver
|
Structure representing a row in the LP solver in the form of a linear combination of variables. More...
#include <Row.h>
Public Attributes | |
| std::vector< std::pair< Variable, mpq_class > > | addends |
| Linear combination of variables. | |
| std::optional< mpq_class > | lb |
| Lower bound. Ifstd::nullopt, indicated unboundness. | |
| std::optional< mpq_class > | ub |
| Upper bound. Ifstd::nullopt, indicated unboundness. | |
Structure representing a row in the LP solver in the form of a linear combination of variables.