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 53 of file presol.c. References SCIPpresolGetName().
gets user data of presolver
Definition at line 466 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 476 of file presol.c. References NULL, and SCIP_Presol::presoldata. Referenced by SCIP_DECL_PRESOLFREE().
gets name of presolver
Definition at line 553 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 563 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 573 of file presol.c. References NULL, and SCIP_Presol::priority. Referenced by presolveRound(), and SCIP_DECL_DIALOGEXEC().
gets round limit of presolver
Definition at line 583 of file presol.c. References SCIP_Presol::maxrounds, and NULL. Referenced by SCIP_DECL_DIALOGEXEC().
gets the timing mask of the presolver
Definition at line 607 of file presol.c. References NULL, and SCIP_Presol::timing. Referenced by SCIP_DECL_DIALOGEXEC().
sets the timing mask of the presolver
Definition at line 617 of file presol.c. References NULL, and SCIP_Presol::timing.
should presolver be delayed, if other presolvers found reductions?
was presolver delayed at the last call?
is presolver initialized?
Definition at line 629 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 651 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 661 of file presol.c. References NULL, SCIP_Presol::presolclock, and SCIPclockGetTime(). Referenced by printPresolverStatistics().
gets number of variables fixed in presolver
Definition at line 671 of file presol.c. References SCIP_Presol::nfixedvars, and NULL. Referenced by printPresolverStatistics().
gets number of variables aggregated in presolver
Definition at line 681 of file presol.c. References SCIP_Presol::naggrvars, and NULL. Referenced by printPresolverStatistics().
gets number of variable types changed in presolver
Definition at line 691 of file presol.c. References SCIP_Presol::nchgvartypes, and NULL. Referenced by printPresolverStatistics().
gets number of bounds changed in presolver
Definition at line 701 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 711 of file presol.c. References SCIP_Presol::naddholes, and NULL. Referenced by printPresolverStatistics().
gets number of constraints deleted in presolver
Definition at line 721 of file presol.c. References SCIP_Presol::ndelconss, and NULL. Referenced by printPresolverStatistics().
gets number of constraints added in presolver
Definition at line 731 of file presol.c. References SCIP_Presol::naddconss, and NULL. Referenced by printPresolverStatistics().
gets number of constraints upgraded in presolver
Definition at line 741 of file presol.c. References NULL, and SCIP_Presol::nupgdconss.
gets number of coefficients changed in presolver
Definition at line 751 of file presol.c. References SCIP_Presol::nchgcoefs, and NULL. Referenced by printPresolverStatistics().
gets number of constraint sides changed in presolver
Definition at line 761 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 771 of file presol.c. References SCIP_Presol::ncalls, and NULL. Referenced by fillDigraph(), and printPresolverStatistics(). |