Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 502 Bytes

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