QMKPy: A Python Testbed for the Quadratic Multiple Knapsack Problem
Other Computer Science
2022-12-01 v1 Optimization and Control
Abstract
QMKPy provides a Python framework for modeling and solving the quadratic multiple knapsack problem (QMKP). It is primarily aimed at researchers who develop new solution algorithms for the QMKP. QMKPy therefore mostly functions as a testbed to quickly implement novel algorithms and compare their results with existing ones. However, the package also already includes implementations of established algorithms for those who only need to solve a QMKP as part of their research.
Keywords
Cite
@article{arxiv.2211.17222,
title = {QMKPy: A Python Testbed for the Quadratic Multiple Knapsack Problem},
author = {Karl-Ludwig Besser and Eduard A. Jorswieck},
journal= {arXiv preprint arXiv:2211.17222},
year = {2022}
}
Comments
3 pages