|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_presol.h File Reference Detailed Descriptionpublic methods for presolvers Definition in file pub_presol.h. Go to the source code of this file. Function Documentation
comparison method for sorting presolvers w.r.t. to their name Definition at line 51 of file presol.c. References SCIPpresolGetName().
gets user data of presolver
Definition at line 464 of file presol.c. References NULL, and SCIP_Presol::presoldata. Referenced by presolComponents(), SCIP_DECL_PRESOLCOPY(), SCIP_DECL_PRESOLEXEC(), SCIP_DECL_PRESOLEXIT(), SCIP_DECL_PRESOLEXITPRE(), SCIP_DECL_PRESOLFREE(), SCIP_DECL_PRESOLINIT(), SCIP_DECL_PRESOLINITPRE(), SCIPfindObjPresol(), and SCIPgetObjPresol().
sets user data of presolver; user has to free old data in advance!
Definition at line 474 of file presol.c. References NULL, and SCIP_Presol::presoldata. Referenced by SCIP_DECL_PRESOLFREE().
gets name of presolver
Definition at line 551 of file presol.c. References SCIP_Presol::name, and NULL. Referenced by paramsetSetPresolvingDefault(), paramsetSetPresolvingOff(), presolveRound(), printPresolverStatistics(), SCIP_DECL_DIALOGEXEC(), SCIP_DECL_PRESOLCOPY(), SCIP_DECL_PRESOLEXEC(), SCIP_DECL_SORTPTRCOMP(), SCIPincludeDialogDefaultFix(), SCIPincludeDialogDefaultSet(), SCIPpresolCopyInclude(), and SCIPsetSortConflicthdlrs().
gets description of presolver
Definition at line 561 of file presol.c. References SCIP_Presol::desc, and NULL. Referenced by SCIP_DECL_DIALOGEXEC(), SCIPincludeDialogDefaultFix(), and SCIPincludeDialogDefaultSet().
gets priority of presolver
Definition at line 571 of file presol.c. References NULL, and SCIP_Presol::priority. Referenced by presolveRound(), and SCIP_DECL_DIALOGEXEC().
should presolver be delayed, if other presolvers found reductions?
Definition at line 595 of file presol.c. References SCIP_Presol::delay, and NULL. Referenced by SCIP_DECL_DIALOGEXEC().
was presolver delayed at the last call?
Definition at line 605 of file presol.c. References NULL, and SCIP_Presol::wasdelayed. Referenced by presolveRound().
is presolver initialized?
Definition at line 615 of file presol.c. References SCIP_Presol::initialized, and NULL.
gets time in seconds used in this presolver for setting up for next stages
Definition at line 637 of file presol.c. References NULL, SCIPclockGetTime(), and SCIP_Presol::setuptime. Referenced by printPresolverStatistics().
gets time in seconds used in this presolver
Definition at line 647 of file presol.c. References NULL, SCIP_Presol::presolclock, and SCIPclockGetTime(). Referenced by printPresolverStatistics().
gets number of variables fixed in presolver
Definition at line 657 of file presol.c. References SCIP_Presol::nfixedvars, and NULL. Referenced by printPresolverStatistics().
gets number of variables aggregated in presolver
Definition at line 667 of file presol.c. References SCIP_Presol::naggrvars, and NULL. Referenced by printPresolverStatistics().
gets number of variable types changed in presolver
Definition at line 677 of file presol.c. References SCIP_Presol::nchgvartypes, and NULL. Referenced by printPresolverStatistics().
gets number of bounds changed in presolver
Definition at line 687 of file presol.c. References SCIP_Presol::nchgbds, and NULL. Referenced by printPresolverStatistics().
gets number of holes added to domains of variables in presolver
Definition at line 697 of file presol.c. References SCIP_Presol::naddholes, and NULL. Referenced by printPresolverStatistics().
gets number of constraints deleted in presolver
Definition at line 707 of file presol.c. References SCIP_Presol::ndelconss, and NULL. Referenced by printPresolverStatistics().
gets number of constraints added in presolver
Definition at line 717 of file presol.c. References SCIP_Presol::naddconss, and NULL. Referenced by printPresolverStatistics().
gets number of constraints upgraded in presolver
Definition at line 727 of file presol.c. References NULL, and SCIP_Presol::nupgdconss.
gets number of coefficients changed in presolver
Definition at line 737 of file presol.c. References SCIP_Presol::nchgcoefs, and NULL. Referenced by printPresolverStatistics().
gets number of constraint sides changed in presolver
Definition at line 747 of file presol.c. References SCIP_Presol::nchgsides, and NULL. Referenced by printPresolverStatistics().
gets number of times the presolver was called and tried to find reductions
Definition at line 757 of file presol.c. References SCIP_Presol::ncalls, and NULL. Referenced by printPresolverStatistics(). |