All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objcloneable.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
35 * All C++ wrapper object plugins should extend this class, except constraint handlers and variable pricers. This is
42 /** clone method, used to copy plugins which are not constraint handlers or variable pricer plugins */
function type definitions for clonable classes virtual SCIP_DECL_OBJCLONEABLEISCLONEABLE(iscloneable) Definition: objcloneable.h:49 virtual SCIP_DECL_OBJCLONEABLECLONE(ObjCloneable *clone) Definition: objcloneable.h:43 common defines and data types used in all packages of SCIP SCIP callable library. |