Home
last modified time | relevance | path

Searched defs:nonsolitems (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/tests/src/cons/knapsack/
H A Dsolveknapsackexactly.c37 static int nonsolitems[MAX_ARRAYLEN]; variable
H A Dsolveknapsackapprox.c33 static int* nonsolitems; variable
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcuts.c6056 int* nonsolitems, /**< array to store items not in solution, or NULL */ in SCIPsolveKnapsackApproximatelyLT()
6149 int* nonsolitems, /**< items not in knapsack */ in buildFlowCover()
6291 int* nonsolitems; in getFlowCover() local
6674 int* nonsolitems; in getFlowCover() local
H A Dcons_knapsack.c1043 int* nonsolitems, /**< array to store items not in solution, or NULL */ in SCIPsolveKnapsackExactly()
1547 int* nonsolitems, /**< array to store items not in solution, or NULL */ in SCIPsolveKnapsackApproximately()
6689 int* nonsolitems; in dualPresolving() local