https://github.com/sepppenner/rucksacksolverc-
RucksackSolver is an executable to solve the rucksack problem with dynamic programming and as well with the FPTAS.
https://github.com/sepppenner/rucksacksolverc-
Last synced: over 1 year ago
JSON representation
RucksackSolver is an executable to solve the rucksack problem with dynamic programming and as well with the FPTAS.
- Host: GitHub
- URL: https://github.com/sepppenner/rucksacksolverc-
- Owner: SeppPenner
- License: mit
- Created: 2017-04-30T13:57:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T20:24:55.000Z (over 2 years ago)
- Last Synced: 2025-01-06T02:10:45.001Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
README
RucksackSolver
====================================
RucksackSolver is an executable to solve the rucksack problem with dynamic programming and as well with the FPTAS.
The corresponding Java implementation can be found here: https://github.com/SeppPenner/RucksackSolver-Java
[](https://ci.appveyor.com/project/SeppPenner/rucksacksolverc)
[](https://github.com/SeppPenner/RucksackSolverC-/issues)
[](https://github.com/SeppPenner/RucksackSolverC-/network)
[](https://github.com/SeppPenner/RucksackSolverC-/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/RucksackSolverC-/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/RucksackSolverC-)
[](https://franzhuber23.blogspot.de/)
[](https://patreon.com/SeppPennerOpenSourceDevelopment)
[](https://paypal.me/th070795)
## How does the configuration need to look like
```xml
232
153
73
54
201
191
50
66
```
## Screenshot from the executable

Change history
--------------
See the [Changelog](https://github.com/SeppPenner/RucksackSolverC-/blob/master/Changelog.md).