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 32 of file type_objcloneable.h.
◆ SCIP_DECL_BENDERSCUTCLONE
Definition at line 33 of file type_objcloneable.h.
◆ SCIP_DECL_BRANCHCLONE
Definition at line 34 of file type_objcloneable.h.
◆ SCIP_DECL_DIALOGCLONE
Definition at line 35 of file type_objcloneable.h.
◆ SCIP_DECL_DISPCLONE
Definition at line 36 of file type_objcloneable.h.
◆ SCIP_DECL_EVENTCLONE
Definition at line 37 of file type_objcloneable.h.
◆ SCIP_DECL_HEURCLONE
Definition at line 38 of file type_objcloneable.h.
◆ SCIP_DECL_NODESELCLONE
Definition at line 39 of file type_objcloneable.h.
◆ SCIP_DECL_PRESOLCLONE
Definition at line 40 of file type_objcloneable.h.
◆ SCIP_DECL_PROPCLONE
Definition at line 41 of file type_objcloneable.h.
◆ SCIP_DECL_READERCLONE
Definition at line 42 of file type_objcloneable.h.
◆ SCIP_DECL_RELAXCLONE
Definition at line 43 of file type_objcloneable.h.
◆ SCIP_DECL_SEPACLONE
Definition at line 44 of file type_objcloneable.h.
◆ SCIP_DECL_OBJCLONEABLEISCLONEABLE
returns whether the plugin object is copyable
return value : whether object is copyable
Definition at line 51 of file type_objcloneable.h.
◆ SCIP_DECL_BENDERSCUTISCLONEABLE
Definition at line 52 of file type_objcloneable.h.
◆ SCIP_DECL_BRANCHISCLONEABLE
Definition at line 53 of file type_objcloneable.h.
◆ SCIP_DECL_DIALOGISCLONEABLE
Definition at line 54 of file type_objcloneable.h.
◆ SCIP_DECL_DISPISCLONEABLE
Definition at line 55 of file type_objcloneable.h.
◆ SCIP_DECL_EVENTISCLONEABLE
Definition at line 56 of file type_objcloneable.h.
◆ SCIP_DECL_HEURISCLONEABLE
Definition at line 57 of file type_objcloneable.h.
◆ SCIP_DECL_NODESELISCLONEABLE
Definition at line 58 of file type_objcloneable.h.
◆ SCIP_DECL_PRESOLISCLONEABLE
Definition at line 59 of file type_objcloneable.h.
◆ SCIP_DECL_PROPISCLONEABLE
Definition at line 60 of file type_objcloneable.h.
◆ SCIP_DECL_READERISCLONEABLE
Definition at line 61 of file type_objcloneable.h.
◆ SCIP_DECL_RELAXISCLONEABLE
Definition at line 62 of file type_objcloneable.h.
◆ SCIP_DECL_SEPAISCLONEABLE
Definition at line 63 of file type_objcloneable.h.