Problems end with the extension .dat and solutions with .sln. The code tries to read the problem and, if available in the same directory, it also reads the solution and the known optimal value from the solution file.
The package contains a copy of the problem instances and solutions from QAPLIB. The data is stored in the package in directory qaplib.
Returns
Returns a list with the components - D: distance matrix.
W: weight matrix.
solution: a known optimal solution (if available).
## load a QAPLIB problem instancep <- read_qaplib(system.file("qaplib","had12.dat", package="qap"))p
## list all QAPLIB instancesdir(system.file("qaplib", package="qap"), pattern ="*.dat")