Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/YAPB++/source/rbase/
H A Dbuild_rbase.hpp173 int second_best_size = -1; in choose_branch_cell() local
184 if(size > best_size && (second_best_size == -1 || second_best_size > size)) in choose_branch_cell()
186 second_best_size = size; in choose_branch_cell()