pub(crate) fn find_solutions(
func: &HashX,
mem: &mut SolverMemory,
results: &mut SolutionArray,
)
Expand description
Search for solutions, iterating the entire SolutionItem
space and using
temporary memory to locate partial sum collisions at each tree layer.