All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objpresol.h File Reference Detailed DescriptionC++ wrapper for presolvers. Definition in file objpresol.h. Go to the source code of this file.
Function Documentation
creates the presolver for the given presolver object and includes it in SCIP The method should be called in one of the following ways:
creates the presolver for the given presolver object and includes it in SCIP
Definition at line 199 of file objpresol.cpp. References NULL, SCIP_CALL, scip::ObjPresol::scip_delay_, scip::ObjPresol::scip_desc_, scip::ObjPresol::scip_maxrounds_, scip::ObjPresol::scip_name_, SCIP_OKAY, scip::ObjPresol::scip_priority_, and SCIPincludePresol(). Referenced by SCIP_DECL_PRESOLCOPY().
returns the presol object of the given name, or 0 if not existing
Definition at line 227 of file objpresol.cpp. References NULL, SCIPfindPresol(), and SCIPpresolGetData().
returns the presol object for the given presolver
Definition at line 246 of file objpresol.cpp. References NULL, and SCIPpresolGetData(). |