humoto
Public Types | List of all members
humoto::ConstraintActivationType Class Reference

Detailed Description

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
}
 

Member Enumeration Documentation

◆ Type

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.


The documentation for this class was generated from the following file: