|
Limbo 3.5.4
|
information for a variable of a constraint More...
#include <LPColoring.h>
Public Member Functions | |
| ConstrVariableInfo () | |
| constructor | |
| void | set (double c, char s) |
| bool | same_direction (ConstrVariableInfo const &rhs) const |
Public Attributes | |
| double | coeff |
| coefficient | |
| char | sense |
| '>' or '<' | |
information for a variable of a constraint
Definition at line 98 of file LPColoring.h.
|
inline |
constructor
Definition at line 104 of file LPColoring.h.
|
inline |
check whether two constraints have the same direction
| rhs | constraint |
Definition at line 119 of file LPColoring.h.
|
inline |
| double limbo::algorithms::coloring::LPColoring< GraphType >::ConstrVariableInfo::coeff |
coefficient
Definition at line 100 of file LPColoring.h.
| char limbo::algorithms::coloring::LPColoring< GraphType >::ConstrVariableInfo::sense |
'>' or '<'
Definition at line 101 of file LPColoring.h.