Solvers

NuCS comes with the following solvers.

class nucs.solvers.backtrack_solver.BacktrackSolver[source]

A solver relying on a backtracking mechanism.

class nucs.solvers.multiprocessing_solver.MultiprocessingSolver[source]

A solver relying on the multiprocessing package. This solver delegates resolution to a set of solvers.