File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ bazel build --define cplex=true -- //...
25
25
26
26
Execute:
27
27
``` shell
28
- ./bazel-bin/packingsolver/main --verbose --problem-type rectangleguillotine --objective knapsack --items data/rectangle/alvarez2002/ATP35_items.csv --bins data/rectangle/alvarez2002/ATP35_bins.csv --certificate ATP35_solution.csv --output ATP35_output.json --time-limit 1 -q " RG -p 3NHO" -a " IMBA* -c 4 " -q " RG -p 3NHO" -a " IMBA* -c 5 "
28
+ ./bazel-bin/packingsolver/main --verbose --problem-type rectangleguillotine --objective knapsack --items data/rectangle/alvarez2002/ATP35_items.csv --bins data/rectangle/alvarez2002/ATP35_bins.csv --certificate ATP35_solution.csv --output ATP35_output.json --time-limit 1 -q " RG -p 3NHO -c 4 " -a " IMBA*" -q " RG -p 3NHO -c 5 " -a " IMBA*"
29
29
```
30
30
31
31
Or in short:
32
32
``` shell
33
- ./bazel-bin/packingsolver/main -v -p RG -f KP -i data/rectangle/alvarez2002/ATP35 -c ATP35_solution.csv -o ATP35_output.json -t 1 -q " RG -p 3NHO" -a " IMBA* -c 4 " -q " RG -p 3NHO" -a " IMBA* -c 5 "
33
+ ./bazel-bin/packingsolver/main -v -p RG -f KP -i data/rectangle/alvarez2002/ATP35 -c ATP35_solution.csv -o ATP35_output.json -t 1 -q " RG -p 3NHO -c 4 " -a " IMBA*" -q " RG -p 3NHO -c 5 " -a " IMBA*"
34
34
```
35
35
36
36
A solution visualizer is available here: https://librallu.gitlab.io/packing-viz/
You can’t perform that action at this time.
0 commit comments