humoto
Public Member Functions | Protected Member Functions | List of all members
humoto::constraints::ActiveSetDeterminationUMixin< t_Base > Class Template Reference

Detailed Description

template<class t_Base>
class humoto::constraints::ActiveSetDeterminationUMixin< t_Base >

This mixin provides functionality for determination of active constraints.

Template Parameters
t_Basebase class

Definition at line 1139 of file constraints_mixins.h.

#include <constraints_mixins.h>

Inheritance diagram for humoto::constraints::ActiveSetDeterminationUMixin< t_Base >:
Inheritance graph

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

 ActiveSetDeterminationUMixin ()
 
 ~ActiveSetDeterminationUMixin ()
 Protected destructor: prevent destruction of the child classes through a base pointer. More...
 

Constructor & Destructor Documentation

◆ ~ActiveSetDeterminationUMixin()

Protected destructor: prevent destruction of the child classes through a base pointer.

Definition at line 1146 of file constraints_mixins.h.

◆ ActiveSetDeterminationUMixin()

Definition at line 1147 of file constraints_mixins.h.

Member Function Documentation

◆ determineActiveSet()

template<class t_Base>
void humoto::constraints::ActiveSetDeterminationUMixin< t_Base >::determineActiveSet ( ActiveSetConstraints active_set,
const Location location,
const Solution solution 
) const
inline

Determine active set given a solution vector.

Parameters
[in,out]active_setactive set
[in]locationlocation of the constraints in the active set
[in]solutionsolution vector

Definition at line 1151 of file constraints_mixins.h.


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