Home
last modified time | relevance | path

Searched refs:downvalid (Results 1 – 19 of 19) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_fullstrong.c203 SCIP_Bool downvalid; in SCIPselectVarStrongBranching() local
316 downvalid = FALSE; in SCIPselectVarStrongBranching()
339 maxproprounds, skipdown[i] ? NULL : &down, skipup[i] ? NULL : &up, &downvalid, in SCIPselectVarStrongBranching()
343 …down, down - lpobjval, downvalid, downinf, downconflict, up, up - lpobjval, upvalid, upinf, upconf… in SCIPselectVarStrongBranching()
348 … skipdown[i] ? NULL : &down, skipup[i] ? NULL : &up, &downvalid, &upvalid, &downinf, &upinf, in SCIPselectVarStrongBranching()
376 …assert(!allcolsinlp || exactsolve || !downvalid || downinf == SCIPisGE(scip, down, SCIPgetCutoffbo… in SCIPselectVarStrongBranching()
382 if( !downinf && downvalid ) in SCIPselectVarStrongBranching()
439 else if( allcolsinlp && !exactsolve && downvalid && upvalid ) in SCIPselectVarStrongBranching()
500 *bestdownvalid = downvalid; in SCIPselectVarStrongBranching()
H A Dbranch_vanillafullstrong.c158 SCIP_Bool downvalid, upvalid; in runVanillaStrongBranching() local
181 … &down, &up, &downvalid, &upvalid, &downinf, &upinf, &downconflict, &upconflict, &lperror) ); in runVanillaStrongBranching()
186 … &down, &up, &downvalid, &upvalid, &downinf, &upinf, &downconflict, &upconflict, &lperror) ); in runVanillaStrongBranching()
205 …assert(!SCIPallColsInLP(scip) || SCIPisExactSolve(scip) || !downvalid || downinf == SCIPisGE(scip,… in runVanillaStrongBranching()
218 if( !downinf && downvalid ) in runVanillaStrongBranching()
244 *bestdownvalid = downvalid; in runVanillaStrongBranching()
H A Dbranch_allfullstrong.c356 SCIP_Bool downvalid; in SCIPselectVarPseudoStrongBranching() local
402 …skipdown[c] ? NULL : &down, skipup[c] ? NULL : &up, &downvalid, &upvalid, &downinf, &upinf, &downc… in SCIPselectVarPseudoStrongBranching()
407 …skipdown[c] ? NULL : &down, skipup[c] ? NULL : &up, &downvalid, &upvalid, &downinf, &upinf, &downc… in SCIPselectVarPseudoStrongBranching()
431 … assert(!allcolsinlp || exactsolve || !downvalid || downinf == SCIPisGE(scip, down, cutoffbound)); in SCIPselectVarPseudoStrongBranching()
497 else if( allcolsinlp && !exactsolve && downvalid && upvalid ) in SCIPselectVarPseudoStrongBranching()
539 *bestdownvalid = downvalid; in SCIPselectVarPseudoStrongBranching()
H A Dscip_var.h1205 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d…
1250 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d…
1289 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d…
1320 …SCIP_Bool* downvalid, /**< stores whether the returned down values are valid d…
1351 …SCIP_Bool* downvalid, /**< stores whether the returned down values are valid d…
1389 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d…
1413 SCIP_Bool downvalid, /**< is the returned down value a valid dual bound? */
H A Dbranch_relpscost.c1301 SCIP_Bool downvalid; in execRelpscost() local
1392 …branchruledata->maxproprounds, &down, &up, &downvalid, &upvalid, &ndomredsdown, &ndomredsup, &down… in execRelpscost()
1399 … &down, &up, &downvalid, &upvalid, &downinf, &upinf, &downconflict, &upconflict, &lperror) ); in execRelpscost()
1478 …assert(!allcolsinlp || exactsolve || !downvalid || downinf == SCIPisGE(scip, down, SCIPgetCutoffbo… in execRelpscost()
1523 if( allcolsinlp && !exactsolve && downvalid && upvalid ) in execRelpscost()
1602 sbdownvalid[c] = downvalid; in execRelpscost()
1644 bestsbdownvalid = downvalid; in execRelpscost()
1659 … SCIPvarGetName(branchcands[c]), branchcandssol[c], down, downgain, downvalid, up, upgain, upvalid, in execRelpscost()
H A Dscip_var.c2951 if( downvalid != NULL ) in SCIPgetVarStrongbranchFrac()
2952 *downvalid = FALSE; in SCIPgetVarStrongbranchFrac()
3013 if( downvalid != NULL ) in SCIPgetVarStrongbranchFrac()
3423 if( downvalid != NULL ) in SCIPgetVarStrongbranchWithPropagation()
3424 *downvalid = FALSE; in SCIPgetVarStrongbranchWithPropagation()
3512 if( downvalid != NULL ) in SCIPgetVarStrongbranchWithPropagation()
3513 *downvalid = TRUE; in SCIPgetVarStrongbranchWithPropagation()
3636 if( downvalid != NULL ) in SCIPgetVarStrongbranchWithPropagation()
3691 if( downvalid != NULL ) in SCIPgetVarStrongbranchInt()
3692 *downvalid = FALSE; in SCIPgetVarStrongbranchInt()
[all …]
H A Dlp.h241 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d…
260 …SCIP_Bool* downvalid, /**< stores whether the returned down values are valid d…
275 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d…
H A Dlp.c4300 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPcolGetStrongbranch() argument
4450 if( downvalid != NULL ) in SCIPcolGetStrongbranch()
4451 *downvalid = sbdownvalid; in SCIPcolGetStrongbranch()
4567 if( downvalid != NULL ) in SCIPcolGetStrongbranches()
4568 downvalid[j] = col->sbdownvalid; in SCIPcolGetStrongbranches()
4617 if( downvalid != NULL ) in SCIPcolGetStrongbranches()
4618 downvalid[idx] = col->sbdownvalid; in SCIPcolGetStrongbranches()
4650 if( downvalid != NULL ) in SCIPcolGetStrongbranches()
4651 downvalid[idx] = col->sbdownvalid; in SCIPcolGetStrongbranches()
4714 if( downvalid != NULL ) in SCIPcolGetStrongbranchLast()
[all …]
/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dlpi_none.c819 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchFrac() argument
829 assert( downvalid != NULL ); in SCIPlpiStrongbranchFrac()
844 …SCIP_Bool* downvalid, /**< stores whether the returned down values are valid d… in SCIPlpiStrongbranchesFrac() argument
856 assert( downvalid != NULL ); in SCIPlpiStrongbranchesFrac()
870 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchInt() argument
880 assert( downvalid != NULL ); in SCIPlpiStrongbranchInt()
895 …SCIP_Bool* downvalid, /**< stores whether the returned down values are valid d… in SCIPlpiStrongbranchesInt() argument
907 assert( downvalid != NULL ); in SCIPlpiStrongbranchesInt()
H A Dlpi.h529 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d…
546 …SCIP_Bool* downvalid, /**< stores whether the returned down values are valid d…
562 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d…
579 …SCIP_Bool* downvalid, /**< stores whether the returned down values are valid d…
H A Dlpi_glop.cpp1509 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in strongbranch() argument
1520 assert( downvalid != NULL ); in strongbranch()
1551 *downvalid = IsDualBoundValid(lpi->solver->GetProblemStatus()) ? TRUE : FALSE; in strongbranch()
1560 *downvalid = FALSE; in strongbranch()
1569 *downvalid = TRUE; in strongbranch()
1630 assert( downvalid != NULL ); in SCIPlpiStrongbranchFrac()
1635 SCIP_CALL( strongbranch(lpi, col_index, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchFrac()
1662 assert( downvalid != NULL ); in SCIPlpiStrongbranchesFrac()
1689 assert( downvalid != NULL ); in SCIPlpiStrongbranchInt()
1692 SCIP_CALL( strongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchInt()
[all …]
H A Dlpi_clp.cpp2024 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in lpiStrongbranch() argument
2037 assert(downvalid != NULL); in lpiStrongbranch()
2112 *downvalid = TRUE; in lpiStrongbranch()
2160 assert( downvalid != NULL ); in lpiStrongbranches()
2215 downvalid[j] = TRUE; in lpiStrongbranches()
2276 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchFrac() argument
2284 SCIP_CALL( lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchFrac()
2309 …SCIP_CALL( lpiStrongbranches(lpi, cols, ncols, psols, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchesFrac()
2322 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchInt() argument
2330 SCIP_CALL( lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchInt()
[all …]
H A Dlpi_xprs.c2024 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in lpiStrongbranch() argument
2042 assert(downvalid != NULL); in lpiStrongbranch()
2048 *downvalid = TRUE; in lpiStrongbranch()
2078 *downvalid = FALSE; in lpiStrongbranch()
2131 assert( downvalid != NULL ); in lpiStrongbranches()
2170 downvalid[j] = TRUE; in lpiStrongbranches()
2180 downvalid[j] = FALSE; in lpiStrongbranches()
2226 SCIP_CALL( lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchFrac()
2248 …SCIP_CALL( lpiStrongbranches(lpi, cols, ncols, psols, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchesFrac()
2269 SCIP_CALL( lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchInt()
[all …]
H A Dlpi_spx2.cpp2498 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… argument
2529 assert(downvalid != NULL);
2543 *downvalid = FALSE;
2580 *downvalid = TRUE;
2594 *downvalid = TRUE;
2640 *downvalid = TRUE;
2643 *downvalid = TRUE;
2773 retcode = lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter);
2807 assert( downvalid != NULL );
2847 retcode = lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter);
[all …]
H A Dlpi_spx1.cpp3064 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… argument
3087 assert(downvalid != NULL);
3100 *downvalid = FALSE;
3130 *downvalid = TRUE;
3141 *downvalid = TRUE;
3179 *downvalid = TRUE;
3182 *downvalid = TRUE;
3292 retcode = lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter);
3326 assert( downvalid != NULL );
3366 retcode = lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter);
[all …]
H A Dlpi_qso.c2002 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchFrac() argument
2015 assert(downvalid != NULL); in SCIPlpiStrongbranchFrac()
2021 *downvalid = TRUE; in SCIPlpiStrongbranchFrac()
2047 …SCIP_Bool* downvalid, /**< stores whether the returned down values are valid d… in SCIPlpiStrongbranchesFrac() argument
2063 assert(downvalid != NULL); in SCIPlpiStrongbranchesFrac()
2071 downvalid[j] = TRUE; in SCIPlpiStrongbranchesFrac()
2096 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchInt() argument
2109 assert(downvalid != NULL); in SCIPlpiStrongbranchInt()
2123 *downvalid = TRUE; in SCIPlpiStrongbranchInt()
2155 assert(downvalid != NULL); in SCIPlpiStrongbranchesInt()
[all …]
H A Dlpi_msk.c2837 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranch() argument
2908 *downvalid = TRUE; in SCIPlpiStrongbranch()
2935 *downvalid = TRUE; in SCIPlpiStrongbranch()
2937 *downvalid = FALSE; in SCIPlpiStrongbranch()
2944 *downvalid = FALSE; in SCIPlpiStrongbranch()
2962 *downvalid = FALSE; in SCIPlpiStrongbranch()
3095 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchFrac() argument
3103 SCIP_CALL( SCIPlpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchFrac()
3133 assert( downvalid != NULL ); in SCIPlpiStrongbranchesFrac()
3167 SCIP_CALL( SCIPlpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchInt()
[all …]
H A Dlpi_cpx.c2640 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in lpiStrongbranchIntegral() argument
2664 *downvalid = TRUE; in lpiStrongbranchIntegral()
2772 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchFrac() argument
2786 assert(downvalid != NULL); in SCIPlpiStrongbranchFrac()
2794 *downvalid = TRUE; in SCIPlpiStrongbranchFrac()
2854 assert(downvalid != NULL); in SCIPlpiStrongbranchesFrac()
2868 *downvalid = TRUE; in SCIPlpiStrongbranchesFrac()
2902 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchInt() argument
2913 assert(downvalid != NULL); in SCIPlpiStrongbranchInt()
2923 SCIP_CALL( lpiStrongbranchIntegral(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchInt()
[all …]
H A Dlpi_grb.c3279 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in lpiStrongbranch() argument
3300 assert( downvalid != NULL ); in lpiStrongbranch()
3307 *downvalid = FALSE; in lpiStrongbranch()
3348 *downvalid = TRUE; in lpiStrongbranch()
3382 *downvalid = TRUE; in lpiStrongbranch()
3459 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchFrac() argument
3467 SCIP_CALL( lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchFrac()
3496 assert( downvalid != NULL ); in SCIPlpiStrongbranchesFrac()
3522 …SCIP_Bool* downvalid, /**< stores whether the returned down value is a valid d… in SCIPlpiStrongbranchInt() argument
3530 SCIP_CALL( lpiStrongbranch(lpi, col, psol, itlim, down, up, downvalid, upvalid, iter) ); in SCIPlpiStrongbranchInt()
[all …]