humoto
|
Constraint type.
Definition at line 19 of file constraints_base.h.
#include <constraints_base.h>
Public Types | |
enum | Type { UNDEFINED = 0, ILU = 1, IL = 2, IU = 3, IB = 4, IB0 = 5, GILU = 6, GIL = 7, GIU = 8, GIB = 9, GIB0 = 10, ALU = 11, AL = 12, AU = 13, AB = 14, AB0 = 15, ASLU = 16, ASL = 17, ASU = 18, ASB = 19, ASB0 = 20 } |
Static Public Member Functions | |
static bool | isEquality (const Type ctr_type) |
static bool | isSimple (const Type ctr_type) |
static bool | isTwoSidedInequality (const Type ctr_type) |
Enumerator | |
---|---|
UNDEFINED | |
ILU | |
IL | |
IU | |
IB | |
IB0 | |
GILU | |
GIL | |
GIU | |
GIB | |
GIB0 | |
ALU | |
AL | |
AU | |
AB | |
AB0 | |
ASLU | |
ASL | |
ASU | |
ASB | |
ASB0 |
Definition at line 22 of file constraints_base.h.
|
inlinestatic |
Definition at line 48 of file constraints_base.h.
|
inlinestatic |
Definition at line 68 of file constraints_base.h.
|
inlinestatic |
Definition at line 91 of file constraints_base.h.