Home
last modified time | relevance | path

Searched refs:solvelp (Results 1 – 14 of 14) sorted by last modified time

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_tree.c595 SCIP_Bool solvelp /**< should the LP be solved? */ in SCIPsetFocusnodeLP() argument
600 SCIPtreeSetFocusNodeLP(scip->tree, solvelp); in SCIPsetFocusnodeLP()
H A Dsolve.c3672 SCIP_Bool solvelp, /**< should we solve the lp */ in propAndSolve()
3772 solvelp = solvelp || (lpwasflushed && (!lp->flushed || newinitconss)); in propAndSolve()
3782 …if( !solvelp && lp->flushed && lp->solved && SCIPprobAllColsInLP(transprob, set, lp) && SCIPlpIsRe… in propAndSolve()
3849 *solvelpagain = solvelp; in propAndSolve()
3881 if( solvelp && !(*cutoff) && SCIPtreeHasFocusNodeLP(tree) ) in propAndSolve()
4152 SCIP_Bool solvelp; in solveNode() local
4175 solvelp = solvelpagain; in solveNode()
4189 …eventqueue, cliquetable, focusnode, actdepth, propagate, solvelp, solverelax, forcedlpsolve, initi… in solveNode()
H A Dtree.c8352 SCIP_Bool solvelp /**< should the LP be solved in focus node? */ in SCIPtreeSetFocusNodeLP() argument
8357 tree->focusnodehaslp = solvelp; in SCIPtreeSetFocusNodeLP()
H A Dtree.h828 SCIP_Bool solvelp /**< should the LP be solved in focus node? */
894 #define SCIPtreeSetFocusNodeLP(tree,solvelp) ((tree)->focusnodehaslp = solvelp) argument
H A Dscip_tree.h454 SCIP_Bool solvelp /**< should the LP be solved? */
H A Dheur_shiftandpropagate.c2146 SCIP_Bool solvelp; in SCIP_DECL_HEUREXEC() local
2199 solvelp = (nfixedvars >= nminfixings); in SCIP_DECL_HEUREXEC()
2200 trysol = solvelp; in SCIP_DECL_HEUREXEC()
2203 solvelp ? "continue and solve LP for remaining variables" : "terminate without LP"); in SCIP_DECL_HEUREXEC()
2206 solvelp = FALSE; in SCIP_DECL_HEUREXEC()
2211 if( solvelp ) in SCIP_DECL_HEUREXEC()
H A Dcons_logicor.c1729 …SCIP_Bool* solvelp /**< pointer to store TRUE, if the LP has to be solved */ in enforcePseudo() argument
1742 assert(solvelp != NULL); in enforcePseudo()
1770 *solvelp = TRUE; in enforcePseudo()
4299 SCIP_Bool solvelp; in SCIP_DECL_CONSENFOPS() local
4317 solvelp = FALSE; in SCIP_DECL_CONSENFOPS()
4320 for( c = 0; c < nconss && !cutoff && !reduceddom && !solvelp; ++c ) in SCIP_DECL_CONSENFOPS()
4322 …orcePseudo(scip, conss[c], conshdlrdata->eventhdlr, &cutoff, &infeasible, &reduceddom, &solvelp) ); in SCIP_DECL_CONSENFOPS()
4329 else if( solvelp ) in SCIP_DECL_CONSENFOPS()
H A Dcons_setppc.c2556 …SCIP_Bool* solvelp /**< pointer to store TRUE, if the LP has to be solved */ in enforcePseudo() argument
2570 assert(solvelp != NULL); in enforcePseudo()
2603 *solvelp = TRUE; in enforcePseudo()
7860 SCIP_Bool solvelp; in SCIP_DECL_CONSENFOPS() local
7885 solvelp = FALSE; in SCIP_DECL_CONSENFOPS()
7888 for( c = 0; c < nconss && !cutoff && !reduceddom && !solvelp; ++c ) in SCIP_DECL_CONSENFOPS()
7890 SCIP_CALL( enforcePseudo(scip, conss[c], &cutoff, &infeasible, &reduceddom, &solvelp) ); in SCIP_DECL_CONSENFOPS()
7897 else if( solvelp ) in SCIP_DECL_CONSENFOPS()
H A Dheur_clique.c580 SCIP_Bool solvelp; in SCIP_DECL_HEUREXEC() local
638 solvelp = SCIPhasCurrentNodeLP(scip); in SCIP_DECL_HEUREXEC()
640 if( !SCIPisLPConstructed(scip) && solvelp ) in SCIP_DECL_HEUREXEC()
723 if( solvelp ) in SCIP_DECL_HEUREXEC()
H A Dheur_vbounds.c919 SCIP_Bool solvelp; in applyVbounds() local
981 solvelp = SCIPhasCurrentNodeLP(scip); in applyVbounds()
983 if( !SCIPisLPConstructed(scip) && solvelp ) in applyVbounds()
1067 if( solvelp ) in applyVbounds()
H A Dcons_linking.c1830 …SCIP_Bool* solvelp /**< pointer to store TRUE, if the LP has to be solved */ in enforcePseudo() argument
1843 assert(solvelp != NULL); in enforcePseudo()
1874 *solvelp = TRUE; in enforcePseudo()
2245 SCIP_Bool solvelp; in SCIP_DECL_CONSENFOPS() local
2264 solvelp = FALSE; in SCIP_DECL_CONSENFOPS()
2267 for( c = 0; c < nconss && !cutoff && !solvelp; ++c ) in SCIP_DECL_CONSENFOPS()
2269 SCIP_CALL( enforcePseudo(scip, conss[c], &cutoff, &infeasible, &nchgbds, &solvelp) ); in SCIP_DECL_CONSENFOPS()
2276 else if( solvelp ) in SCIP_DECL_CONSENFOPS()
H A Dconflict.c7834 SCIP_Bool solvelp; in runBoundHeuristic() local
7869 solvelp = (set->conf_maxlploops != 0 && set->conf_lpiterations != 0); in runBoundHeuristic()
7871 if( (*valid) && resolve && solvelp ) in runBoundHeuristic()
/dports/math/SCIP/scip-7.0.3/check/interactiveshell/
H A Dreopt-chg-obj-flugpl.bat.in7 set reoptimization advanced solvelp 3
/dports/math/glpk/glpk-5.0/examples/cplex/
H A Dcplex.c2035 static int solvelp(CPXENV *env, CPXLP *lp, int meth) in solvelp() function
2111 errcode = solvelp(env, lp, CPX_ALG_PRIMAL); in CPXprimopt()
2117 errcode = solvelp(env, lp, CPX_ALG_DUAL); in CPXdualopt()
2123 errcode = solvelp(env, lp, CPX_ALG_PRIMAL); in CPXlpopt()