klb2 / qmkpy

Python testbed for the Quadratic Multiple Knapsack Problem (QMKP)
https://qmkpy.readthedocs.io
GNU General Public License v3.0
8 stars 2 forks source link

Naming of terms #15

Closed max-little closed 2 years ago

max-little commented 2 years ago

Although the knapsack problem is well-known, the choice of the terms "profit" is unusual. I would suggest "value" instead, because maximizing value under weight constraints is usually how knapsack problems are described.

klb2 commented 2 years ago

It is correct that many authors use the term "value" instead of "profit". However, the naming "profit" is also not uncommon in the literature on the quadratic multiple knapsack problem, e.g.,

We therefore stick to the current naming.