SCIP_CALL(SCIPcreateConsBasicLinear(scip,&cons,name,nedges*nepochs,mp_cut_vars,best_coeffs,0,SCIPinfinity(scip)));// TODO: cut? SCIPstoreBenderscutCons function does not exist?
SCIP_CALL(SCIPincludeBenderscutBasic(scip,benders,&benderscut,"cut capture","uses min cut from subproblem to separate facets of the corresponding maintenance problem contrained to cut network",