-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Paweł Waligóra edited this page Dec 2, 2023
·
13 revisions
Welcome to the OK_Projekt wiki!
Solver for multiple Knapsack Problem variants
project in development
- Brute Force Methods
- Primitive Branch and Bound Methods
- Greedy algorithms
- measure calculation time
- json format support
- Dynamic Programming
- Heuristics
- Multi threading
- GPU support
- Multi dimentional knapsack problem, but items are given as a graph, where each vertex in the graph is an item to pack. The problem is to find either path, cycle or tree in this graph, that fits in the knapsack and has maximum value.
- Knapsack Problem
- Multi Dimentional Knapsack Problem
- C++ language
- nlohmann/json JSON parser for Modern C++
- C++17 standard or more recent