#include </__w/alpaqa/alpaqa/src/alpaqa/src/driver/problem.hpp>
Definition at line 14 of file problem.hpp.
Public Member Functions | |
ConstrCount ()=default | |
Public Attributes | |
length_t | lb = 0 |
Number of variables with only lower bound. | |
length_t | ub = 0 |
Number of variables with only upper bound. | |
length_t | lbub = 0 |
Number of variables with both bounds. | |
length_t | eq = 0 |
Number of variables with equal bounds. | |
|
default |
length_t lb = 0 |
Number of variables with only lower bound.
Definition at line 17 of file problem.hpp.
length_t ub = 0 |
Number of variables with only upper bound.
Definition at line 18 of file problem.hpp.
length_t lbub = 0 |
Number of variables with both bounds.
Definition at line 19 of file problem.hpp.
length_t eq = 0 |
Number of variables with equal bounds.
Definition at line 20 of file problem.hpp.