struct_pricer.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
41 SCIP_DECL_PRICERCOPY ((*pricercopy)); /**< copy method of pricer or NULL if you don't want to copy your plugin into sub-SCIPs */
45 SCIP_DECL_PRICERINITSOL((*pricerinitsol));/**< solving process initialization method of variable pricer */
46 SCIP_DECL_PRICEREXITSOL((*pricerexitsol));/**< solving process deinitialization method of variable pricer */
47 SCIP_DECL_PRICERREDCOST((*pricerredcost));/**< reduced cost pricing method of variable pricer for feasible LPs */
48 SCIP_DECL_PRICERFARKAS((*pricerfarkas)); /**< Farkas pricing method of variable pricer for infeasible LPs */
SCIP_DECL_PRICERCOPY((*pricercopy))
Definition: struct_pricer.h:37
SCIP_DECL_PRICERINIT((*pricerinit))
type definitions for variable pricers
SCIP_DECL_PRICEREXIT((*pricerexit))
SCIP_DECL_PRICEREXITSOL((*pricerexitsol))
SCIP_DECL_PRICERINITSOL((*pricerinitsol))
type definitions for clocks and timing issues
SCIP_DECL_PRICERFREE((*pricerfree))
SCIP_DECL_PRICERFARKAS((*pricerfarkas))
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:55
SCIP_DECL_PRICERREDCOST((*pricerredcost))