objiisfinder.h
Go to the documentation of this file.
30/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
86 ObjIISfinder(const ObjIISfinder& o) : ObjIISfinder(o.scip_, o.scip_name_, o.scip_desc_, o.scip_priority_) {}
89 ObjIISfinder(ObjIISfinder&& o) : scip_(o.scip_), scip_name_(0), scip_desc_(0), scip_priority_(o.scip_priority_)
153 SCIP_Bool deleteobject /**< should the iis finder object be deleted when iis finder is freed? */
ObjIISfinder & operator=(const ObjIISfinder &o)=delete
ObjIISfinder(SCIP *scip, const char *name, const char *desc, int priority)
Definition: objiisfinder.h:70
virtual SCIP_DECL_IISFINDERFREE(scip_free)
Definition: objiisfinder.h:113
ObjIISfinder & operator=(ObjIISfinder &&o)=delete
virtual SCIP_DECL_IISFINDEREXEC(scip_exec)=0
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
Definition: scip_mem.h:76
Definition: multiprecision.hpp:66
definition of base class for all clonable classes
SCIP_RETCODE SCIPincludeObjIISfinder(SCIP *scip, scip::ObjIISfinder *objiisfinder, SCIP_Bool deleteobject)
Definition: objiisfinder.cpp:126
scip::ObjIISfinder * SCIPgetObjIISfinder(SCIP *scip, SCIP_IISFINDER *iisfinder)
Definition: objiisfinder.cpp:173
scip::ObjIISfinder * SCIPfindObjIISfinder(SCIP *scip, const char *name)
Definition: objiisfinder.cpp:154
SCIP callable library.
Definition: struct_iisfinder.h:46
Definition: struct_scip.h:72