Semantic representation of a constraint in a Math Program. More...
#include <MP_constraint.hpp>

Public Member Functions | |
| Constraint_base (const MP_expression &l, const MP_expression &r, Sense_enum s) | |
Public Attributes | |
| MP_expression | left |
| MP_expression | right |
| Sense_enum | sense |
| int | count |
Semantic representation of a constraint in a Math Program.
Definition at line 42 of file MP_constraint.hpp.
| flopc::Constraint_base::Constraint_base | ( | const MP_expression & | l, | |
| const MP_expression & | r, | |||
| Sense_enum | s | |||
| ) | [inline] |
Definition at line 44 of file MP_constraint.hpp.
Definition at line 47 of file MP_constraint.hpp.
Definition at line 47 of file MP_constraint.hpp.
Definition at line 48 of file MP_constraint.hpp.
Definition at line 50 of file MP_constraint.hpp.
1.6.1