-
Notifications
You must be signed in to change notification settings - Fork 0
batch solve command
Paweł Waligóra edited this page Dec 15, 2023
·
15 revisions
program call with batch-solve
command:
./knapsack-solver.exe
batch-solve
[directory path]
[algorithm]
[optional arguments]
Solves all knapsack problems located in [directory path]
at once with specified [algorithm]
.
[directory path]
- full path to folder containing batch-info.json file and problems/ subfolder with .json problem files.
[algorithm]
- algorithm with which to solve the problems.
Available algorithms:
Command will create subfolder with solutions as a subfolder in directory specified by [directory path]
.
for algorithm specific argumets see algorithm specific command argumets