Home
last modified time | relevance | path

Searched refs:probdataCreate (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dprobdata_binpacking.c131 SCIP_RETCODE probdataCreate( in probdataCreate() function
296 …SCIP_CALL( probdataCreate(scip, targetdata, sourcedata->vars, sourcedata->conss, sourcedata->weigh… in SCIP_DECL_PROBTRANS()
414 SCIP_CALL( probdataCreate(scip, &probdata, NULL, conss, weights, ids, 0, nitems, capacity) ); in SCIPprobdataCreate()
/dports/math/SCIP/scip-7.0.3/examples/SCFLP/src/
H A Dprobdata_scflp.c537 SCIP_RETCODE probdataCreate( in probdataCreate() function
900 …SCIP_CALL( probdataCreate(scip, &probdata, subproblems, facilityvars, subfacilityvars, customervar… in SCIPprobdataCreate()
/dports/math/SCIP/scip-7.0.3/applications/Ringpacking/src/
H A Dprobdata_rpa.c116 SCIP_RETCODE probdataCreate( in probdataCreate() function
1356 …SCIP_CALL( probdataCreate(scip, targetdata, sourcedata->patternconss, sourcedata->cpatterns, sourc… in SCIP_DECL_PROBTRANS()
1412 …SCIP_CALL( probdataCreate(scip, &probdata, NULL, NULL, NULL, 0, NULL, NULL, 0, demands, rints, rex… in SCIPprobdataCreate()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dprobdata_stp.c334 SCIP_RETCODE probdataCreate( in probdataCreate() function
1260 SCIP_CALL( probdataCreate(scip, targetdata, graphcopy) ); in SCIP_DECL_PROBCOPY()
1678 SCIP_CALL( probdataCreate(scip, targetdata, sourcedata->graph) ); in SCIP_DECL_PROBTRANS()
1961 SCIP_CALL( probdataCreate(scip, &probdata, graph) ); in SCIPprobdataCreate()