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