You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algorithms for (approximately) solving the quadratic assignment problem (QAP) implemented in Julia.
4
+
5
+
Exact algorithms:
6
+
- Quadratic integer programming
7
+
- Linearization
8
+
9
+
Approximation algorithms:
10
+
- "On the Maximum Quadratic Assignment Problem" by Nagarajan and Sviridenko (NS)
11
+
- "Maximum Quadratic Assignment Problem: Reduction from Maximum Label Cover and LP-based Approximation Algorithm" by Makarychev, Manokaran, and Sviridenko (MMS)
0 commit comments