Skip to content

Commit

Permalink
Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed May 31, 2020
1 parent 4f73220 commit 8fb28e1
Show file tree
Hide file tree
Showing 23 changed files with 9,478 additions and 8,378 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bazel build -- //...

Execute:
```shell
./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 -s 2" -a "MBA* -f 1.5 -c 4" -q "RG -p 3NHO -s 3" -a "MBA* -f 1.5 -c 4"
./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* -f 1.5 -c 4" -q "RG -p 3NHO" -a "IMBA* -f 1.5 -c 5"
```

A solution visualizer is available here: https://librallu.gitlab.io/packing-viz/
Expand Down Expand Up @@ -66,7 +66,7 @@ Compatible algorithms: `A*`, `DFS`, `IMBA*`, `DPA*`
## Benchmarks

The performances of PackingSolver have been compared to all published results from the scientific literature on corresponding Packing Problems.
Detailed results are available in `results.ods`.
Detailed results are available in `results_*.ods`.
`output.7z` contains all output files and solutions.

Do not hesitate to contact us if you are aware of any variant or article that we missed.
Expand Down
Loading

0 comments on commit 8fb28e1

Please sign in to comment.