alpaqa 1.0.0a19
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ConstrCount Struct Reference

#include </__w/alpaqa/alpaqa/src/alpaqa/src/driver/problem.hpp>

Detailed Description

Definition at line 14 of file problem.hpp.

+ Collaboration diagram for ConstrCount:

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.
 

Constructor & Destructor Documentation

◆ ConstrCount()

ConstrCount ( )
default

Member Data Documentation

◆ lb

length_t lb = 0

Number of variables with only lower bound.

Definition at line 17 of file problem.hpp.

◆ ub

length_t ub = 0

Number of variables with only upper bound.

Definition at line 18 of file problem.hpp.

◆ lbub

length_t lbub = 0

Number of variables with both bounds.

Definition at line 19 of file problem.hpp.

◆ eq

length_t eq = 0

Number of variables with equal bounds.

Definition at line 20 of file problem.hpp.


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