Detailed Description
function type definitions for clonable classes
Definition in file type_objcloneable.h.
Go to the source code of this file.
Macro Definition Documentation
◆ SCIP_DECL_OBJCLONEABLECLONE
clone method, used to copy plugins which are not constraint handlers or variable pricer plugins
input:
- scip : SCIP main data structure
Definition at line 41 of file type_objcloneable.h.
◆ SCIP_DECL_BENDERSCUTCLONE
Definition at line 42 of file type_objcloneable.h.
◆ SCIP_DECL_BRANCHCLONE
Definition at line 43 of file type_objcloneable.h.
◆ SCIP_DECL_DIALOGCLONE
Definition at line 44 of file type_objcloneable.h.
◆ SCIP_DECL_DISPCLONE
Definition at line 45 of file type_objcloneable.h.
◆ SCIP_DECL_EVENTCLONE
Definition at line 46 of file type_objcloneable.h.
◆ SCIP_DECL_HEURCLONE
Definition at line 47 of file type_objcloneable.h.
◆ SCIP_DECL_NODESELCLONE
Definition at line 48 of file type_objcloneable.h.
◆ SCIP_DECL_PRESOLCLONE
Definition at line 49 of file type_objcloneable.h.
◆ SCIP_DECL_PROPCLONE
Definition at line 50 of file type_objcloneable.h.
◆ SCIP_DECL_READERCLONE
Definition at line 51 of file type_objcloneable.h.
◆ SCIP_DECL_RELAXCLONE
Definition at line 52 of file type_objcloneable.h.
◆ SCIP_DECL_SEPACLONE
Definition at line 53 of file type_objcloneable.h.
◆ SCIP_DECL_OBJCLONEABLEISCLONEABLE
returns whether the plugin object is copyable
return value : whether object is copyable
Definition at line 60 of file type_objcloneable.h.
◆ SCIP_DECL_BENDERSCUTISCLONEABLE
Definition at line 61 of file type_objcloneable.h.
◆ SCIP_DECL_BRANCHISCLONEABLE
Definition at line 62 of file type_objcloneable.h.
◆ SCIP_DECL_DIALOGISCLONEABLE
Definition at line 63 of file type_objcloneable.h.
◆ SCIP_DECL_DISPISCLONEABLE
Definition at line 64 of file type_objcloneable.h.
◆ SCIP_DECL_EVENTISCLONEABLE
Definition at line 65 of file type_objcloneable.h.
◆ SCIP_DECL_HEURISCLONEABLE
Definition at line 66 of file type_objcloneable.h.
◆ SCIP_DECL_NODESELISCLONEABLE
Definition at line 67 of file type_objcloneable.h.
◆ SCIP_DECL_PRESOLISCLONEABLE
Definition at line 68 of file type_objcloneable.h.
◆ SCIP_DECL_PROPISCLONEABLE
Definition at line 69 of file type_objcloneable.h.
◆ SCIP_DECL_READERISCLONEABLE
Definition at line 70 of file type_objcloneable.h.
◆ SCIP_DECL_RELAXISCLONEABLE
Definition at line 71 of file type_objcloneable.h.
◆ SCIP_DECL_SEPAISCLONEABLE
Definition at line 72 of file type_objcloneable.h.