Semantic representation of a constraint in a Math Program. More...
#include <MP_constraint.hpp>
Private Member Functions | |
Constraint (const MP_expression &l, const MP_expression &r, Sense_enum s) | |
Private Attributes | |
MP_expression | left |
MP_expression | right |
Sense_enum | sense |
Friends | |
class | MP_constraint |
class | MP_model |
Constraint | operator<= (const MP_expression &l, const MP_expression &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator<= (const Constant &l, const MP_expression &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator<= (const MP_expression &l, const Constant &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator<= (const VariableRef &l, const VariableRef &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator>= (const MP_expression &l, const MP_expression &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator>= (const Constant &l, const MP_expression &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator>= (const MP_expression &l, const Constant &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator>= (const VariableRef &l, const VariableRef &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator== (const MP_expression &l, const MP_expression &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator== (const Constant &l, const MP_expression &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator== (const MP_expression &l, const Constant &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Constraint | operator== (const VariableRef &l, const VariableRef &r) |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading. More... | |
Semantic representation of a constraint in a Math Program.
Definition at line 39 of file MP_constraint.hpp.
|
inlineprivate |
Definition at line 57 of file MP_constraint.hpp.
|
friend |
Definition at line 40 of file MP_constraint.hpp.
|
friend |
Definition at line 41 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 69 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 77 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 85 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 93 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 102 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 110 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 118 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 126 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 135 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 143 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 151 of file MP_constraint.hpp.
|
friend |
Uses operator overloading to construct an ConstraintConstucts a Constraint using operator overloading.
Definition at line 159 of file MP_constraint.hpp.
|
private |
Definition at line 60 of file MP_constraint.hpp.
|
private |
Definition at line 60 of file MP_constraint.hpp.
|
private |
Definition at line 61 of file MP_constraint.hpp.