pub_pricer.h File Reference Detailed Descriptionpublic methods for variable pricers Definition in file pub_pricer.h. Go to the source code of this file.
Function Documentation
comparison method for sorting pricers w.r.t. to their name Definition at line 53 of file pricer.c. References SCIPpricerGetName().
gets user data of variable pricer
Definition at line 463 of file pricer.c. References NULL, and SCIP_Pricer::pricerdata. Referenced by SCIP_DECL_PRICERCOPY(), SCIP_DECL_PRICEREXIT(), SCIP_DECL_PRICEREXITSOL(), SCIP_DECL_PRICERFARKAS(), SCIP_DECL_PRICERFREE(), SCIP_DECL_PRICERINIT(), SCIP_DECL_PRICERINITSOL(), SCIP_DECL_PRICERREDCOST(), SCIPfindObjPricer(), and SCIPgetObjPricer().
sets user data of variable pricer; user has to free old data in advance!
Definition at line 473 of file pricer.c. References NULL, and SCIP_Pricer::pricerdata. Referenced by SCIP_DECL_PRICERFREE().
gets name of variable pricer
Definition at line 550 of file pricer.c. References SCIP_Pricer::name, and NULL. Referenced by printPricerStatistics(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_SORTPTRCOMP(), SCIPincludeDialogDefaultFix(), SCIPincludeDialogDefaultSet(), SCIPpriceLoop(), SCIPpricerCopyInclude(), and SCIPsetFindReader().
gets description of variable pricer
Definition at line 560 of file pricer.c. References SCIP_Pricer::desc, and NULL. Referenced by SCIP_DECL_DIALOGEXEC(), SCIPincludeDialogDefaultFix(), and SCIPincludeDialogDefaultSet().
gets priority of variable pricer
Definition at line 570 of file pricer.c. References NULL, and SCIP_Pricer::priority. Referenced by SCIP_DECL_DIALOGEXEC().
gets the number of times, the pricer was called and tried to find a variable with negative reduced costs
Definition at line 594 of file pricer.c. References SCIP_Pricer::ncalls, and NULL. Referenced by printPricerStatistics().
gets the number of variables with negative reduced costs found by this pricer
Definition at line 604 of file pricer.c. References NULL, and SCIP_Pricer::nvarsfound. Referenced by printPricerStatistics().
gets time in seconds used in this pricer for setting up for next stages
Definition at line 614 of file pricer.c. References NULL, SCIPclockGetTime(), and SCIP_Pricer::setuptime. Referenced by printPricerStatistics().
gets time in seconds used in this pricer
Definition at line 624 of file pricer.c. References NULL, SCIP_Pricer::pricerclock, and SCIPclockGetTime(). Referenced by printPricerStatistics().
returns whether the given pricer is in use in the current problem
Definition at line 646 of file pricer.c. References SCIP_Pricer::active, and NULL. Referenced by SCIP_DECL_PARAMCHGD().
returns whether the pricer should be delayed until no other pricer finds a new variable
Definition at line 656 of file pricer.c. References SCIP_Pricer::delay, and NULL. Referenced by SCIP_DECL_DIALOGEXEC().
is variable pricer initialized?
Definition at line 666 of file pricer.c. References SCIP_Pricer::initialized, and NULL. |