Public Member Functions | |
cachedInfo () | |
Constructor. | |
cachedInfo (const Ipopt::SmartPtr< Ipopt::TNLP > &tnlp, Ipopt::SmartPtr< Ipopt::OptionsList > &options) | |
void | initialize (const Ipopt::SmartPtr< Ipopt::TNLP > &tnlp, Ipopt::SmartPtr< Ipopt::OptionsList > &options) |
Fill data structures for filter with info from tnlp. | |
void | optimize () |
Optimize problem described by cache with filter. | |
~cachedInfo () | |
Destructor. | |
void | load_ws (Coin::SmartPtr< FilterWarmStart >) |
Public Attributes | |
fint | n |
fint | m |
fint | nnz_h_ |
fint | kmax |
fint | maxa |
fint | maxf |
fint | mlp |
fint | maxWk |
fint | maxiWk |
fint | iprint |
fint | nout |
fint | ifail |
real | rho |
real * | x |
real * | c |
real | f |
real | fmin |
real * | bounds |
real * | s |
real * | a |
fint * | la |
real * | ws |
fint * | lws |
real * | lam |
char * | cstype |
fint | maxiter |
fint * | istat |
real * | rstat |
Ipopt::TNLP * | tnlp_ |
fint * | hStruct_ |
int * | permutationJac_ |
int * | permutationHess_ |
double | cpuTime_ |
Elapsed CPU time in last optimization. | |
bool | use_warm_start_in_cache_ |
flag remembering if warm start information has been put into cache |
Definition at line 173 of file BonFilterSolver.hpp.
Bonmin::FilterSolver::cachedInfo::cachedInfo | ( | ) | [inline] |
Bonmin::FilterSolver::cachedInfo::cachedInfo | ( | const Ipopt::SmartPtr< Ipopt::TNLP > & | tnlp, | |
Ipopt::SmartPtr< Ipopt::OptionsList > & | options | |||
) | [inline] |
Bonmin::FilterSolver::cachedInfo::~cachedInfo | ( | ) | [inline] |
void Bonmin::FilterSolver::cachedInfo::initialize | ( | const Ipopt::SmartPtr< Ipopt::TNLP > & | tnlp, | |
Ipopt::SmartPtr< Ipopt::OptionsList > & | options | |||
) |
void Bonmin::FilterSolver::cachedInfo::optimize | ( | ) |
Optimize problem described by cache with filter.
void Bonmin::FilterSolver::cachedInfo::load_ws | ( | Coin::SmartPtr< FilterWarmStart > | ) |
Definition at line 175 of file BonFilterSolver.hpp.
Definition at line 176 of file BonFilterSolver.hpp.
Definition at line 177 of file BonFilterSolver.hpp.
Definition at line 178 of file BonFilterSolver.hpp.
Definition at line 179 of file BonFilterSolver.hpp.
Definition at line 180 of file BonFilterSolver.hpp.
Definition at line 181 of file BonFilterSolver.hpp.
Definition at line 182 of file BonFilterSolver.hpp.
Definition at line 183 of file BonFilterSolver.hpp.
Definition at line 184 of file BonFilterSolver.hpp.
Definition at line 185 of file BonFilterSolver.hpp.
Definition at line 186 of file BonFilterSolver.hpp.
Definition at line 187 of file BonFilterSolver.hpp.
Definition at line 190 of file BonFilterSolver.hpp.
Definition at line 191 of file BonFilterSolver.hpp.
Definition at line 200 of file BonFilterSolver.hpp.
Ipopt::TNLP* Bonmin::FilterSolver::cachedInfo::tnlp_ |
flag remembering if warm start information has been put into cache
Definition at line 211 of file BonFilterSolver.hpp.