Skip to content

Instantly share code, notes, and snippets.

@horsdal
Last active December 14, 2015 15:19
Show Gist options
  • Save horsdal/5107250 to your computer and use it in GitHub Desktop.
Save horsdal/5107250 to your computer and use it in GitHub Desktop.
var coursePlan = new CoursePlan(new CourseList(), new RegistrantList(), 5);
var solution = coursePlan.Solve();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment