Go to the documentation of this file.
33#ifndef __SCIP_TYPE_OBJPROBCLONEABLE_H__
34#define __SCIP_TYPE_OBJPROBCLONEABLE_H__
44#define SCIP_DECL_OBJPROBCLONE(x) x (SCIP* scip, SCIP_Bool* valid) const
45#define SCIP_DECL_CONSHDLRCLONE(x) x (SCIP* scip, SCIP_Bool* valid) const
46#define SCIP_DECL_PRICERCLONE(x) x (SCIP* scip, SCIP_Bool* valid) const
47#define SCIP_DECL_BENDERSCLONE(x) x (SCIP* scip, SCIP_Bool* valid) const
53#define SCIP_DECL_OBJPROBISCLONEABLE(x) SCIP_Bool x (void) const
54#define SCIP_DECL_CONSHDLRISCLONEABLE(x) SCIP_Bool x (void) const
55#define SCIP_DECL_PRICERISCLONEABLE(x) SCIP_Bool x (void) const
56#define SCIP_DECL_BENDERSISCLONEABLE(x) SCIP_Bool x (void) const