akhmadkresna / timetablinghft

Automatically exported from code.google.com/p/timetablinghft
0 stars 0 forks source link

Introduce constraints per course #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now getUnavailabilityConstraints() in IProblemInstance returns all
contraints for all courses. In my case this is often too much as I'm
usually interested in the contraints for one specific course.

Suggestion: add another method getUnavailabilityConstraints(Course c) to
the interface which returns only the contraints applying to the specific
course.

Original issue reported on code.google.com by matthias...@gmail.com on 27 May 2010 at 2:04

GoogleCodeExporter commented 9 years ago
Removed the old method completely and provided the new method as requested.

Original comment by 01weal1...@hft-stuttgart.de on 27 May 2010 at 2:36