C++ and Python implementation of the Multiple Choice Knapsack Problem
This repository has been archived on 2026-02-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 74%
  • C++ 18.3%
  • TeX 7.5%
  • Makefile 0.2%
Find a file
2020-06-23 16:14:18 +02:00
application fix choice share 2020-06-09 14:35:03 +02:00
cpp initial commit 2019-06-04 17:53:36 +02:00
data public transit 2019-10-24 12:30:37 +02:00
docs/knapsack-incentive discuss differences with subsidies 2020-06-23 16:14:18 +02:00
maps first work on application 2019-10-09 09:09:31 +02:00
python Merge branch 'master' of https://git.lucasjavaudin.com/LucasJavaudin/MCKP 2020-06-09 14:39:46 +02:00
.gitignore initial commit 2019-06-04 17:53:36 +02:00
LICENSE Initial commit 2019-06-04 17:23:35 +02:00
README.md Update 'README.md' 2019-06-04 17:25:15 +02:00

MCKP

C++ and Python implementation of the Multiple Choice Knapsack Problem.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.