UniTime / cpsolver

Local-search based solver of Constraint Satisfaction and Optimization Problems
http://www.cpsolver.org
GNU Lesser General Public License v3.0
61 stars 35 forks source link

Constants are hardcoded #1

Closed sundermann closed 8 years ago

sundermann commented 8 years ago

Some constants for course timetabling seem to be hardcoded like the start and end slot. I am currently implementing course timetabling on top of cpsolver, but those fixed slot times are forcing me to use my own patched version of cpsolver. Can the fields for the starting and end times be made accessible?

sundermann commented 8 years ago

Thanks for fixing this!