probdata_scflp.h
Go to the documentation of this file.
20 * This file handles the main problem data used in that project. For more details see \ref SCFLP_PROBLEMDATA page.
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:58
int SCIPprobdataGetNCustomers(SCIP_PROBDATA *probdata)
Definition: probdata_scflp.c:844
Definition: struct_var.h:198
int SCIPprobdataGetNFacilities(SCIP_PROBDATA *probdata)
Definition: probdata_scflp.c:834
SCIP_RETCODE SCIPprobdataCreate(SCIP *scip, const char *probname, SCIP_Real **costs, SCIP_Real **demands, SCIP_Real *capacity, SCIP_Real *fixedcost, int ncustomers, int nfacilities, int nsubproblems, SCIP_Bool usebenders)
Definition: probdata_scflp.c:694
SCIP_VAR ** SCIPprobdataGetFacilityVars(SCIP_PROBDATA *probdata)
Definition: probdata_scflp.c:854
Definition: objbenders.h:33
SCIP callable library.