Skip to content
Paweł Waligóra edited this page Dec 15, 2023 · 9 revisions

Usage

Compilation

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

Running the program

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.