|
humoto
|
This mixin provides functionality for compuation of violations of the bounds.
| t_Base | base class |
Definition at line 1255 of file constraints_mixins.h.
#include <constraints_mixins.h>

Public Member Functions | |
| void | computeViolations (ViolationsConstraints &violations, const Location &location, const Solution &solution) const |
| Compute violations given a solution vector. More... | |
Protected Member Functions | |
| ViolationsComputationLMixin () | |
| ~ViolationsComputationLMixin () | |
| 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 1262 of file constraints_mixins.h.
|
inlineprotected |
Definition at line 1263 of file constraints_mixins.h.
|
inline |
Compute violations given a solution vector.
| [in,out] | violations | violations |
| [in] | location | location of the constraints in the active set |
| [in] | solution | solution vector |
Definition at line 1267 of file constraints_mixins.h.
1.8.13