|
humoto
|
This mixin provides functionality for determination of active constraints.
| t_Base | base class |
Definition at line 1044 of file constraints_mixins.h.
#include <constraints_mixins.h>

Public Member Functions | |
| void | determineActiveSet (ActiveSetConstraints &active_set, const Location &location, const Solution &solution) const |
| Determine active set given a solution vector. More... | |
Protected Member Functions | |
| ActiveSetDeterminationLUMixin () | |
| ~ActiveSetDeterminationLUMixin () | |
| Protected destructor: prevent destruction of the child classes through a base pointer. More... | |
|
inlineprotected |
Protected destructor: prevent destruction of the child classes through a base pointer.
Definition at line 1051 of file constraints_mixins.h.
|
inlineprotected |
Definition at line 1052 of file constraints_mixins.h.
|
inline |
Determine active set given a solution vector.
| [in,out] | active_set | active set |
| [in] | location | location of the constraints in the active set |
| [in] | solution | solution vector |
Definition at line 1056 of file constraints_mixins.h.
1.8.13