|
Go to the documentation of this file.
24 #ifndef __SCIP_TYPE_OBJPROBCLONEABLE_H__
25 #define __SCIP_TYPE_OBJPROBCLONEABLE_H__
35 #define SCIP_DECL_OBJPROBCLONE(x) x (SCIP* scip, SCIP_Bool* valid) const
36 #define SCIP_DECL_CONSHDLRCLONE(x) x (SCIP* scip, SCIP_Bool* valid) const
37 #define SCIP_DECL_PRICERCLONE(x) x (SCIP* scip, SCIP_Bool* valid) const
43 #define SCIP_DECL_OBJPROBISCLONEABLE(x) SCIP_Bool x (void) const
44 #define SCIP_DECL_CONSHDLRISCLONEABLE(x) SCIP_Bool x (void) const
45 #define SCIP_DECL_PRICERISCLONEABLE(x) SCIP_Bool x (void) const
|