Awesome
Quadratic Assignment Problem
Approach to the Quadratic Assignment Problem in C++ using memetic algorithms and tabu search.
Instances obtained from QAPLIB.
Compilation
Use: make
Run
Execute with the instance data.dat using: ./bin/qap [data.dat]
Info
· The seed is fixed to 123456, you can change it in file main.cc
· The execution is limited by 100000 evaluations