Coder Social home page Coder Social logo

panagiotiskon / time-tabling-csp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 135 KB

๐Ÿ—“ Exam Timetabling Problem

Python 100.00%
csp forward-checking heuristic-algorithm heuristic-search-algorithms maintaining-arc-consistency min-conflicts-algorithm mrv-heuristic python exam-timetabling

time-tabling-csp's Introduction

Getting Started:

This project was implemented for the course AI1 (YS02), during the winter semester 2021-2022, CS NKUA.

The goal of this project is to define an exam timetabling problem as a CSP problem in timetable.py. Then use the already implemented algorithms from csp.py to analyze the results and come to a conclusion about the best-performing algorithm.

Also in the csp.py file is implemented the Dom/Wdeg heuristic according to this paper, paragraph 3.3.

Some useful information about the implementation of the project:

  • The duration of the examination of each course is 3 hours.
  • The duration of the examination period of all courses is 21 days(Weekends are excluded).
  • There are 3 slots for each examination day.
  • Only one course per slot per day.
  • If a course has a lab examination, the lab examination can be scheduled right after the main course examination and only on the same day.
  • Some courses are more difficult than others, so difficult courses must be at least 2 days apart. For example, one can be examined on Monday and the next on Wednesday.
  • Courses of the same professor must be examined on different days.
  • Courses of the same semester must be examined on different days.
  • All information about different courses can be extracted from the .csv file.

More about the project:

hw3.pdf

time-tabling-csp's People

Contributors

panagiotiskon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.