LICENSE.md
README.md
pyproject.toml
NUCS.egg-info/PKG-INFO
NUCS.egg-info/SOURCES.txt
NUCS.egg-info/dependency_links.txt
NUCS.egg-info/requires.txt
NUCS.egg-info/top_level.txt
docs/source/conf.py
nucs/__init__.py
nucs/constants.py
nucs/numba.py
nucs/numpy.py
nucs/statistics.py
nucs/examples/__init__.py
nucs/examples/alpha/__init__.py
nucs/examples/alpha/__main__.py
nucs/examples/alpha/alpha_problem.py
nucs/examples/bibd/__init__.py
nucs/examples/bibd/__main__.py
nucs/examples/bibd/bibd_problem.py
nucs/examples/donald/__init__.py
nucs/examples/donald/__main__.py
nucs/examples/donald/donald_problem.py
nucs/examples/golomb/__init__.py
nucs/examples/golomb/__main__.py
nucs/examples/golomb/golomb_problem.py
nucs/examples/knapsack/__init__.py
nucs/examples/knapsack/__main__.py
nucs/examples/knapsack/knapsack_problem.py
nucs/examples/magic_sequence/__init__.py
nucs/examples/magic_sequence/magic_sequence_problem.py
nucs/examples/magic_square/__init__.py
nucs/examples/magic_square/magic_square_problem.py
nucs/examples/quasigroup/__init__.py
nucs/examples/quasigroup/__main__.py
nucs/examples/quasigroup/quasigroup_problem.py
nucs/examples/queens/__init__.py
nucs/examples/queens/__main__.py
nucs/examples/queens/queens_problem.py
nucs/examples/schur_lemma/__init__.py
nucs/examples/schur_lemma/schur_lemma_problem.py
nucs/examples/sudoku/__init__.py
nucs/examples/sudoku/sudoku_problem.py
nucs/problems/__init__.py
nucs/problems/latin_square_problem.py
nucs/problems/problem.py
nucs/propagators/__init__.py
nucs/propagators/affine_eq_propagator.py
nucs/propagators/affine_geq_propagator.py
nucs/propagators/affine_leq_propagator.py
nucs/propagators/alldifferent_propagator.py
nucs/propagators/count_eq_propagator.py
nucs/propagators/dummy_propagator.py
nucs/propagators/element_lic_propagator.py
nucs/propagators/element_liv_propagator.py
nucs/propagators/exactly_eq_propagator.py
nucs/propagators/lexicographic_leq_propagator.py
nucs/propagators/max_eq_propagator.py
nucs/propagators/max_leq_propagator.py
nucs/propagators/min_eq_propagator.py
nucs/propagators/min_geq_propagator.py
nucs/propagators/propagators.py
nucs/propagators/relation_propagator.py
nucs/solvers/__init__.py
nucs/solvers/backtrack_solver.py
nucs/solvers/consistency_algorithms.py
nucs/solvers/heuristics.py
nucs/solvers/solver.py
tests/__init__.py
tests/examples/test_alpha.py
tests/examples/test_bibd.py
tests/examples/test_donald.py
tests/examples/test_golomb.py
tests/examples/test_knapsack.py
tests/examples/test_latin_square.py
tests/examples/test_magic_sequence.py
tests/examples/test_magic_square.py
tests/examples/test_quasigroup.py
tests/examples/test_queens.py
tests/examples/test_schur_lemma.py
tests/examples/test_sudokus.py
tests/problems/__init__.py
tests/problems/test_problem.py
tests/propagators/__init__.py
tests/propagators/test_affine_eq.py
tests/propagators/test_affine_geq.py
tests/propagators/test_affine_leq.py
tests/propagators/test_alldifferent.py
tests/propagators/test_count_eq.py
tests/propagators/test_element_lic.py
tests/propagators/test_element_liv.py
tests/propagators/test_exactly_eq.py
tests/propagators/test_lexicographic_leq.py
tests/propagators/test_max_eq.py
tests/propagators/test_max_leq.py
tests/propagators/test_min_eq.py
tests/propagators/test_min_geq.py
tests/propagators/test_relation.py
tests/solvers/__init__.py
tests/solvers/test_backtrack_solver.py