#include <alpaqa/problem-loader/problem-loader.hpp>
Definition at line 19 of file problem-loader.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 22 of file problem-loader.hpp.
| length_t ub = 0 |
Number of variables with only upper bound.
Definition at line 23 of file problem-loader.hpp.
| length_t lbub = 0 |
Number of variables with both bounds.
Definition at line 24 of file problem-loader.hpp.
| length_t eq = 0 |
Number of variables with equal bounds.
Definition at line 25 of file problem-loader.hpp.