Searched refs:probdataCreate (Results 1 – 4 of 4) sorted by relevance
/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/ |
H A D | probdata_binpacking.c | 131 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 D | probdata_scflp.c | 537 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 D | probdata_rpa.c | 116 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 D | probdata_stp.c | 334 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()
|