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 SCIPsetFindPresol().
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 625 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 635 of file presol.c. References NULL, SCIP_Presol::presolclock, and SCIPclockGetTime(). Referenced by printPresolverStatistics().
gets number of variables fixed in presolver
Definition at line 645 of file presol.c. References SCIP_Presol::nfixedvars, and NULL. Referenced by printPresolverStatistics().
gets number of variables aggregated in presolver
Definition at line 655 of file presol.c. References SCIP_Presol::naggrvars, and NULL. Referenced by printPresolverStatistics().
gets number of variable types changed in presolver
Definition at line 665 of file presol.c. References SCIP_Presol::nchgvartypes, and NULL. Referenced by printPresolverStatistics().
gets number of bounds changed in presolver
Definition at line 675 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 685 of file presol.c. References SCIP_Presol::naddholes, and NULL. Referenced by printPresolverStatistics().
gets number of constraints deleted in presolver
Definition at line 695 of file presol.c. References SCIP_Presol::ndelconss, and NULL. Referenced by printPresolverStatistics().
gets number of constraints added in presolver
Definition at line 705 of file presol.c. References SCIP_Presol::naddconss, and NULL. Referenced by printPresolverStatistics().
gets number of constraints upgraded in presolver
Definition at line 715 of file presol.c. References NULL, and SCIP_Presol::nupgdconss.
gets number of coefficients changed in presolver
Definition at line 725 of file presol.c. References SCIP_Presol::nchgcoefs, and NULL. Referenced by printPresolverStatistics().
gets number of constraint sides changed in presolver
Definition at line 735 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 745 of file presol.c. References SCIP_Presol::ncalls, and NULL. Referenced by printPresolverStatistics(). |