-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
Paweł Waligóra edited this page Dec 15, 2023
·
9 revisions
Code can be compiled with any C++ compiler that supports C++17 standard or newer,
Compilation command:
g++ -std=c++17 -g code/*cpp -o knapsack-solver.exe
Program should be run with parameters.
generic program call:
./knapsack-solver.exe
[command]
[positional arguments]
[optional arguments]
For specific list of commands and arguments see commands page.