论文标题
QMKPY:二次二次多主背包问题的Python测试床
QMKPy: A Python Testbed for the Quadratic Multiple Knapsack Problem
论文作者
论文摘要
QMKPY提供了用于建模和解决二次多背包问题(QMKP)的Python框架。它主要针对的是为QMKP开发新解决方案算法的研究人员。因此,QMKPY主要用作测试台,以快速实施新型算法并将其结果与现有结果进行比较。但是,该软件包还已经包括针对那些只需要解决QMKP的人的既定算法的实现。
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.