#include <ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp>
Inheritance diagram for ConstrainedOptPack::QPSolverRelaxedQPOPTSOL:
Public Types | |
| typedef FortranTypes::f_int | f_int |
| | |
| typedef FortranTypes::f_dbl_prec | f_dbl_prec |
| | |
| typedef FortranTypes::f_logical | f_logical |
| | |
Input/Output parameters common to both QPOPT and QPSOL | |
| These are access and updated by subclasses that call QPOPT and QPSOL. | |
| f_int | N_ |
| | |
| f_int | NCLIN_ |
| | |
| DMatrix | A_ |
| | |
| DVector | BL_ |
| | |
| DVector | BU_ |
| | |
| DVector | CVEC_ |
| | |
| ISTATE_t | ISTATE_ |
| | |
| DVector | X_ |
| | |
| DVector | AX_ |
| | |
| DVector | CLAMDA_ |
| | |
| f_int | ITER_ |
| | |
| f_dbl_prec | OBJ_ |
| | |
| f_int | LIWORK_ |
| | |
| IWORK_t | IWORK_ |
| | |
| f_int | LWORK_ |
| | |
| WORK_t | WORK_ |
| | |
Public Types | |
| enum | EInform |
| More... | |
Public Member Functions | |
| QPSolverRelaxedQPOPTSOL () | |
| | |
| ~QPSolverRelaxedQPOPTSOL () | |
| | |
| virtual const MatrixOp * | G () const |
| Return a pointer to the matrix G to be used in the calculation of H*x by QPOPT and QPSOL. | |
| virtual value_type | use_as_bigM () const |
| Return the value of the "big M" used in the relaxation (called by QPHESS functions). | |
| QPSolverStats | get_qp_stats () const |
| | |
| void | release_memory () |
| | |
Protected Types | |
| typedef std::vector< f_int > | ISTATE_t |
| | |
| typedef std::vector< f_int > | IWORK_t |
| | |
| typedef std::vector< f_dbl_prec > | WORK_t |
| | |
Protected Member Functions | |
| QPSolverStats::ESolutionType | imp_solve_qp (std::ostream *out, EOutputLevel olevel, ERunTests test_what, const Vector &g, const MatrixSymOp &G, value_type etaL, const Vector *dL, const Vector *dU, const MatrixOp *E, BLAS_Cpp::Transp trans_E, const Vector *b, const Vector *eL, const Vector *eU, const MatrixOp *F, BLAS_Cpp::Transp trans_F, const Vector *f, value_type *obj_d, value_type *eta, VectorMutable *d, VectorMutable *nu, VectorMutable *mu, VectorMutable *Ed, VectorMutable *lambda, VectorMutable *Fd) |
| | |
| virtual f_int | liwork (f_int N, f_int NCLIN) const =0 |
| Length of integer workspace. | |
| virtual f_int | lrwork (f_int N, f_int NCLIN) const =0 |
| Length of real workspace. | |
| virtual EInform | call_qp_solver (bool warm_start)=0 |
| Solve the QP defined in the protected input data members and set the solution in the protected output data members. | |
In this implementation it is required that G only support the MatrixOp interface and is therefore quite flexible in the QPs it can solve.
Definition at line 47 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp.
|
|
Definition at line 56 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 58 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 60 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 110 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 112 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 114 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 117 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 102 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.cpp. |
|
|
Definition at line 109 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.cpp. |
|
|
Return a pointer to the matrix G to be used in the calculation of H*x by QPOPT and QPSOL.
Definition at line 114 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.cpp. |
|
|
Return the value of the "big M" used in the relaxation (called by QPHESS functions).
Definition at line 119 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.cpp. |
|
|
Implements ConstrainedOptPack::QPSolverRelaxed. Definition at line 127 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.cpp. |
|
|
Implements ConstrainedOptPack::QPSolverRelaxed. Definition at line 132 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.cpp. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Implements ConstrainedOptPack::QPSolverRelaxed. Definition at line 138 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.cpp. |
|
||||||||||||
|
Length of integer workspace.
|
|
||||||||||||
|
Length of real workspace.
|
|
|
Solve the QP defined in the protected input data members and set the solution in the protected output data members.
|
|
|
Definition at line 139 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 141 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 143 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 145 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 147 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 149 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 151 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 153 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 155 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 157 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 159 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 161 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 163 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 165 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 167 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
|
|
Definition at line 169 of file ConstrainedOptPack_QPSolverRelaxedQPOPTSOL.hpp. |
1.3.9.1