|
Go to the documentation of this file.
24 #ifndef __SCIP_TYPE_OBJPCLONEABLE_H__
25 #define __SCIP_TYPE_OBJPCLONEABLE_H__
32 #define SCIP_DECL_OBJCLONEABLECLONE(x) x (SCIP* scip) const
33 #define SCIP_DECL_BRANCHCLONE(x) x (SCIP* scip) const
34 #define SCIP_DECL_DIALOGCLONE(x) x (SCIP* scip) const
35 #define SCIP_DECL_DISPCLONE(x) x (SCIP* scip) const
36 #define SCIP_DECL_EVENTCLONE(x) x (SCIP* scip) const
37 #define SCIP_DECL_HEURCLONE(x) x (SCIP* scip) const
38 #define SCIP_DECL_NODESELCLONE(x) x (SCIP* scip) const
39 #define SCIP_DECL_PRESOLCLONE(x) x (SCIP* scip) const
40 #define SCIP_DECL_PROPCLONE(x) x (SCIP* scip) const
41 #define SCIP_DECL_READERCLONE(x) x (SCIP* scip) const
42 #define SCIP_DECL_RELAXCLONE(x) x (SCIP* scip) const
43 #define SCIP_DECL_SEPACLONE(x) x (SCIP* scip) const
50 #define SCIP_DECL_OBJCLONEABLEISCLONEABLE(x) SCIP_Bool x (void) const
51 #define SCIP_DECL_BRANCHISCLONEABLE(x) SCIP_Bool x (void) const
52 #define SCIP_DECL_DIALOGISCLONEABLE(x) SCIP_Bool x (void) const
53 #define SCIP_DECL_DISPISCLONEABLE(x) SCIP_Bool x (void) const
54 #define SCIP_DECL_EVENTISCLONEABLE(x) SCIP_Bool x (void) const
55 #define SCIP_DECL_HEURISCLONEABLE(x) SCIP_Bool x (void) const
56 #define SCIP_DECL_NODESELISCLONEABLE(x) SCIP_Bool x (void) const
57 #define SCIP_DECL_PRESOLISCLONEABLE(x) SCIP_Bool x (void) const
58 #define SCIP_DECL_PROPISCLONEABLE(x) SCIP_Bool x (void) const
59 #define SCIP_DECL_READERISCLONEABLE(x) SCIP_Bool x (void) const
60 #define SCIP_DECL_RELAXISCLONEABLE(x) SCIP_Bool x (void) const
61 #define SCIP_DECL_SEPAISCLONEABLE(x) SCIP_Bool x (void) const
|