Constraint right hand side parameters class. More...
#include <Constraint.hpp>
Public Member Functions | |
| rhsParams () | |
| Constructor of the rhsParams structure. More... | |
Public Attributes | |
| double | m_rhs |
| Value of the right hand side. More... | |
| bool | m_rhsIsZero |
| Parameter indicating if the right hand side of the constraint is zero. More... | |
| bool | m_rhsSet |
| Parameter indicating if the right hand side of the constraint is set. More... | |
Constraint right hand side parameters class.
|
inline |
Constructor of the rhsParams structure.
| double rhsParams::m_rhs |
Value of the right hand side.
| bool rhsParams::m_rhsIsZero |
Parameter indicating if the right hand side of the constraint is zero.
| bool rhsParams::m_rhsSet |
Parameter indicating if the right hand side of the constraint is set.