Skip to content

Commit db13327

Browse files
committed
Update WORKSPACE
1 parent 11dc49f commit db13327

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ Features:
103103
Compile:
104104
```shell
105105
bazel build -- //...
106-
# Or, to enable the column generation algorithm:
106+
# Or, to enable the column generation algorithm on Linux:
107107
bazel build --define clp=true -- //...
108-
bazel build --define cplex=true -- //...
108+
# Or, to enable the column generation algorithm on Windows:
109+
bazel build --define clp=true --cxxopt=/MT -- //...
109110
```
110111

111112
Execute:

WORKSPACE

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ local_repository(
5757
git_repository(
5858
name = "columngenerationsolver",
5959
remote = "https://github.com/fontanf/columngenerationsolver.git",
60-
commit = "27385f1e14bf0d4f473342014858d5565969dcae",
60+
commit = "7f8701fd56d642fb5939560e82de48e0816a879e",
6161
)
6262

6363
local_repository(
@@ -117,6 +117,7 @@ cc_library(
117117
http_archive(
118118
name = "coinor_windows",
119119
urls = ["https://github.com/coin-or/Cbc/releases/download/releases%2F2.10.10/Cbc-releases.2.10.10-w64-msvc16-md.zip"],
120+
sha256 = "94a951904eb80c2f351785fc9340216e88970a716634bc1ccd8b4fc5024af37c",
120121
build_file_content = """
121122
cc_library(
122123
name = "osi",

0 commit comments

Comments
 (0)