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 Bqpd. | |
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] |
Bonmin::BqpdSolver::cachedInfo::~cachedInfo | ( | ) |
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.
Definition at line 223 of file BonBqpdSolver.cpp.
References a, alp, amax_, bl, bu, e, EPSC, epsc, F77_FUNC(), fillin_factor_, g, iprint, kk, kmax, la, ll, lp, ls, lws, m, mlp, mxlws, mxws, n, nout, permutationHess, permutationJac, r, REFACTORC, refactorc, REPC, repc, Bonmin::FilterSolver::TMat2RowPMat(), tqp_, use_warm_start_in_cache_, w, ws, and x.
Referenced by cachedInfo().
void Bonmin::BqpdSolver::cachedInfo::optimize | ( | ) |
Optimize problem described by cache with Bqpd.
Definition at line 619 of file BonBqpdSolver.cpp.
References a, alp, amax_, bad_warm_start_info_, bl, bu, copyFromHotStart(), cpuTime_, e, f, F77_FUNC(), fillin_factor_, fmin, g, haveHotStart_, HESSC, hessc, ifail, info, iprint, k, kk, kkk, kmax, la, ll, lll, lp, ls, lws, m, m0de, mlp, mxlws, mxws, n, nout, peq, r, SCALEC, scalec, tqp_, unmarkHotStart(), use_warm_start_in_cache_, w, ws, WSC, wsc, and x.
bool Bonmin::BqpdSolver::cachedInfo::markHotStart | ( | ) |
Store most recent solution as hot start.
Definition at line 430 of file BonBqpdSolver.cpp.
References alp, alpha, ALPHAC, alphac, alpHot, BQPDC, bqpdc, c, e, eHot, emin, eps, EPSC, epsc, f, F77_FUNC(), FACTORC, factorc, fHot, g, gHot, haveHotStart_, info, infoHot, irg1, irh1, irow, k, ka1, kb1, kc1, kHot, kkkHot, lastr, lc, lc1, li, li1, ll1, lllHot, lm, lm1, lp, lp1, lp_, lpHot, lq, lq1, lr, lr1, ls, ls1, ls_, lsHot, lt, lt1, lu1, lv, lv1, lws, lwsHot, m, m1, m2, minorc, mlp, mp, mq, mxlws, mxm1, mxm1c, mxws, n, na, na1, nb, nb1, nfreq, np, np1, npiv, nprof, nrep, nres, ns, ns1, nt, nt1, nu, nu1, nup, nx, nx1, peq, peqHot, r, REFACTORC, refactorc, REPC, repc, rHot, sgnf, SPARSEC, sparsec, tol, vstep, VSTEPC, vstepc, w, wHot, ws, WSC, wsc, wsHot, x, and xHot.
void Bonmin::BqpdSolver::cachedInfo::unmarkHotStart | ( | ) |
Forget about the hot start info.
Definition at line 602 of file BonBqpdSolver.cpp.
References alpHot, eHot, gHot, haveHotStart_, lpHot, lsHot, lwsHot, rHot, wHot, wsHot, and xHot.
Referenced by optimize(), and ~cachedInfo().
void Bonmin::BqpdSolver::cachedInfo::copyFromHotStart | ( | ) |
Copy current values from hot start info.
Definition at line 517 of file BonBqpdSolver.cpp.
References alp, alpha, ALPHAC, alphac, alpHot, BQPDC, bqpdc, c, e, eHot, emin, eps, EPSC, epsc, f, F77_FUNC(), FACTORC, factorc, fHot, g, gHot, info, infoHot, irg1, irh1, irow, k, ka1, kb1, kc1, kHot, kkkHot, lastr, lc, lc1, li, li1, ll1, lllHot, lm, lm1, lp, lp1, lp_, lpHot, lq, lq1, lr, lr1, ls, ls1, ls_, lsHot, lt, lt1, lu1, lv, lv1, lws, lwsHot, m, m1, m2, minorc, mlp, mp, mq, mxlws, mxm1, mxm1c, mxws, n, na, na1, nb, nb1, nfreq, np, np1, npiv, nprof, nrep, nres, ns, ns1, nt, nt1, nu, nu1, nup, nx, nx1, peq, peqHot, r, REFACTORC, refactorc, REPC, repc, rHot, sgnf, SPARSEC, sparsec, tol, vstep, VSTEPC, vstepc, w, wHot, ws, WSC, wsc, wsHot, x, and xHot.
Referenced by optimize().
Definition at line 177 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), and optimize().
Definition at line 178 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), and optimize().
Definition at line 179 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and optimize().
Definition at line 181 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and ~cachedInfo().
Definition at line 182 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and ~cachedInfo().
Definition at line 183 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 184 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and ~cachedInfo().
Definition at line 185 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and ~cachedInfo().
Definition at line 186 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and optimize().
Definition at line 187 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 188 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 189 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 190 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 191 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 192 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 193 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 194 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), and optimize().
Definition at line 195 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and optimize().
Definition at line 196 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 197 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 200 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and optimize().
wsc common block
Definition at line 205 of file BonBqpdSolver.hpp.
Referenced by initialize(), and optimize().
Definition at line 205 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), and optimize().
Definition at line 205 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), and optimize().
indicates if we should start from a hotstart
Definition at line 208 of file BonBqpdSolver.hpp.
Referenced by markHotStart(), optimize(), unmarkHotStart(), and ~cachedInfo().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
epsc common block
Definition at line 215 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 215 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 215 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
vstepc common block
Definition at line 217 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
repc common block
Definition at line 219 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 220 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 220 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 220 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
refactorc common block
Definition at line 222 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 222 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
alphac common block
Definition at line 224 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
sparsec common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
factorc common block
Definition at line 229 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 229 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 229 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 229 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 229 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 229 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
mxm1c common block
Definition at line 231 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
/minorc
Definition at line 233 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 235 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 236 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 237 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 238 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 239 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 240 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 241 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 242 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 243 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 244 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 245 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 246 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 247 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 249 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 250 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Ipopt::SmartPtr<BranchingTQP> Bonmin::BqpdSolver::cachedInfo::tqp_ |
Elapsed CPU time in last optimization.
Definition at line 254 of file BonBqpdSolver.hpp.
Referenced by optimize().
flag remembering if warm start information has been put into cache
Definition at line 257 of file BonBqpdSolver.hpp.
Referenced by initialize(), and optimize().
Number of nonzeros in Jacobian and gradient.
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by initialize(), and optimize().
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.
Referenced by initialize(), and optimize().