CPSolver.Search.Utils (Fixpoint v0.21.0)
Link to this section Summary
Link to this section Functions
Link to this function
maximals(data, max_by_fun, postprocess_fun \\ fn {x, _} -> x end)
Link to this function
maximals_processor(max_by_fun, postprocess_fun)
Link to this function
minimals(data, min_by_fun, postprocess_fun \\ fn {x, _} -> x end)
Link to this function
minimals_processor(min_by_fun, postprocess_fun)
Link to this function
process(data, processor, ordered? \\ false)
Link to this function