We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generic program call:
./knapsack-solver.exe [command] [positional arguments] [optional arguments]
./knapsack-solver.exe
[command]
[positional arguments]
[optional arguments]
[command] can be one of the following:
print
generate
solve
batch-solve
gather
tasks
[positional arguments] and [optional arguments] are unique to each command.
greedy
grasp
greedy-heuristic-search
brute-force
branch-and-bound
dynamic