Skip to content

laurentarifaj1111/examination-timetabling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

examination-timetabling

Setup

Make sure to have java 17 and gradle 8.1.1 installed. Navigate to the root directory and run

./gradlew run

Run the code using

./gradlew run --args="<instance> <algorithm>"

For example ./gradlew run --args="D1-1-16 SA" will run instance D1-1-16 using Simulated Annealing

Algorithm options:

  • VNS - Harmony Search
  • SA - Simulated Annealing
  • HYBRID - Hybrid algorithm (mix of SA and VNS)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages