pricer_binpacking.h File Reference Detailed DescriptionBinpacking variable pricer. This file implements the variable pricer which check if variables exist with negative reduced cost. See for more details Pricing new variables. Definition in file pricer_binpacking.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the binpacking variable pricer and includes it in SCIP
Definition at line 717 of file pricer_binpacking.c. References PRICER_DELAY, PRICER_DESC, PRICER_NAME, and PRICER_PRIORITY. Referenced by runShell().
added problem specific data to pricer and activates pricer
Definition at line 752 of file pricer_binpacking.c. References SCIP_PricerData::capacity, SCIP_PricerData::nitems, and PRICER_NAME. Referenced by SCIPprobdataCreate(). |