Go to the documentation of this file.
33#ifndef __SCIP_TYPE_OBJPCLONEABLE_H__
34#define __SCIP_TYPE_OBJPCLONEABLE_H__
41#define SCIP_DECL_OBJCLONEABLECLONE(x) x (SCIP* scip) const
42#define SCIP_DECL_BENDERSCUTCLONE(x) x (SCIP* scip) const
43#define SCIP_DECL_BRANCHCLONE(x) x (SCIP* scip) const
44#define SCIP_DECL_DIALOGCLONE(x) x (SCIP* scip) const
45#define SCIP_DECL_DISPCLONE(x) x (SCIP* scip) const
46#define SCIP_DECL_EVENTCLONE(x) x (SCIP* scip) const
47#define SCIP_DECL_HEURCLONE(x) x (SCIP* scip) const
48#define SCIP_DECL_NODESELCLONE(x) x (SCIP* scip) const
49#define SCIP_DECL_PRESOLCLONE(x) x (SCIP* scip) const
50#define SCIP_DECL_PROPCLONE(x) x (SCIP* scip) const
51#define SCIP_DECL_READERCLONE(x) x (SCIP* scip) const
52#define SCIP_DECL_RELAXCLONE(x) x (SCIP* scip) const
53#define SCIP_DECL_SEPACLONE(x) x (SCIP* scip) const
60#define SCIP_DECL_OBJCLONEABLEISCLONEABLE(x) SCIP_Bool x (void) const
61#define SCIP_DECL_BENDERSCUTISCLONEABLE(x) SCIP_Bool x (void) const
62#define SCIP_DECL_BRANCHISCLONEABLE(x) SCIP_Bool x (void) const
63#define SCIP_DECL_DIALOGISCLONEABLE(x) SCIP_Bool x (void) const
64#define SCIP_DECL_DISPISCLONEABLE(x) SCIP_Bool x (void) const
65#define SCIP_DECL_EVENTISCLONEABLE(x) SCIP_Bool x (void) const
66#define SCIP_DECL_HEURISCLONEABLE(x) SCIP_Bool x (void) const
67#define SCIP_DECL_NODESELISCLONEABLE(x) SCIP_Bool x (void) const
68#define SCIP_DECL_PRESOLISCLONEABLE(x) SCIP_Bool x (void) const
69#define SCIP_DECL_PROPISCLONEABLE(x) SCIP_Bool x (void) const
70#define SCIP_DECL_READERISCLONEABLE(x) SCIP_Bool x (void) const
71#define SCIP_DECL_RELAXISCLONEABLE(x) SCIP_Bool x (void) const
72#define SCIP_DECL_SEPAISCLONEABLE(x) SCIP_Bool x (void) const