LICENSE
README.md
pyproject.toml
satisfaculty/__init__.py
satisfaculty/constraint_base.py
satisfaculty/constraints.py
satisfaculty/objective_base.py
satisfaculty/objectives.py
satisfaculty/scheduler.py
satisfaculty/utils.py
satisfaculty/visualize_schedule.py
satisfaculty.egg-info/PKG-INFO
satisfaculty.egg-info/SOURCES.txt
satisfaculty.egg-info/dependency_links.txt
satisfaculty.egg-info/requires.txt
satisfaculty.egg-info/top_level.txt
tests/test_capacity_check.py
tests/test_constrain_objective.py
tests/test_filter_keys.py
tests/test_ignore_courses.py
tests/test_infeasible.py
tests/test_limit_room_timeslots.py
tests/test_missing_course_warnings.py
tests/test_objectives.py
tests/test_overlap.py
tests/test_room_types.py
tests/test_utils.py
tests/test_visualize_merge_rows.py