Skip to content

Affectation problem solved using the Tabu search

Notifications You must be signed in to change notification settings

Axelvel/IT45-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 

Repository files navigation

IT45-Project

The goal of this project is to resolve an assignment problem using the Tabu method.

To compile this project, just use the command :

javac *.java

The main function can take four parameters : (boolean) showDetails, (long) execTime, (int) nbApprenants and (int) tabuLength. By default, showDetails is set to false, execTime to 10, nbApprenants to 80 and tabuLength to 500.

To run it in default mode, use the command :

java Main

If you want to adjust the parameters, use this command :

java Main [true/false] execTime nbApprenants tabuLength

Authors

Velez Axel and Teimournia Sophie

About

Affectation problem solved using the Tabu search

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages