ROC++  v1.2
Automatic Robust Optimization in C++
rhsParams Struct Reference

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...
 

Detailed Description

Constraint right hand side parameters class.

Constructor & Destructor Documentation

◆ rhsParams()

rhsParams::rhsParams ( )
inline

Constructor of the rhsParams structure.

Member Data Documentation

◆ m_rhs

double rhsParams::m_rhs

Value of the right hand side.

◆ m_rhsIsZero

bool rhsParams::m_rhsIsZero

Parameter indicating if the right hand side of the constraint is zero.

◆ m_rhsSet

bool rhsParams::m_rhsSet

Parameter indicating if the right hand side of the constraint is set.