#include <constraints.h>
Public Member Functions | |
constraint_t () | |
constraint_t (const constraint_t &c) | |
constraint_t (cindex_t ci, cindex_t cj, raw_t vij) | |
constraint_t (cindex_t ci, cindex_t cj, int32_t bound, bool isStrict) | |
bool | operator== (const constraint_t &b) const |
Equality operator for constraint_t. | |
Public Attributes | |
cindex_t | i |
cindex_t | j |
raw_t | value |
xi-xj <= value (with the special encoding)
|
|
|
|
|
|
|
|
|
Equality operator for constraint_t.
|
|
|
|
|
|
|