vardata_binpacking.h File Reference Detailed DescriptionVariable data containing the ids of constraints in which the variable appears. This file implements the handling of the variable data which is attached to each file. See SCIP_VarData and Pricing new variables. Definition in file vardata_binpacking.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates variable
Definition at line 142 of file vardata_binpacking.c. Referenced by createInitialColumns(), and SCIP_DECL_PRICERREDCOST().
create variable data
Definition at line 103 of file vardata_binpacking.c. References vardataCreate(). Referenced by createInitialColumns(), and SCIP_DECL_PRICERREDCOST().
returns sorted constraint id array
Definition at line 124 of file vardata_binpacking.c. Referenced by addFixedVarsConss(), checkVariable(), consdataCheck(), and SCIP_DECL_BRANCHEXECLP().
get number of constraints
Definition at line 116 of file vardata_binpacking.c. Referenced by addFixedVarsConss(), checkVariable(), consdataCheck(), and SCIP_DECL_BRANCHEXECLP().
prints vardata to file stream
Definition at line 175 of file vardata_binpacking.c. References SCIP_VarData::nconsids, and SCIPprobdataGetIds(). Referenced by consdataCheck(). |