function type definitions for clonable classes which define problem data
Definition in file type_objprobcloneable.h.
Go to the source code of this file.
Macros | |
#define | SCIP_DECL_OBJPROBCLONE(x) |
#define | SCIP_DECL_CONSHDLRCLONE(x) |
#define | SCIP_DECL_PRICERCLONE(x) |
#define | SCIP_DECL_BENDERSCLONE(x) |
#define | SCIP_DECL_OBJPROBISCLONEABLE(x) |
#define | SCIP_DECL_CONSHDLRISCLONEABLE(x) |
#define | SCIP_DECL_PRICERISCLONEABLE(x) |
#define | SCIP_DECL_BENDERSISCLONEABLE(x) |
#define SCIP_DECL_OBJPROBCLONE | ( | x | ) |
clone method which will be used to copy constraint handler and variable pricer objects
input:
output:
Definition at line 44 of file type_objprobcloneable.h.
#define SCIP_DECL_CONSHDLRCLONE | ( | x | ) |
#define SCIP_DECL_PRICERCLONE | ( | x | ) |
#define SCIP_DECL_BENDERSCLONE | ( | x | ) |
#define SCIP_DECL_OBJPROBISCLONEABLE | ( | x | ) |
returns whether the plugin object is copyable
return value : whether object is copyable
Definition at line 53 of file type_objprobcloneable.h.
#define SCIP_DECL_CONSHDLRISCLONEABLE | ( | x | ) |
Definition at line 54 of file type_objprobcloneable.h.
#define SCIP_DECL_PRICERISCLONEABLE | ( | x | ) |
Definition at line 55 of file type_objprobcloneable.h.
#define SCIP_DECL_BENDERSISCLONEABLE | ( | x | ) |
Definition at line 56 of file type_objprobcloneable.h.