SkillAgentSearch skills...

QuadraticAssignmentProblem.jl

Algorithms for solving the quadratic assignment problem (QAP) implemented in Julia.

Install / Use

/learn @flixpar/QuadraticAssignmentProblem.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Quadratic Assignment Problem

Algorithms for (approximately) solving the quadratic assignment problem (QAP) implemented in Julia.

Exact algorithms:

  • Quadratic integer programming
  • Linearization

Approximation algorithms:

  • "On the Maximum Quadratic Assignment Problem" by Nagarajan and Sviridenko (NS)
  • "Maximum Quadratic Assignment Problem: Reduction from Maximum Label Cover and LP-based Approximation Algorithm" by Makarychev, Manokaran, and Sviridenko (MMS)

Heuristic algorithms:

  • Fast Approximate QAP
  • Random search
  • LP + LAP rounding
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5mo ago
Forks1

Languages

Julia

Security Score

87/100

Audited on Oct 7, 2025

No findings