#include <jrl-qp/internal/SelectedConstraint.h>
Public Member Functions | |
SelectedConstraint () | |
SelectedConstraint (int p, ActivationStatus status) | |
int | index () const |
ActivationStatus | status () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SelectedConstraint &sc) |
Helper class to represent the selection of a violated constraint
This is simply an (index, status) pair.
|
inline |
Default constructor.
|
inline |
Usual constructor
p | Index of the selected constraint |
status | Activation status of the selected constraint |
|
inline |
Underlying index of the constraint.
|
inline |
Activation status of the corresponding constraint.
|
friend |