humoto
|
Type of constraint activation.
Definition at line 17 of file active_set.h.
#include <active_set.h>
Public Types | |
enum | Type { UNDEFINED = 0, INACTIVE = 1, LOWER_BOUND = 2, UPPER_BOUND = 3, EQUALITY = 4 } |
Enumerator | |
---|---|
UNDEFINED | Udefined. |
INACTIVE | Constraint is inactive. |
LOWER_BOUND | Lower bound is activated. |
UPPER_BOUND | Upper bound is activated. |
EQUALITY | Constraint is an equality (always active) |
Definition at line 20 of file active_set.h.