|
| 1 | +# CPSolver-ITC2007 |
| 2 | +CPSolver entry to the International Timetabling Competition 2007 (ITC2007) |
| 3 | +<http://www.cpsolver.org/itc2007/> |
| 4 | + |
| 5 | +The [constraint solver][cpsolver] was among finalists for all three tracks of the |
| 6 | +[International Timetabling Competition 2007 (ITC2007)][itc2007] and it won two of them. |
| 7 | + |
| 8 | +### Competition |
| 9 | + |
| 10 | +[International Timetabling Competition 2007][itc2007] consisted of three tracks of timetabling problems: |
| 11 | +- [Track 1: Examination Timetabling][exam] |
| 12 | +- [Track 2: Post Enrollment based Course Timetabling][tim] |
| 13 | +- [Track 3: Curriculum Based Course Timetabling][cct] |
| 14 | + |
| 15 | +In this project, the solver that was developed using [Constraint Solver Library][cpsolver-org] to solve |
| 16 | +all these three tracks is presented. |
| 17 | + |
| 18 | +### Documentation & Other Resources |
| 19 | +- [Solver Description][description] |
| 20 | +- [API Documentation][api] |
| 21 | +- [Solver Execution][exec] |
| 22 | + |
| 23 | +### Results |
| 24 | +The solver got among finalists for all three tracks (i.e., between 5 solvers that scored |
| 25 | +the best on the published data sets in each competition track). It won two tracks. |
| 26 | + |
| 27 | +- 1st place in Track 1: Examination Timetabling, |
| 28 | +- 5th place in Track 2: Post Enrollment based Course Timetabling, |
| 29 | +- 1st place in Track 3: Curriculum Based Course Timetabling. |
| 30 | + |
| 31 | +See [offical pages][finals] for more details. |
| 32 | + |
| 33 | +[cpsolver]: https://github.com/tomas-muller/cpsolver |
| 34 | +[cpsolver-org]: http://www.cpsolver.org |
| 35 | +[itc2007]: http://www.cs.qub.ac.uk/itc2007 |
| 36 | +[exam]: http://www.cs.qub.ac.uk/itc2007/examtrack/exam_track_index.htm |
| 37 | +[tim]: http://www.cs.qub.ac.uk/itc2007/postenrolcourse/course_post_index.htm |
| 38 | +[cct]: http://www.cs.qub.ac.uk/itc2007/curriculmcourse/course_curriculm_index.htm |
| 39 | +[description]: http://www.cpsolver.org/papers/itc2007.pdf |
| 40 | +[api]: http://www.cpsolver.org/api/itc2007 |
| 41 | +[exec]: http://www.cpsolver.org/itc2007/exec.php |
| 42 | +[finals]: http://www.cs.qub.ac.uk/itc2007/winner/finalorder.htm |
0 commit comments