|
| BooleanType | areRealTimeParametersDefined () const |
| |
| virtual BandedCPsolver * | clone () const |
| |
| | CondensingBasedCPsolver () |
| |
| | CondensingBasedCPsolver (UserInteraction *_userInteraction, uint nConstraints_, const DVector &blockDims_) |
| |
| | CondensingBasedCPsolver (const CondensingBasedCPsolver &rhs) |
| |
| virtual returnValue | finalizeSolve (BandedCP &cp) |
| |
| virtual returnValue | freezeCondensing () |
| |
| virtual returnValue | getFirstControl (DVector &u0_) const |
| |
| uint | getNA () const |
| |
| uint | getNC () const |
| |
| uint | getNF () const |
| |
| uint | getNP () const |
| |
| uint | getNU () const |
| |
| uint | getNumPoints () const |
| |
| uint | getNW () const |
| |
| uint | getNX () const |
| |
| uint | getNXA () const |
| |
| virtual returnValue | getParameters (DVector &p_) const |
| |
| virtual returnValue | getVarianceCovariance (DMatrix &var) |
| |
| virtual returnValue | init (const OCPiterate &iter_) |
| |
| CondensingBasedCPsolver & | operator= (const CondensingBasedCPsolver &rhs) |
| |
| virtual returnValue | prepareSolve (BandedCP &cp) |
| |
| virtual returnValue | setRealTimeParameters (const DVector &DeltaX, const DVector &DeltaP=emptyConstVector) |
| |
| virtual returnValue | solve (BandedCP &cp) |
| |
| virtual returnValue | unfreezeCondensing () |
| |
| virtual | ~CondensingBasedCPsolver () |
| |
Public Member Functions inherited from BandedCPsolver |
| | BandedCPsolver () |
| |
| | BandedCPsolver (UserInteraction *_userInteraction) |
| |
| | BandedCPsolver (const BandedCPsolver &rhs) |
| |
| BandedCPsolver & | operator= (const BandedCPsolver &rhs) |
| |
| virtual | ~BandedCPsolver () |
| |
| int | addLogRecord (LogRecord &_record) |
| |
| returnValue | addOption (OptionsName name, int value) |
| |
| returnValue | addOption (OptionsName name, double value) |
| |
| returnValue | addOption (uint idx, OptionsName name, int value) |
| |
| returnValue | addOption (uint idx, OptionsName name, double value) |
| |
| returnValue | addOptionsList () |
| |
| | AlgorithmicBase () |
| |
| | AlgorithmicBase (UserInteraction *_userInteraction) |
| |
| | AlgorithmicBase (const AlgorithmicBase &rhs) |
| |
| returnValue | get (OptionsName name, int &value) const |
| |
| returnValue | get (OptionsName name, double &value) const |
| |
| returnValue | get (OptionsName name, std::string &value) const |
| |
| returnValue | get (uint idx, OptionsName name, int &value) const |
| |
| returnValue | get (uint idx, OptionsName name, double &value) const |
| |
| returnValue | getAll (LogName _name, MatrixVariablesGrid &values) const |
| |
| returnValue | getFirst (LogName _name, DMatrix &firstValue) const |
| |
| returnValue | getFirst (LogName _name, VariablesGrid &firstValue) const |
| |
| returnValue | getLast (LogName _name, DMatrix &lastValue) const |
| |
| returnValue | getLast (LogName _name, VariablesGrid &lastValue) const |
| |
| Options | getOptions (uint idx) const |
| |
| BooleanType | haveOptionsChanged () const |
| |
| BooleanType | haveOptionsChanged (uint idx) const |
| |
| AlgorithmicBase & | operator= (const AlgorithmicBase &rhs) |
| |
| returnValue | plot (PlotFrequency _frequency=PLOT_IN_ANY_CASE) |
| |
| returnValue | printLogRecord (std::ostream &_stream, int idx, LogPrintMode _mode=PRINT_ITEM_BY_ITEM) const |
| |
| returnValue | replot (PlotFrequency _frequency=PLOT_IN_ANY_CASE) |
| |
| returnValue | set (OptionsName name, int value) |
| |
| returnValue | set (OptionsName name, double value) |
| |
| returnValue | set (OptionsName name, const std::string &value) |
| |
| returnValue | set (uint idx, OptionsName name, int value) |
| |
| returnValue | set (uint idx, OptionsName name, double value) |
| |
| returnValue | setAll (LogName _name, const MatrixVariablesGrid &values) |
| |
| returnValue | setLast (LogName _name, int lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, double lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const DVector &lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const DMatrix &lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const VariablesGrid &lastValue, double time=-INFTY) |
| |
| returnValue | setOptions (const Options &arg) |
| |
| returnValue | setOptions (uint idx, const Options &arg) |
| |
| virtual | ~AlgorithmicBase () |
| |
|
| returnValue | computeCondensingOperator (BandedCP &cp) |
| |
| returnValue | condense (BandedCP &cp) |
| |
| returnValue | expand (BandedCP &cp) |
| |
| returnValue | generateBoundVectors () |
| |
| returnValue | generateConstraintBlockLine (uint nn, uint rowOffset, uint &rowOffset1) |
| |
| returnValue | generateConstraintVectors (uint nn, uint rowOffset, uint &rowOffset1) |
| |
| returnValue | generateHessianBlockLine (uint nn, uint rowOffset, uint &rowOffset1) |
| |
| returnValue | generateObjectiveGradient () |
| |
| returnValue | generateStateBoundBlockLine (uint nn, uint rowOffset, uint &rowOffset1) |
| |
| returnValue | generateStateBoundVectors (uint nn, uint rowOffset, uint &rowOffset1) |
| |
| returnValue | initializeCondensingOperator () |
| |
| virtual returnValue | initializeCPsolver (InfeasibleQPhandling infeasibleQPhandling) |
| |
| returnValue | projectHessian (DMatrix &H_, double dampingFactor) |
| |
| virtual returnValue | setupRelaxedQPdata (InfeasibleQPhandling infeasibleQPhandling, DenseCP &_denseCPrelaxed) const |
| |
| virtual returnValue | setupRelaxedQPdataL1 (DenseCP &_denseCPrelaxed) const |
| |
| virtual returnValue | setupRelaxedQPdataL2 (DenseCP &_denseCPrelaxed) const |
| |
| virtual returnValue | solveCPsubproblem () |
| |
| virtual returnValue | solveQP (uint maxIter, InfeasibleQPhandling infeasibleQPhandling=IQH_UNDEFINED) |
| |
Protected Member Functions inherited from BandedCPsolver |
| virtual returnValue | setupLogging () |
| |
| virtual returnValue | setupOptions () |
| |
Solves banded conic programs arising in optimal control using condensing.
The class condensing based CP solver is a special solver for band structured conic programs that can be solved via a condensing technique.
- Author
- Boris Houska, Hans Joachim Ferreau
Definition at line 59 of file condensing_based_cp_solver.hpp.