#include <OSInstance.h>
Collaboration diagram for Constraint:

Public Member Functions | |
| Constraint () | |
| The Constraint class constructor. | |
| ~Constraint () | |
| The Constraint class destructor. | |
Public Attributes | |
| std::string | name |
| name is the name of the constraint | |
| double | constant |
| constant is a value that is added to the constraint | |
| double | lb |
| lb is the lower bound on the constraint | |
| double | ub |
| ub is the upper bound on the constraint | |
Definition at line 159 of file OSInstance.h.
| Constraint::Constraint | ( | ) |
The Constraint class constructor.
| Constraint::~Constraint | ( | ) |
The Constraint class destructor.
| std::string Constraint::name |
| double Constraint::constant |
| double Constraint::lb |
| double Constraint::ub |
1.4.7