You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Note: PackingSolver favours efficiency and flexibility over ease of use. Therefo
19
19
Compile:
20
20
```shell
21
21
bazel build -- //...
22
+
# Or, to enable the column generation heuristic for VBPP:
23
+
bazel build --define cplex=true -- //...
22
24
```
23
25
24
26
Execute:
@@ -42,11 +44,11 @@ Each branching scheme has a list a compatible algorithms.
42
44
43
45
Each pair `-q`/`-a` respectively defines the branching scheme and the algorithm for a thread.
44
46
45
-
Options `--bin-infinite-copies`, `--bin-infinite-width`, `--bin-infinite-height`, `--item-infinite-copies` and `--unweighted` are available to modify the instance properties.
47
+
Options `--bin-infinite-copies`, `--bin-infinite-width`, `--bin-infinite-height`, `--bin-unweighted`, `--item-infinite-copies` and `--unweighted` are available to modify the instance properties.
0 commit comments