akhmadkresna / timetablinghft

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

Introduce reverse loopup for course -> curricula #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to decide whether an assignment violates hard constraints it's
usually necessary to know to which curricula a course belongs to.

Suggestion: Introduce a method akin to Set<ICurricla> getCurricula(ICourse
c) method in IProblemInstance.

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

GoogleCodeExporter commented 9 years ago
Added the method to ICourse.

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