MatQapNB User Guide: A branch-and-bound program for QAPs in Matlab with the Newton-Bracketing method

MatQapNB is a MATLAB toolbox that implements a parallel branch-and-bound method using NewtBracket (the Newton bracketing method [4]) for its lower bounding procedure. It can solve small to medium scale Quadratic Assignment Problem (QAP) instances with dimension up to 30. MatQapNB was used in the numerical experiments on QAPs in the recent article "Solving challenging scale QAPs" [3] by Fujii, Ito, Kim, Kojima, Shinano and Toh, an intermediate progress report on the authors' joint project for solve large-scale QAP instances in QAPLIB whose exact optimal values are unknown [2]. For large scale QAPs, the authors have been developing a C++ version of the method, QapNB, which works on the Ubiquity Generator (UG) framework utilizing more than 100,000 cores, based on MatQapNB. We refer to the article [3] for theoretical and technical details on the parallel branch-and-method implemented in MatQapNB. This user guide describes the usage of MatQapNB. MatQapNB is included in the software package NewtBracket-v2.0 as an application, which can be obtained from https://sites.google.com/site/masakazukojima1/softwares-developed/newtbracket

Article

Download

View MatQapNB User Guide: A branch-and-bound program for QAPs in Matlab with the Newton-Bracketing method