Definition of base class for all clonable classes which define problem data.
Constraint handler and variable pricer C++ wrapper object plugins should extend this class
Definition at line 42 of file objprobcloneable.h.
#include <objprobcloneable.h>
Public Member Functions | |
virtual | ~ObjProbCloneable () |
virtual | SCIP_DECL_OBJPROBCLONE (ObjProbCloneable *clone) |
virtual | SCIP_DECL_OBJPROBISCLONEABLE (iscloneable) |
|
inlinevirtual |
Definition at line 44 of file objprobcloneable.h.
|
inlinevirtual |
clone method which will be used to copy constraint handler and variable pricer objects
Definition at line 47 of file objprobcloneable.h.
|
inlinevirtual |
returns whether the plugin object is copyable
Definition at line 53 of file objprobcloneable.h.
References FALSE.