qpmad
Eigen-based C++ QP solver.
Loading...
Searching...
No Matches
qpmad::ChosenConstraint Class Reference

#include <chosen_constraint.h>

Public Member Functions

void reset ()

Public Attributes

double violation_
double dual_
MatrixIndex index_
MatrixIndex general_constraint_index_
bool is_lower_
bool is_simple_

Detailed Description

Definition at line 16 of file chosen_constraint.h.

Member Function Documentation

◆ reset()

void qpmad::ChosenConstraint::reset ( )
inline

Definition at line 27 of file chosen_constraint.h.

Member Data Documentation

◆ dual_

double qpmad::ChosenConstraint::dual_

Definition at line 20 of file chosen_constraint.h.

◆ general_constraint_index_

MatrixIndex qpmad::ChosenConstraint::general_constraint_index_

Definition at line 22 of file chosen_constraint.h.

◆ index_

MatrixIndex qpmad::ChosenConstraint::index_

Definition at line 21 of file chosen_constraint.h.

◆ is_lower_

bool qpmad::ChosenConstraint::is_lower_

Definition at line 23 of file chosen_constraint.h.

◆ is_simple_

bool qpmad::ChosenConstraint::is_simple_

Definition at line 24 of file chosen_constraint.h.

◆ violation_

double qpmad::ChosenConstraint::violation_

Definition at line 19 of file chosen_constraint.h.


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