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
nucs/__init__.py
nucs/memory.py
nucs/statistics.py
nucs/utils.py
nucs/heuristics/heuristic.py
nucs/heuristics/variable_heuristic.py
nucs/problems/__init__.py
nucs/problems/alpha_problem.py
nucs/problems/bibd_problem.py
nucs/problems/donald_problem.py
nucs/problems/golomb_problem.py
nucs/problems/knapsack_problem.py
nucs/problems/latin_square_problem.py
nucs/problems/magic_sequence_problem.py
nucs/problems/magic_square_problem.py
nucs/problems/problem.py
nucs/problems/quasigroup_problem.py
nucs/problems/queens_problem.py
nucs/problems/schur_lemma_problem.py
nucs/problems/sudoku_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/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