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/heuristics/heuristic.py
nucs/heuristics/variable_heuristic.py
nucs/problems/__init__.py
nucs/problems/alpha_problem.py
nucs/problems/bibd_problem.py
nucs/problems/golomb_problem.py
nucs/problems/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/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/solvers/__init__.py
nucs/solvers/backtrack_solver.py
nucs/solvers/solver.py