objcloneable.h
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
44 * All C++ wrapper object plugins should extend this class, except constraint handlers and variable pricers. This is
57 /** clone method, used to copy plugins which are not constraint handlers or variable pricer plugins */
function type definitions for clonable classes
ObjCloneable & operator=(const ObjCloneable &o)=delete
virtual SCIP_DECL_OBJCLONEABLEISCLONEABLE(iscloneable)
Definition: objcloneable.h:64
virtual SCIP_DECL_OBJCLONEABLECLONE(ObjCloneable *clone)
Definition: objcloneable.h:58
common defines and data types used in all packages of SCIP
Definition: objbenders.h:43
SCIP callable library.