Searched defs:total_sol (Results 1 – 1 of 1) sorted by relevance
104 void FindBest(size_t total_sol, const vector<std::shared_ptr<SomasSolverCore>> &solvers, BestInfo *… in FindBest()136 constexpr size_t total_sol = numSortingTypes * numFittingTypes * numAlgorithmTypes; in Solving() local