All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 462 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 472 of file pricer.c. References NULL, and SCIP_Pricer::pricerdata. Referenced by SCIP_DECL_PRICERFREE().
gets name of variable pricer
Definition at line 549 of file pricer.c. References SCIP_Pricer::name, and NULL. Referenced by printPricerStatistics(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_SORTPTRCOMP(), SCIPincludeDialogDefaultFix(), SCIPincludeDialogDefaultSet(), SCIPpriceLoop(), SCIPpricerCopyInclude(), and SCIPsetFindPricer().
gets description of variable pricer
Definition at line 559 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 569 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 593 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 603 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 613 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 623 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 633 of file pricer.c. References SCIP_Pricer::active, and NULL. Referenced by SCIPsetCopyPlugins().
returns whether the pricer should be delayed until no other pricer finds a new variable
Definition at line 643 of file pricer.c. References SCIP_Pricer::delay, and NULL. Referenced by SCIP_DECL_DIALOGEXEC().
is variable pricer initialized?
Definition at line 653 of file pricer.c. References SCIP_Pricer::initialized, and NULL. |