Bonmin
1.7
|
Cached information for reoptimizing. More...
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 | re_initialize () |
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 |
fint | kkHot |
fint | llHot |
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. | |
int | next_reinit_ |
next reinitialization of hot start. | |
int | pivots_ |
Number of pivots. | |
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 |
Cached information for reoptimizing.
Definition at line 206 of file BonBqpdSolver.hpp.
Bonmin::BqpdSolver::cachedInfo::cachedInfo | ( | ) | [inline] |
Constructor.
Definition at line 311 of file BonBqpdSolver.hpp.
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 345 of file BonBqpdSolver.hpp.
References initialize().
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 | ||
) |
Fill data structures for filter with info from tnlp.
Referenced by cachedInfo().
void Bonmin::BqpdSolver::cachedInfo::re_initialize | ( | ) |
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 212 of file BonBqpdSolver.hpp.
Definition at line 213 of file BonBqpdSolver.hpp.
Definition at line 214 of file BonBqpdSolver.hpp.
Definition at line 215 of file BonBqpdSolver.hpp.
Definition at line 216 of file BonBqpdSolver.hpp.
Definition at line 217 of file BonBqpdSolver.hpp.
Definition at line 218 of file BonBqpdSolver.hpp.
Definition at line 219 of file BonBqpdSolver.hpp.
Definition at line 220 of file BonBqpdSolver.hpp.
Definition at line 221 of file BonBqpdSolver.hpp.
Definition at line 222 of file BonBqpdSolver.hpp.
Definition at line 223 of file BonBqpdSolver.hpp.
Definition at line 224 of file BonBqpdSolver.hpp.
Definition at line 225 of file BonBqpdSolver.hpp.
Definition at line 226 of file BonBqpdSolver.hpp.
Definition at line 227 of file BonBqpdSolver.hpp.
Definition at line 228 of file BonBqpdSolver.hpp.
Definition at line 229 of file BonBqpdSolver.hpp.
Definition at line 230 of file BonBqpdSolver.hpp.
Definition at line 231 of file BonBqpdSolver.hpp.
Definition at line 232 of file BonBqpdSolver.hpp.
Definition at line 233 of file BonBqpdSolver.hpp.
Definition at line 234 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.
wsc common block
Definition at line 240 of file BonBqpdSolver.hpp.
Definition at line 240 of file BonBqpdSolver.hpp.
Definition at line 240 of file BonBqpdSolver.hpp.
Definition at line 240 of file BonBqpdSolver.hpp.
indicates if we should start from a hotstart
Definition at line 243 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
epsc common block
Definition at line 250 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 250 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 250 of file BonBqpdSolver.hpp.
vstepc common block
Definition at line 252 of file BonBqpdSolver.hpp.
repc common block
Definition at line 254 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 255 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 255 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 255 of file BonBqpdSolver.hpp.
refactorc common block
Definition at line 257 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 257 of file BonBqpdSolver.hpp.
alphac common block
Definition at line 259 of file BonBqpdSolver.hpp.
sparsec common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
factorc common block
Definition at line 264 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
mxm1c common block
Definition at line 266 of file BonBqpdSolver.hpp.
/minorc
Definition at line 268 of file BonBqpdSolver.hpp.
Definition at line 270 of file BonBqpdSolver.hpp.
Definition at line 271 of file BonBqpdSolver.hpp.
Definition at line 272 of file BonBqpdSolver.hpp.
Definition at line 273 of file BonBqpdSolver.hpp.
Definition at line 274 of file BonBqpdSolver.hpp.
Definition at line 275 of file BonBqpdSolver.hpp.
Definition at line 276 of file BonBqpdSolver.hpp.
Definition at line 277 of file BonBqpdSolver.hpp.
Definition at line 278 of file BonBqpdSolver.hpp.
Definition at line 279 of file BonBqpdSolver.hpp.
Definition at line 280 of file BonBqpdSolver.hpp.
Definition at line 281 of file BonBqpdSolver.hpp.
Definition at line 282 of file BonBqpdSolver.hpp.
Definition at line 283 of file BonBqpdSolver.hpp.
Definition at line 284 of file BonBqpdSolver.hpp.
Definition at line 285 of file BonBqpdSolver.hpp.
Definition at line 286 of file BonBqpdSolver.hpp.
Definition at line 287 of file BonBqpdSolver.hpp.
Ipopt::SmartPtr<BranchingTQP> Bonmin::BqpdSolver::cachedInfo::tqp_ |
Definition at line 289 of file BonBqpdSolver.hpp.
Elapsed CPU time in last optimization.
Definition at line 291 of file BonBqpdSolver.hpp.
flag remembering if warm start information has been put into cache
Definition at line 294 of file BonBqpdSolver.hpp.
Definition at line 295 of file BonBqpdSolver.hpp.
Number of nonzeros in Jacobian and gradient.
Definition at line 298 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 303 of file BonBqpdSolver.hpp.
next reinitialization of hot start.
Definition at line 307 of file BonBqpdSolver.hpp.
Number of pivots.
Definition at line 309 of file BonBqpdSolver.hpp.