|
ConicBundle
|
currently not in use, storing the points of the central path might help to restart faster if only the cost terms are modified slightly; an instance of this class stores one such point More...
#include <QPSolverBasicStructures.hxx>
Public Member Functions | |
| QPCentralPathPoint & | operator= (const QPCentralPathPoint &ppp) |
| assignment operator | |
| QPCentralPathPoint () | |
| default constructor | |
| QPCentralPathPoint (const QPCentralPathPoint &ppp) | |
| copy constructor | |
| QPCentralPathPoint (const CH_Matrix_Classes::Matrix &ix, const CH_Matrix_Classes::Matrix &iy, const CH_Matrix_Classes::Matrix &is, const CH_Matrix_Classes::Matrix &izlb, const CH_Matrix_Classes::Matrix &izub, const CH_Matrix_Classes::Matrix &irhszlb, const CH_Matrix_Classes::Matrix &irhszub, const CH_Matrix_Classes::Real imu) | |
| initialization constructor | |
Public Attributes | |
| CH_Matrix_Classes::Matrix | x |
| quadratic variable | |
| CH_Matrix_Classes::Matrix | y |
| dual variable | |
| CH_Matrix_Classes::Matrix | s |
| constraint slacks | |
| CH_Matrix_Classes::Matrix | zlb |
| dual to quadratic variable lower bound | |
| CH_Matrix_Classes::Matrix | zub |
| dual to quadratic variable upper bound | |
| CH_Matrix_Classes::Matrix | rhszlb |
| dual to lower bound on constraints | |
| CH_Matrix_Classes::Matrix | rhszub |
| dual to upper bound on constraints | |
| CH_Matrix_Classes::Real | mu |
| barrier parameter | |
currently not in use, storing the points of the central path might help to restart faster if only the cost terms are modified slightly; an instance of this class stores one such point
1.8.13