qpmad
Eigen-based C++ QP solver.
Loading...
Searching...
No Matches
Public Types | List of all members
qpmad::ConstraintStatus Class Reference

Detailed Description

Definition at line 15 of file constraint_status.h.

#include <constraint_status.h>

Public Types

enum  Status {
  UNDEFINED = 0 , INCONSISTENT = 1 , EQUALITY = 2 , INACTIVE = 3 ,
  ACTIVE_LOWER_BOUND = 4 , ACTIVE_UPPER_BOUND = 5
}
 

Member Enumeration Documentation

◆ Status

Enumerator
UNDEFINED 
INCONSISTENT 
EQUALITY 
INACTIVE 
ACTIVE_LOWER_BOUND 
ACTIVE_UPPER_BOUND 

Definition at line 18 of file constraint_status.h.


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