function type definitions for clonable classes
Definition in file type_objcloneable.h.
Go to the source code of this file.
Macros | |
#define | SCIP_DECL_OBJCLONEABLECLONE(x) |
#define | SCIP_DECL_BENDERSCUTCLONE(x) |
#define | SCIP_DECL_BRANCHCLONE(x) |
#define | SCIP_DECL_DIALOGCLONE(x) |
#define | SCIP_DECL_DISPCLONE(x) |
#define | SCIP_DECL_EVENTCLONE(x) |
#define | SCIP_DECL_HEURCLONE(x) |
#define | SCIP_DECL_NODESELCLONE(x) |
#define | SCIP_DECL_PRESOLCLONE(x) |
#define | SCIP_DECL_PROPCLONE(x) |
#define | SCIP_DECL_READERCLONE(x) |
#define | SCIP_DECL_RELAXCLONE(x) |
#define | SCIP_DECL_SEPACLONE(x) |
#define | SCIP_DECL_OBJCLONEABLEISCLONEABLE(x) |
#define | SCIP_DECL_BENDERSCUTISCLONEABLE(x) |
#define | SCIP_DECL_BRANCHISCLONEABLE(x) |
#define | SCIP_DECL_DIALOGISCLONEABLE(x) |
#define | SCIP_DECL_DISPISCLONEABLE(x) |
#define | SCIP_DECL_EVENTISCLONEABLE(x) |
#define | SCIP_DECL_HEURISCLONEABLE(x) |
#define | SCIP_DECL_NODESELISCLONEABLE(x) |
#define | SCIP_DECL_PRESOLISCLONEABLE(x) |
#define | SCIP_DECL_PROPISCLONEABLE(x) |
#define | SCIP_DECL_READERISCLONEABLE(x) |
#define | SCIP_DECL_RELAXISCLONEABLE(x) |
#define | SCIP_DECL_SEPAISCLONEABLE(x) |
#define SCIP_DECL_OBJCLONEABLECLONE | ( | x | ) |
clone method, used to copy plugins which are not constraint handlers or variable pricer plugins
input:
Definition at line 41 of file type_objcloneable.h.
#define SCIP_DECL_BENDERSCUTCLONE | ( | x | ) |
Definition at line 42 of file type_objcloneable.h.
#define SCIP_DECL_BRANCHCLONE | ( | x | ) |
Definition at line 43 of file type_objcloneable.h.
#define SCIP_DECL_DIALOGCLONE | ( | x | ) |
Definition at line 44 of file type_objcloneable.h.
#define SCIP_DECL_DISPCLONE | ( | x | ) |
Definition at line 45 of file type_objcloneable.h.
#define SCIP_DECL_EVENTCLONE | ( | x | ) |
Definition at line 46 of file type_objcloneable.h.
#define SCIP_DECL_HEURCLONE | ( | x | ) |
Definition at line 47 of file type_objcloneable.h.
#define SCIP_DECL_NODESELCLONE | ( | x | ) |
Definition at line 48 of file type_objcloneable.h.
#define SCIP_DECL_PRESOLCLONE | ( | x | ) |
Definition at line 49 of file type_objcloneable.h.
#define SCIP_DECL_PROPCLONE | ( | x | ) |
Definition at line 50 of file type_objcloneable.h.
#define SCIP_DECL_READERCLONE | ( | x | ) |
Definition at line 51 of file type_objcloneable.h.
#define SCIP_DECL_RELAXCLONE | ( | x | ) |
Definition at line 52 of file type_objcloneable.h.
#define SCIP_DECL_SEPACLONE | ( | x | ) |
Definition at line 53 of file type_objcloneable.h.
#define SCIP_DECL_OBJCLONEABLEISCLONEABLE | ( | x | ) |
#define SCIP_DECL_BENDERSCUTISCLONEABLE | ( | x | ) |
Definition at line 61 of file type_objcloneable.h.
#define SCIP_DECL_BRANCHISCLONEABLE | ( | x | ) |
Definition at line 62 of file type_objcloneable.h.
#define SCIP_DECL_DIALOGISCLONEABLE | ( | x | ) |
Definition at line 63 of file type_objcloneable.h.
#define SCIP_DECL_DISPISCLONEABLE | ( | x | ) |
Definition at line 64 of file type_objcloneable.h.
#define SCIP_DECL_EVENTISCLONEABLE | ( | x | ) |
Definition at line 65 of file type_objcloneable.h.
#define SCIP_DECL_HEURISCLONEABLE | ( | x | ) |
Definition at line 66 of file type_objcloneable.h.
#define SCIP_DECL_NODESELISCLONEABLE | ( | x | ) |
Definition at line 67 of file type_objcloneable.h.
#define SCIP_DECL_PRESOLISCLONEABLE | ( | x | ) |
Definition at line 68 of file type_objcloneable.h.
#define SCIP_DECL_PROPISCLONEABLE | ( | x | ) |
Definition at line 69 of file type_objcloneable.h.
#define SCIP_DECL_READERISCLONEABLE | ( | x | ) |
Definition at line 70 of file type_objcloneable.h.
#define SCIP_DECL_RELAXISCLONEABLE | ( | x | ) |
Definition at line 71 of file type_objcloneable.h.
#define SCIP_DECL_SEPAISCLONEABLE | ( | x | ) |
Definition at line 72 of file type_objcloneable.h.