File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,10 @@ Features:
103
103
Compile:
104
104
``` shell
105
105
bazel build -- //...
106
- # Or, to enable the column generation algorithm:
106
+ # Or, to enable the column generation algorithm on Linux :
107
107
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 -- //...
109
110
```
110
111
111
112
Execute:
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ local_repository(
57
57
git_repository (
58
58
name = "columngenerationsolver" ,
59
59
remote = "https://github.com/fontanf/columngenerationsolver.git" ,
60
- commit = "27385f1e14bf0d4f473342014858d5565969dcae " ,
60
+ commit = "7f8701fd56d642fb5939560e82de48e0816a879e " ,
61
61
)
62
62
63
63
local_repository (
@@ -117,6 +117,7 @@ cc_library(
117
117
http_archive (
118
118
name = "coinor_windows" ,
119
119
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" ,
120
121
build_file_content = """
121
122
cc_library(
122
123
name = "osi",
You can’t perform that action at this time.
0 commit comments