Giter Club home page Giter Club logo

itc-2007-cett's Introduction

CETT Solver Source Code for ITC-2007

This repository contains the source code for solving the ITC-2007 Capacitated Examination Timetabling Problem, as discussed in the paper referenced below. If you use this code, kindly cite the paper in your work: Van Bulck, D., Goossens, D. and Schaerf, A. (2023). Multi-Neighbourhood Simulated Annealing for the ITC-2007 Capacitated Examination Timetabling Problem. Submitted to Journal of Scheduling.

Compilation Instructions for Linux

Follow these steps to compile the source code on a Linux system:

  1. Clone the repository using the following command:
git clone https://github.com/davidvanbulck/ITC-2007-CETT.git
  1. Ensure that Boost is installed on your system.

  2. Navigate to the main directory and execute the following command:

make
  1. To run the program, use the following command:
./EasyLocal --main::feasibleOnly 3 --main::hard_weight 279 --main::init_method OBSI --main::room_bias_move 0.17 --main::room_bias_kick 0.04 --main::kick_rate 0.43 --main::swap_bias 0.93 --main::kempe_rate 0.03 --main::shake_rate 0.09 --main::beam_rate 0.01 --main::beamdepth 7 --main::beamwidth 2 --main::component_rate 0.03 --SSA::start_temperature 749 --SSA::expected_min_temperature 0.72 --SSA::cooling_rate 0.97 --SSA::neighbors_accepted_ratio 0.2 --main::kempeRoomMode 0 --main::method SSA --main::instance ./examtt-instances/Instances/set1.exam --main::seed 1000 --main::output_file my_outputfile.sol
  1. To determine the allowable runtime for your system, execute:
./benchmark_machine/benchmark_my_linux_machine

Please note that this program was originally sourced from the official ITC2007 competition website (https://www.cs.qub.ac.uk/itc2007/), which may no longer be available.

  1. To embed neighbourhoods into the framework of Simulated Annealing, note that this software makes use of EasyLocal++. For more information on this fantastic piece of software, refer to https://bitbucket.org/satt/easylocal-3/src/no_output/. Furthermore, initial solutions were generated with the software by Alsuwaylimi and Fieldsend, see https://github.com/alsuwaylimi/Initialisation-Method-Project.

itc-2007-cett's People

Contributors

davidvanbulck 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.