Heuristics

NuCS comes with some pre-defined heuristics and makes it possible to design custom heuristics.

Custom heuristics

NuCS makes it possible to define and use custom heuristics.

A heuristic needs to be registered before it is used. The following code registers the SPLIT_LOW heuristic.

1DOM_HEURISTIC_SPLIT_LOW = register_dom_heuristic(split_low_dom_heuristic)