Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c315 #define NHISTENTRIES 7 macro
331 int statushist[NHISTENTRIES]; /**< array to count sub-SCIP statuses */
756 BMSclearMemoryArray(stats->statushist, NHISTENTRIES); in neighborhoodStatsReset()
1121 for( j = 0; j < NHISTENTRIES; ++j ) in printNeighborhoodStatistics()