Home
last modified time | relevance | path

Searched refs:SCIP_SETPPCTYPE_PARTITIONING (Results 1 – 22 of 22) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c313 case SCIP_SETPPCTYPE_PARTITIONING: in lockRounding()
345 case SCIP_SETPPCTYPE_PARTITIONING: in unlockRounding()
744 case SCIP_SETPPCTYPE_PARTITIONING: in consdataPrint()
1332 case SCIP_SETPPCTYPE_PARTITIONING: in dualPresolving()
2359 case SCIP_SETPPCTYPE_PARTITIONING: in checkCons()
2404 case SCIP_SETPPCTYPE_PARTITIONING: in createRow()
6510 case SCIP_SETPPCTYPE_PARTITIONING: in processContainedCons()
6513 case SCIP_SETPPCTYPE_PARTITIONING: in processContainedCons()
6538 case SCIP_SETPPCTYPE_PARTITIONING: in processContainedCons()
8408 case SCIP_SETPPCTYPE_PARTITIONING: in SCIP_DECL_CONSLOCK()
[all …]
H A Dmisc_linear.c68 case SCIP_SETPPCTYPE_PARTITIONING: /* fall through intended */ in SCIPconsGetRhs()
132 case SCIP_SETPPCTYPE_PARTITIONING: /* fall through intended */ in SCIPconsGetLhs()
H A Dcons_setppc.h78SCIP_SETPPCTYPE_PARTITIONING = 0, /**< constraint is a set partitioning constraint: sum(x) == … enumerator
H A Dpresol_qpkktref.c888 case SCIP_SETPPCTYPE_PARTITIONING: in presolveAddKKTSetppcConss()
925 if( SCIPgetTypeSetppc(scip, conss[c]) != SCIP_SETPPCTYPE_PARTITIONING ) in presolveAddKKTSetppcConss()
H A Dcons_orbisack.c256 assert( SCIPgetTypeSetppc(scip, setppcconss[c]) == SCIP_SETPPCTYPE_PARTITIONING ); in packingUpgrade()
327 assert( SCIPgetTypeSetppc(scip, setppcconss[c]) == SCIP_SETPPCTYPE_PARTITIONING || in packingUpgrade()
H A Dcons_pseudoboolean.c576 case SCIP_SETPPCTYPE_PARTITIONING: in getLinearConsSides()
6590 case SCIP_SETPPCTYPE_PARTITIONING: in tryUpgradingSetppc()
6740 if( nminvars > neqvars + 1 && type != SCIP_SETPPCTYPE_PARTITIONING) in tryUpgradingSetppc()
6777 …s && nminvars == neqvars + 1) || (nminvars == neqvars) || (type == SCIP_SETPPCTYPE_PARTITIONING)) ) in tryUpgradingSetppc()
6792 if( type == SCIP_SETPPCTYPE_PARTITIONING ) in tryUpgradingSetppc()
6811 assert(createcons || type == SCIP_SETPPCTYPE_PARTITIONING); in tryUpgradingSetppc()
6813 deletecons = (type == SCIP_SETPPCTYPE_PARTITIONING && nminvars == neqvars); in tryUpgradingSetppc()
6953 if( type == SCIP_SETPPCTYPE_PARTITIONING ) in tryUpgradingSetppc()
7162 …NEARCONSTYPE_SETPPC || SCIPgetTypeSetppc(scip, consdata->lincons) != SCIP_SETPPCTYPE_PARTITIONING ) in findAggregation()
H A Dpresol_gateextraction.c1626 if( SCIPgetTypeSetppc(scip, setppc) == SCIP_SETPPCTYPE_PARTITIONING ) in SCIP_DECL_PRESOLEXEC()
H A Dmatrix.c722 case SCIP_SETPPCTYPE_PARTITIONING : in SCIPmatrixCreate()
H A Dcons_symresack.c379 …assert( SCIPgetTypeSetppc(scip, setppcconss[c]) == SCIP_SETPPCTYPE_PARTITIONING || SCIPgetTypeSetp… in packingUpgrade()
H A Dheur_subnlp.c727 case SCIP_SETPPCTYPE_PARTITIONING: in addSetppcConstraints()
H A Dreader_gms.c2747 case SCIP_SETPPCTYPE_PARTITIONING : in SCIPwriteGms()
H A Dheur_dualval.c597 case SCIP_SETPPCTYPE_PARTITIONING: in addSetppcConstraints()
H A Dcons_orbitope.c455 if ( SCIPgetTypeSetppc(scip, setppcconss[c]) == SCIP_SETPPCTYPE_PARTITIONING in strengthenOrbitopeConstraint()
H A Dreader_lp.c3815 case SCIP_SETPPCTYPE_PARTITIONING : in SCIPwriteLp()
H A Dreader_pip.c3176 case SCIP_SETPPCTYPE_PARTITIONING : in SCIPwritePip()
H A Dprop_symmetry.c1608 case SCIP_SETPPCTYPE_PARTITIONING : in computeSymmetryGroup()
H A Dreader_fzn.c4456 case SCIP_SETPPCTYPE_PARTITIONING : in writeFzn()
H A Dreader_opb.c3529 case SCIP_SETPPCTYPE_PARTITIONING : in writeOpbConstraints()
H A Dreader_mps.c4153 case SCIP_SETPPCTYPE_PARTITIONING : in SCIPwriteMps()
H A Dreopt.c2269 case SCIP_SETPPCTYPE_PARTITIONING: in saveConsLinear()
/dports/math/SCIP/scip-7.0.3/applications/MinIISC/src/
H A Dminiisc.c590 case SCIP_SETPPCTYPE_PARTITIONING : in createAltLP()
H A Dclassify.c593 case SCIP_SETPPCTYPE_PARTITIONING : in createAltLP()