struct_pricer.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 40 SCIP_DECL_PRICERCOPY ((*pricercopy)); /**< copy method of pricer or NULL if you don't want to copy your plugin into sub-SCIPs */ 44 SCIP_DECL_PRICERINITSOL((*pricerinitsol));/**< solving process initialization method of variable pricer */ 45 SCIP_DECL_PRICEREXITSOL((*pricerexitsol));/**< solving process deinitialization method of variable pricer */ 46 SCIP_DECL_PRICERREDCOST((*pricerredcost));/**< reduced cost pricing method of variable pricer for feasible LPs */ 47 SCIP_DECL_PRICERFARKAS((*pricerfarkas)); /**< Farkas pricing method of variable pricer for infeasible LPs */
SCIP_DECL_PRICERCOPY((*pricercopy)) Definition: struct_pricer.h:36 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:54 SCIP_DECL_PRICERREDCOST((*pricerredcost)) |