Home
last modified time | relevance | path

Searched refs:isnonlinear (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_benders.h365 …SCIP_Bool isnonlinear /**< flag to indicate whether the subproblem contains no…
385 …SCIP_Bool isnonlinear /**< flag to indicate whether the subproblem contains no…
H A Dbenders.c1590 SCIP_Bool isnonlinear; in checkSubproblemConvexity() local
1610 isnonlinear = FALSE; in checkSubproblemConvexity()
1688 isnonlinear = TRUE; in checkSubproblemConvexity()
1712 isnonlinear = TRUE; in checkSubproblemConvexity()
1735 isnonlinear = TRUE; in checkSubproblemConvexity()
1790 SCIPbendersSetSubproblemIsNonlinear(benders, probnumber, isnonlinear); in checkSubproblemConvexity()
1792 SCIPbendersSetMasterIsNonlinear(benders, isnonlinear); in checkSubproblemConvexity()
6374 if( isnonlinear && !benders->subprobisnonlinear[probnumber] ) in SCIPbendersSetSubproblemIsNonlinear()
6376 else if( !isnonlinear && benders->subprobisnonlinear[probnumber] ) in SCIPbendersSetSubproblemIsNonlinear()
6379 benders->subprobisnonlinear[probnumber] = isnonlinear; in SCIPbendersSetSubproblemIsNonlinear()
[all …]