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 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 |
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 |
Definition at line 206 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 266 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::re_initialize | ( | ) |
Definition at line 414 of file BonBqpdSolver.cpp.
References lws, mxlws, mxws, use_warm_start_in_cache_, and ws.
void Bonmin::BqpdSolver::cachedInfo::optimize | ( | ) |
Optimize problem described by cache with Bqpd.
Definition at line 702 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, Bonmin::BqpdSolver::m0de_, mlp, mxlws, mxws, n, next_reinit_, nout, peq, pivots_, r, Bonmin::BqpdSolver::reinit_freq_, 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 488 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, kkHot, kkkHot, lastr, lc, lc1, li, li1, ll1, llHot, 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, next_reinit_, nfreq, np, np1, npiv, nprof, nrep, nres, ns, ns1, nt, nt1, nu, nu1, nup, nx, nx1, peq, peqHot, r, REFACTORC, refactorc, Bonmin::BqpdSolver::reinit_freq_, 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 685 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 588 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, kkHot, kkkHot, lastr, lc, lc1, li, li1, ll1, llHot, 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 212 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), and optimize().
Definition at line 213 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), and optimize().
Definition at line 214 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and optimize().
Definition at line 216 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and ~cachedInfo().
Definition at line 217 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and ~cachedInfo().
Definition at line 218 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 219 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and ~cachedInfo().
Definition at line 220 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and ~cachedInfo().
Definition at line 221 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and optimize().
Definition at line 222 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 223 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 224 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 225 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 226 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 227 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 228 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and ~cachedInfo().
Definition at line 229 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), and optimize().
Definition at line 230 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and optimize().
Definition at line 231 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), re_initialize(), and ~cachedInfo().
Definition at line 232 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), re_initialize(), and ~cachedInfo().
Definition at line 235 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and optimize().
wsc common block
Definition at line 240 of file BonBqpdSolver.hpp.
Referenced by initialize(), and optimize().
Definition at line 240 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and re_initialize().
Definition at line 240 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), initialize(), markHotStart(), optimize(), and re_initialize().
indicates if we should start from a hotstart
Definition at line 243 of file BonBqpdSolver.hpp.
Referenced by markHotStart(), optimize(), unmarkHotStart(), and ~cachedInfo().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 248 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
epsc common block
Definition at line 250 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 250 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 250 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
vstepc common block
Definition at line 252 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
repc common block
Definition at line 254 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 255 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 255 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 255 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
refactorc common block
Definition at line 257 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 257 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
alphac common block
Definition at line 259 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
sparsec common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 261 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 262 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
factorc common block
Definition at line 264 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
bqpdc common block
Definition at line 264 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
mxm1c common block
Definition at line 266 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
/minorc
Definition at line 268 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 270 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 271 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 272 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 273 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 274 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 275 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 276 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 277 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 278 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 279 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 280 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 281 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 282 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), markHotStart(), and unmarkHotStart().
Definition at line 283 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 284 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 285 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 286 of file BonBqpdSolver.hpp.
Referenced by copyFromHotStart(), and markHotStart().
Definition at line 287 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 291 of file BonBqpdSolver.hpp.
Referenced by optimize().
flag remembering if warm start information has been put into cache
Definition at line 294 of file BonBqpdSolver.hpp.
Referenced by initialize(), optimize(), and re_initialize().
Number of nonzeros in Jacobian and gradient.
Definition at line 298 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 303 of file BonBqpdSolver.hpp.
Referenced by initialize(), and optimize().
next reinitialization of hot start.
Definition at line 307 of file BonBqpdSolver.hpp.
Referenced by markHotStart(), and optimize().