| Title | Program | Version | Remarks | Author |
|---|---|---|---|---|
| tabou_qap | C | - | robust taboo search (TS) for the quadratic assignment problem | Eric Taillard |
| fant_qap | C | - | Fast ant system (TS) for the quadratic assignment problem | Eric Taillard |
| sa_qap | C | - | Simulated annealing (SA) procedure for the quadratic assignment problem | Eric Taillard |
| gqapd | C | - | GRASP to the dense Quadratic Assignment Problem | M.G.C. Resende |
| gqaps | C | - | GRASP to the sparse Quadratic Assignment Problem | M.G.C. Resende |
| gqapspr | C | - | GRASP with Path Relinking to the sparse Quadratic Assignment Problem | M.G.C. Resende |
| MO-QAP | C++ | - | Metaheuristic Optimization to the symmetric Quadratic Assignment Problem | Benjamin Armbruster |