BMS_BLKMEM*blkmem,/**< block memory for parameter settings */
constchar*name,/**< name of the Benders' decomposition cut */
constchar*desc,/**< description of the Benders' decomposition cut */
intpriority,/**< priority of the Benders' decomposition cut */
SCIP_Boolislpcut,/**< indicates whether the cut is generated from the LP solution */
SCIP_DECL_BENDERSCUTCOPY((*benderscutcopy)),/**< copy method of the Benders' decomposition cut or NULL if you don't want to copy your plugin into sub-SCIPs */
SCIP_DECL_BENDERSCUTFREE((*benderscutfree)),/**< destructor of the Benders' decomposition cut */
SCIP_DECL_BENDERSCUTCOPY((*benderscutcopy))/**< copy callback of the Benders' decomposition cut or NULL if you don't want to copy your plugin into sub-SCIPs */
);
/** sets destructor callback of the Benders' decomposition cut */