Home
last modified time | relevance | path

Searched refs:checkconsconvexity (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_benders.h99 …SCIP_Bool checkconsconvexity; /**< should the constraints of the subproblems be checke… member
H A Dbenders.c1180 … constraints of the subproblems be checked for convexity?", &(*benders)->checkconsconvexity, FALSE, in doBendersCreate()
1774 convexcons = convexcons || !benders->checkconsconvexity; in checkSubproblemConvexity()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG685 …- benders/<bendersname>/checkconsconvexity: should the constraints be checked for convexity. This …