METSlib QAP solver

The METSlib QAP solver is one of the sample programs that come with METSlib framework. It is a solver for the well known quadratic assign problem, using tabu search with a neighborhood made of single and double swaps (using the new mets::complex_mana_move).

The code is  here.