#include <constraints.hpp>
Public Member Functions | |
single_bounded_expression (double lb, linear_expression expr) | |
Constructor from expression and lower bound. | |
single_bounded_expression (linear_expression expr, double ub) | |
Constructor from expression and upper bound. | |
linear_expression | get_expression () const |
Expression getter. | |
double | get_lower_bound () const |
Lower bound getter. | |
double | get_upper_bound () const |
Upper bound getter. | |
Single bounded expression class.
Definition at line 48 of file constraints.hpp.