23 #ifndef __SCIP_OBJPRESOL_H__ 24 #define __SCIP_OBJPRESOL_H__ 78 scip_priority_(priority),
79 scip_maxrounds_(maxrounds),
virtual SCIP_DECL_PRESOLINITPRE(scip_initpre)
ObjPresol(SCIP *scip, const char *name, const char *desc, int priority, int maxrounds, SCIP_PRESOLTIMING timing)
C++ wrapper for presolvers.
enum SCIP_Retcode SCIP_RETCODE
const SCIP_PRESOLTIMING scip_timing_
definition of base class for all clonable classes
virtual SCIP_DECL_PRESOLFREE(scip_free)
const int scip_maxrounds_
unsigned int SCIP_PRESOLTIMING
scip::ObjPresol * SCIPfindObjPresol(SCIP *scip, const char *name)
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
virtual SCIP_DECL_PRESOLEXEC(scip_exec)=0
#define SCIPfreeMemoryArray(scip, ptr)
scip::ObjPresol * SCIPgetObjPresol(SCIP *scip, SCIP_PRESOL *presol)
Definition of base class for all clonable classes.
virtual SCIP_DECL_PRESOLEXITPRE(scip_exitpre)
virtual SCIP_DECL_PRESOLINIT(scip_init)
SCIP_RETCODE SCIPincludeObjPresol(SCIP *scip, scip::ObjPresol *objpresol, SCIP_Bool deleteobject)
#define SCIP_CALL_ABORT(x)
virtual SCIP_DECL_PRESOLEXIT(scip_exit)