Solvers

QuadraticAssignmentProblem.qap_mmsFunction

Run the algorithm from "Maximum Quadratic Assignment Problem: Reduction from Maximum Label Cover and LP-based Approximation Algorithm" by Makarychev, Manokaran, and Sviridenko (MMS) to approximately solve the QAP.

source
QuadraticAssignmentProblem.qap_nsFunction

Approximate the maxQAP using the complete algorithm from "On the Maximum Quadratic Assignment Problem" by Nagarajan and Sviridenko (NS).

source

Approximate the 0-1 QAP using the complete algorithm from "On the Maximum Quadratic Assignment Problem" by Nagarajan and Sviridenko (NS).

source