36#ifndef __SCIP_OBJPROBCLONEABLE_H__
37#define __SCIP_OBJPROBCLONEABLE_H__
common defines and data types used in all packages of SCIP
Definition of base class for all clonable classes which define problem data.
virtual SCIP_DECL_OBJPROBCLONE(ObjProbCloneable *clone)
ObjProbCloneable & operator=(ObjProbCloneable &&o)=delete
ObjProbCloneable & operator=(const ObjProbCloneable &o)=delete
virtual SCIP_DECL_OBJPROBISCLONEABLE(iscloneable)
virtual ~ObjProbCloneable()
function type definitions for clonable classes which define problem data