Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/tests/src/cons/knapsack/
H A Dsolveknapsackexactly.c28 #define MAX_ARRAYLEN 1000 macro
32 static SCIP_Longint weights[MAX_ARRAYLEN];
34 static SCIP_Real profits[MAX_ARRAYLEN];
35 static int items[MAX_ARRAYLEN];
36 static int solitems[MAX_ARRAYLEN];
37 static int nonsolitems[MAX_ARRAYLEN];
53 for( i = 0; i < MAX_ARRAYLEN; ++i ) in setup()
84 int sortedset2 [MAX_ARRAYLEN]; in checkSetContainment()
86 cr_assert(len1 <= MAX_ARRAYLEN); in checkSetContainment()
87 cr_assert(len2 <= MAX_ARRAYLEN); in checkSetContainment()