Skip to content

CS182: Artificial Intelligence Final Project, CSP Rehearsal Scheduler

Notifications You must be signed in to change notification settings

monicadsong/CS182-Final-Project

Repository files navigation

CS182-Final-Project

A CSP-Based Rehearsal Scheduler

Note: code is written in Python3

To run the scheduler, type: python solver.py <show> <algorithm> where <show> can be InPassage, Oz, or CityScapes and <algorithm> can be DFS, heuristic, or random.

An example command: python solver.py Oz heuristic

To evaluate an existing tech week, type: python eval_solution.py <show>

Description of the files:

  • solver.py: runs the scheduler
  • scheduler.py: contains the code for the scheduler class and the three algorithms
  • eval_solution.py: evaluates a pre-existing actual tech week
  • classes.py: contains the Dancer and Rehearsal classes
  • helper.py: contains helper functions referenced by the Scheduler class
  • timeslot_vars.py: contains the variable values for the time slots
  • Tree.py: contains helper code for building the search tree
  • InPassage.py, CityScapes.py, Oz.py: contain the dancer and piece objects for each performance

About

CS182: Artificial Intelligence Final Project, CSP Rehearsal Scheduler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages