All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scip::ObjCloneable Struct Reference Detailed DescriptionDefinition of base class for all clonable classes. All C++ wrapper object plugins should extend this class, except constraint handlers and variable pricers. This is needed to be able to copy (clone) a SCIP instance. Definition at line 38 of file objcloneable.h.
Constructor & Destructor Documentation
Definition at line 40 of file objcloneable.h. Member Function Documentation
clone method, used to copy plugins which are not constraint handlers or variable pricer plugins Definition at line 43 of file objcloneable.h.
returns whether the plugin object is copyable Definition at line 49 of file objcloneable.h. |