Inheritance diagram for Bonmin::BqpdSolver::cachedInfo:
Public Member Functions | |
cachedInfo () | |
Constructor. | |
cachedInfo (const Ipopt::SmartPtr< BranchingTQP > &tqp, Ipopt::SmartPtr< Ipopt::OptionsList > &options, int kmax_ipt, int mlp_ipt, double *fillin_factor) | |
void | initialize (const Ipopt::SmartPtr< BranchingTQP > &tqp, Ipopt::SmartPtr< Ipopt::OptionsList > &options, int kmax_ipt, int mlp_ipt, double *fillin_factor) |
Fill data structures for filter with info from tnlp. | |
void | optimize () |
Optimize problem described by cache with filter. | |
bool | markHotStart () |
Store most recent solution as hot start. | |
void | unmarkHotStart () |
Forget about the hot start info. | |
void | copyFromHotStart () |
Copy current values from hot start info. | |
~cachedInfo () | |
Destructor. | |
Public Attributes | |
fint | n |
fint | m |
fint | k |
fint | kmax |
real * | a |
fint * | la |
real * | x |
real * | bl |
real * | bu |
real | f |
real * | g |
real * | r |
real * | w |
real * | e |
fint * | ls |
real * | alp |
fint * | lp |
fint | mlp |
fint | peq |
real * | ws |
fint * | lws |
fint | m0de |
fint | ifail |
fint | info [1] |
fint | iprint |
fint | nout |
fint | kk |
wsc common block | |
fint | ll |
fint | mxws |
fint | mxlws |
bool | haveHotStart_ |
indicates if we should start from a hotstart | |
fint | kHot |
real * | xHot |
real | fHot |
real * | gHot |
real * | rHot |
real * | wHot |
real * | eHot |
fint * | lsHot |
real * | alpHot |
fint * | lpHot |
fint | peqHot |
real * | wsHot |
fint * | lwsHot |
fint | infoHot [1] |
fint | kkkHot |
fint | lllHot |
Ipopt::SmartPtr< BranchingTQP > | tqp_ |
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 | |
bool | bad_warm_start_info_ |
int | amax_ |
Number of nonzeros in Jacobian and gradient. | |
double * | fillin_factor_ |
Fill-in factor for QP factorization. | |
All remaining information from all common blocks for | |
hot start | |
fint | irh1 |
bqpdc common block | |
fint | na |
bqpdc common block | |
fint | na1 |
bqpdc common block | |
fint | nb |
bqpdc common block | |
fint | nb1 |
bqpdc common block | |
fint | ka1 |
bqpdc common block | |
fint | kb1 |
bqpdc common block | |
fint | kc1 |
bqpdc common block | |
fint | irg1 |
bqpdc common block | |
fint | lu1 |
bqpdc common block | |
fint | lv |
bqpdc common block | |
fint | lv1 |
bqpdc common block | |
fint | ll1 |
bqpdc common block | |
real | eps |
epsc common block | |
real | tol |
bqpdc common block | |
real | emin |
bqpdc common block | |
real | vstep |
vstepc common block | |
real | sgnf |
repc common block | |
fint | nrep |
bqpdc common block | |
fint | npiv |
bqpdc common block | |
fint | nres |
bqpdc common block | |
fint | nup |
refactorc common block | |
fint | nfreq |
bqpdc common block | |
real | alpha |
alphac common block | |
fint | ns |
sparsec common block | |
fint | ns1 |
bqpdc common block | |
fint | nt |
bqpdc common block | |
fint | nt1 |
bqpdc common block | |
fint | nu |
bqpdc common block | |
fint | nu1 |
bqpdc common block | |
fint | nx |
bqpdc common block | |
fint | nx1 |
bqpdc common block | |
fint | np |
bqpdc common block | |
fint | np1 |
bqpdc common block | |
fint | nprof |
bqpdc common block | |
fint | lc |
bqpdc common block | |
fint | lc1 |
bqpdc common block | |
fint | li |
bqpdc common block | |
fint | li1 |
bqpdc common block | |
fint | lm |
bqpdc common block | |
fint | lm1 |
bqpdc common block | |
fint | lp_ |
bqpdc common block | |
fint | lp1 |
bqpdc common block | |
fint | lq |
bqpdc common block | |
fint | lq1 |
bqpdc common block | |
fint | lr |
bqpdc common block | |
fint | lr1 |
bqpdc common block | |
fint | ls_ |
bqpdc common block | |
fint | ls1 |
bqpdc common block | |
fint | lt |
bqpdc common block | |
fint | lt1 |
bqpdc common block | |
fint | m1 |
factorc common block | |
fint | m2 |
bqpdc common block | |
fint | mp |
bqpdc common block | |
fint | mq |
bqpdc common block | |
fint | lastr |
bqpdc common block | |
fint | irow |
bqpdc common block | |
fint | mxm1 |
mxm1c common block | |
real | c |
/minorc |
Definition at line 175 of file BonBqpdSolver.hpp.
Bonmin::BqpdSolver::cachedInfo::cachedInfo | ( | ) | [inline] |
Bonmin::BqpdSolver::cachedInfo::cachedInfo | ( | const Ipopt::SmartPtr< BranchingTQP > & | tqp, | |
Ipopt::SmartPtr< Ipopt::OptionsList > & | options, | |||
int | kmax_ipt, | |||
int | mlp_ipt, | |||
double * | fillin_factor | |||
) | [inline] |
Definition at line 302 of file BonBqpdSolver.hpp.
References initialize(), and Bonmin::TNLPSolver::options().
Bonmin::BqpdSolver::cachedInfo::~cachedInfo | ( | ) |
Destructor.
void Bonmin::BqpdSolver::cachedInfo::initialize | ( | const Ipopt::SmartPtr< BranchingTQP > & | tqp, | |
Ipopt::SmartPtr< Ipopt::OptionsList > & | options, | |||
int | kmax_ipt, | |||
int | mlp_ipt, | |||
double * | fillin_factor | |||
) |
void Bonmin::BqpdSolver::cachedInfo::optimize | ( | ) |
Optimize problem described by cache with filter.
bool Bonmin::BqpdSolver::cachedInfo::markHotStart | ( | ) |
Store most recent solution as hot start.
void Bonmin::BqpdSolver::cachedInfo::unmarkHotStart | ( | ) |
Forget about the hot start info.
void Bonmin::BqpdSolver::cachedInfo::copyFromHotStart | ( | ) |
Copy current values from hot start info.
Definition at line 177 of file BonBqpdSolver.hpp.
Definition at line 178 of file BonBqpdSolver.hpp.
Definition at line 179 of file BonBqpdSolver.hpp.
Definition at line 180 of file BonBqpdSolver.hpp.
Definition at line 181 of file BonBqpdSolver.hpp.
Definition at line 182 of file BonBqpdSolver.hpp.
Definition at line 183 of file BonBqpdSolver.hpp.
Definition at line 184 of file BonBqpdSolver.hpp.
Definition at line 185 of file BonBqpdSolver.hpp.
Definition at line 186 of file BonBqpdSolver.hpp.
Definition at line 187 of file BonBqpdSolver.hpp.
Definition at line 188 of file BonBqpdSolver.hpp.
Definition at line 189 of file BonBqpdSolver.hpp.
Definition at line 190 of file BonBqpdSolver.hpp.
Definition at line 191 of file BonBqpdSolver.hpp.
Definition at line 192 of file BonBqpdSolver.hpp.
Definition at line 193 of file BonBqpdSolver.hpp.
Definition at line 194 of file BonBqpdSolver.hpp.
Definition at line 195 of file BonBqpdSolver.hpp.
Definition at line 196 of file BonBqpdSolver.hpp.
Definition at line 197 of file BonBqpdSolver.hpp.
Definition at line 198 of file BonBqpdSolver.hpp.
Definition at line 199 of file BonBqpdSolver.hpp.
Definition at line 200 of file BonBqpdSolver.hpp.
Definition at line 201 of file BonBqpdSolver.hpp.
Definition at line 202 of file BonBqpdSolver.hpp.
Definition at line 205 of file BonBqpdSolver.hpp.
Definition at line 205 of file BonBqpdSolver.hpp.
Definition at line 205 of file BonBqpdSolver.hpp.
Definition at line 235 of file BonBqpdSolver.hpp.
Definition at line 236 of file BonBqpdSolver.hpp.
Definition at line 237 of file BonBqpdSolver.hpp.
Definition at line 238 of file BonBqpdSolver.hpp.
Definition at line 239 of file BonBqpdSolver.hpp.
Definition at line 240 of file BonBqpdSolver.hpp.
Definition at line 241 of file BonBqpdSolver.hpp.
Definition at line 242 of file BonBqpdSolver.hpp.
Definition at line 243 of file BonBqpdSolver.hpp.
Definition at line 244 of file BonBqpdSolver.hpp.
Definition at line 245 of file BonBqpdSolver.hpp.
Definition at line 246 of file BonBqpdSolver.hpp.
Definition at line 247 of file BonBqpdSolver.hpp.
Definition at line 248 of file BonBqpdSolver.hpp.
Definition at line 249 of file BonBqpdSolver.hpp.
Definition at line 250 of file BonBqpdSolver.hpp.
Definition at line 252 of file BonBqpdSolver.hpp.
flag remembering if warm start information has been put into cache
Definition at line 257 of file BonBqpdSolver.hpp.
Definition at line 258 of file BonBqpdSolver.hpp.
Fill-in factor for QP factorization.
This is a pointer to the corresponding value in the BqpdSolver object, so that an increase is not forgotten.
Definition at line 266 of file BonBqpdSolver.hpp.