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