PIPS-NLP
|
#include <sInfo.h>
Public Member Functions | |
sInfo () | |
sInfo (sData *data_in) | |
sInfo (sData *data_in, stochasticInput &in) | |
sInfo (int nx_in, int my_in, int mz_in, int nzH_in, int nzA_in, int nzC_in) | |
sInfo (int nx_in, int my_in, int mz_in, int nzH_in, int nzA_in, int nzC_in, int nxL_in, int nxU_in, int nsL_in, int nsU_in) | |
virtual | ~sInfo () |
virtual void | Hessian_FromSon (NlpGenVars *vars, double *tempFromParH)=0 |
virtual void | ObjGrad_FromSon (NlpGenVars *vars, OoqpVector *grad, double *tempFromParH)=0 |
virtual void | writeSolution (NlpGenVars *vars_) |
virtual double | ObjValue (NlpGenVars *vars)=0 |
virtual void | ConstraintBody (NlpGenVars *vars, OoqpVector *conEq, OoqpVector *conIneq)=0 |
virtual int | ObjGrad (NlpGenVars *vars, OoqpVector *grad)=0 |
virtual void | Hessian (NlpGenVars *vars, SymMatrix *Hess)=0 |
virtual void | JacFull (NlpGenVars *vars, GenMatrix *JacA, GenMatrix *JacC)=0 |
virtual void | get_InitX0 (OoqpVector *vX)=0 |
virtual void | createChildren (sData *data_in, stochasticInput &in)=0 |
virtual void | AddChild (sInfo *child) |
virtual void | Emult (double beta, OoqpVector &y, double alpha, OoqpVector &x) |
virtual void | Fmult (double beta, OoqpVector &y, double alpha, OoqpVector &x) |
![]() | |
NlpInfo () | |
virtual | ~NlpInfo () |
NlpInfo (int nx_in, int my_in, int mz_in, int nzH_in, int nzA_in, int nzC_in) | |
NlpInfo (int nx_in, int my_in, int mz_in, int nzH_in, int nzA_in, int nzC_in, int nxL_in, int nxU_in, int nsL_in, int nsU_in) | |
Public Attributes | |
SparseSymMatrix * | Qdiag |
SparseGenMatrix * | Qborder |
SparseGenMatrix * | Amat |
SparseGenMatrix * | Bmat |
SparseGenMatrix * | Cmat |
SparseGenMatrix * | Dmat |
SparseGenMatrix * | Emat |
SparseGenMatrix * | Fmat |
int | locNx |
int | locMy |
int | locMz |
std::vector< sInfo * > | children |
sTree * | stochNode |
sInfo * | parent |
MPI_Comm | mpiComm |
![]() | |
long long | nx |
long long | my |
long long | mz |
long long | nzH |
long long | nzA |
long long | nzC |
long long | nsL |
long long | nsU |
long long | nxL |
long long | nxU |
int * | rowMap |
SymMatrix * | Q |
GenMatrix * | A |
GenMatrix * | C |
OoqpVector * | g |
OoqpVector * | bA |
Protected Member Functions | |
void | destroyChildren () |
sInfo::sInfo | ( | ) |
sInfo::sInfo | ( | sData * | data_in | ) |
|
inline |
sInfo::sInfo | ( | int | nx_in, |
int | my_in, | ||
int | mz_in, | ||
int | nzH_in, | ||
int | nzA_in, | ||
int | nzC_in | ||
) |
sInfo::sInfo | ( | int | nx_in, |
int | my_in, | ||
int | mz_in, | ||
int | nzH_in, | ||
int | nzA_in, | ||
int | nzC_in, | ||
int | nxL_in, | ||
int | nxU_in, | ||
int | nsL_in, | ||
int | nsU_in | ||
) |
|
virtual |
|
virtual |
Reimplemented in sInfoDummy.
|
pure virtual |
Implements NlpInfo.
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
pure virtual |
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
protected |
|
virtual |
Reimplemented in sInfoDummy.
|
virtual |
Reimplemented in sInfoDummy.
|
pure virtual |
Implements NlpInfo.
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
pure virtual |
Implements NlpInfo.
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
pure virtual |
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
pure virtual |
Implements NlpInfo.
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
pure virtual |
Implements NlpInfo.
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
pure virtual |
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
pure virtual |
Implements NlpInfo.
Implemented in sInfoDummy, sNlpInfoFromNL, sNlpInfoFIX, and StructJuMPsInfo.
|
inlinevirtual |
Reimplemented in sInfoDummy, sNlpInfoFromNL, and StructJuMPsInfo.
SparseGenMatrix* sInfo::Amat |
SparseGenMatrix* sInfo::Bmat |
std::vector<sInfo*> sInfo::children |
SparseGenMatrix* sInfo::Cmat |
SparseGenMatrix* sInfo::Dmat |
SparseGenMatrix* sInfo::Emat |
SparseGenMatrix* sInfo::Fmat |
int sInfo::locMy |
int sInfo::locMz |
int sInfo::locNx |
MPI_Comm sInfo::mpiComm |
sInfo* sInfo::parent |
SparseGenMatrix* sInfo::Qborder |
SparseSymMatrix* sInfo::Qdiag |
sTree* sInfo::stochNode |