Home
last modified time | relevance | path

Searched refs:foundsol (Results 1 – 8 of 8) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsolve.c243 assert(foundsol != NULL); in SCIPprimalHeuristics()
245 *foundsol = FALSE; in SCIPprimalHeuristics()
2071 SCIP_Bool foundsol; in SCIPpriceLoop() local
4057 SCIP_Bool foundsol; in solveNode() local
4161 foundsol = FALSE; in solveNode()
4700 SCIP_Bool foundsol; in addCurrentSolution() local
4725 if( foundsol ) in addCurrentSolution()
4763 if( foundsol ) in addCurrentSolution()
4802 if( foundsol ) in addCurrentSolution()
4856 SCIP_Bool foundsol; in SCIPsolveCIP() local
[all …]
H A Dsolve.h135 …SCIP_Bool* foundsol, /**< pointer to store whether a solution has been found …
H A Dheur_proximity.c549 SCIP_Bool foundsol = FALSE; in SCIP_DECL_HEUREXEC() local
615 foundsol = TRUE; in SCIP_DECL_HEUREXEC()
620 if( foundsol ) in SCIP_DECL_HEUREXEC()
H A Dscip_var.c3052 assert(foundsol != NULL); in performStrongbranchWithPropagation()
3057 *foundsol = FALSE; in performStrongbranchWithPropagation()
3212 SCIP_CALL( SCIPtryStrongbranchLPSol(scip, foundsol, cutoff) ); in performStrongbranchWithPropagation()
3386 SCIP_Bool foundsol; in SCIPgetVarStrongbranchWithPropagation() local
3555 if( foundsol && !firstchild && allcolsinlp ) in SCIPgetVarStrongbranchWithPropagation()
3586 …&upvalidlocal, ndomredsup, upconflict, lperror, vars, nvars, newlbs, newubs, &foundsol, &cutoff) ); in SCIPgetVarStrongbranchWithPropagation()
3589 if( foundsol && !firstchild && allcolsinlp ) in SCIPgetVarStrongbranchWithPropagation()
4078 …SCIP_Bool* foundsol, /**< stores whether solution was feasible and good enoug… in SCIPtryStrongbranchLPSol() argument
4083 assert(foundsol != NULL); in SCIPtryStrongbranchLPSol()
4110 SCIP_CALL( SCIPtrySolFree(scip, &sol, FALSE, FALSE, FALSE, TRUE, FALSE, foundsol) ); in SCIPtryStrongbranchLPSol()
[all …]
H A Dscip_solve.c1163 SCIP_Bool foundsol; in presolveRound() local
1169 SCIP_HEURTIMING_DURINGPRESOLLOOP, FALSE, &foundsol, unbounded) ); in presolveRound()
1172 if( foundsol ) in presolveRound()
1310 SCIP_Bool foundsol; in presolve() local
1316 SCIP_HEURTIMING_BEFOREPRESOL, FALSE, &foundsol, unbounded) ); in presolve()
1319 if( foundsol ) in presolve()
H A Dscip_var.h1430 …SCIP_Bool* foundsol, /**< stores whether solution was feasible and good enoug…
H A Dbranch_lookahead.c2869 SCIP_Bool foundsol = FALSE; in executeBranching() local
2871 SCIP_CALL( SCIPtryStrongbranchLPSol(scip, &foundsol, &resultdata->cutoff) ); in executeBranching()
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/ofsf/
H A Dofsftrop.red787 begin scalar w, subsol, foundsol, ok;
794 foundsol := part(w, 2);
795 w := evalf(foundsol - subsol);