24 #ifndef __SCIP_STRUCT_PRICER_H__ 25 #define __SCIP_STRUCT_PRICER_H__
SCIP_DECL_PRICERCOPY((*pricercopy))
SCIP_DECL_PRICERINIT((*pricerinit))
type definitions for variable pricers
SCIP_DECL_PRICEREXIT((*pricerexit))
SCIP_DECL_PRICEREXITSOL((*pricerexitsol))
SCIP_DECL_PRICERINITSOL((*pricerinitsol))
SCIP_PRICERDATA * pricerdata
type definitions for clocks and timing issues
SCIP_DECL_PRICERFREE((*pricerfree))
SCIP_DECL_PRICERFARKAS((*pricerfarkas))
struct SCIP_PricerData SCIP_PRICERDATA
common defines and data types used in all packages of SCIP
SCIP_DECL_PRICERREDCOST((*pricerredcost))