Home
last modified time | relevance | path

Searched refs:SCIPcreateConsSetpart (Results 1 – 11 of 11) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.h89 SCIP_RETCODE SCIPcreateConsSetpart(
H A Dpresol_gateextraction.c1097 SCIP_CALL( SCIPcreateConsSetpart(scip, &newcons, name, nlogicorvars, activevars, in extractGates()
1656 … SCIP_CALL( SCIPcreateConsSetpart(scip, &newcons, name, nlogicorvars, activevarslogicor, in SCIP_DECL_PRESOLEXEC()
H A Dcons_linking.c387 …SCIP_CALL( SCIPcreateConsSetpart(scip, &lincons, SCIPconsGetName(cons), consdata->nbinvars, consda… in consdataLinearize()
939 SCIP_CALL( SCIPcreateConsSetpart(scip, &setppc, SCIPconsGetName(cons), nvars, vars, in processRealBoundChg()
H A Dcons_xor.c3523 SCIP_CALL( SCIPcreateConsSetpart(scip, &newcons, consname, nvars, vars, in cliquePresolve()
3577 SCIP_CALL( SCIPcreateConsSetpart(scip, &newcons, consname, 0, NULL, in cliquePresolve()
3603 SCIP_CALL( SCIPcreateConsSetpart(scip, &newcons, consname, nvars, vars, in cliquePresolve()
H A Dcons_setppc.c8657 SCIP_CALL( SCIPcreateConsSetpart(scip, cons, name, nvars, vars, in SCIP_DECL_CONSPARSE()
9048 SCIP_RETCODE SCIPcreateConsSetpart( in SCIPcreateConsSetpart() function
9096 SCIP_CALL( SCIPcreateConsSetpart(scip, cons, name, nvars, vars, in SCIPcreateConsBasicSetpart()
H A Dcons_and.c3247 SCIP_CALL( SCIPcreateConsSetpart(scip, &cliquecons, name, nvars + 1, newvars, in cliquePresolve()
H A Dcons_pseudoboolean.c3085 SCIP_CALL( SCIPcreateConsSetpart(scip, &cons, name, nvars, transvars, in createAndAddLinearCons()
/dports/math/SCIP/scip-7.0.3/applications/CycleClustering/src/
H A Dprobdata_cyc.c293 …SCIP_CALL( SCIPcreateConsSetpart(scip, &temp, consname, 0, NULL, TRUE, TRUE, TRUE, TRUE, TRUE, FAL… in createProbSimplifiedTest()
434 SCIP_CALL( SCIPcreateConsSetpart(scip, &temp, consname, 0, NULL, TRUE, TRUE, TRUE, TRUE, TRUE, in createProbSimplified()
701 SCIP_CALL( SCIPcreateConsSetpart(scip, &temp, consname, 0, NULL, TRUE, TRUE, TRUE, TRUE, TRUE, in createProbQP()
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dreader_cmin.c854 SCIP_CALL( SCIPcreateConsSetpart(scip, &cons, name, 0, NULL, in createMipCpFormulation()
874 SCIP_CALL( SCIPcreateConsSetpart(scip, &maccons, name, 0, NULL, in createMipCpFormulation()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dbranch_stp.c397 SCIP_CALL( SCIPcreateConsSetpart(scip, &consin, in branchOnVertex()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG6574 SCIPcreateConsVarbound(), SCIPcreateConsXor(), SCIPcreateConsSetpart(), SCIPcreateConsSetpack(),