We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3645a commit f72f9eeCopy full SHA for f72f9ee
ortools/sat/colab/README.md
@@ -12,15 +12,15 @@ Below you'll find three examples of Google's CP-SAT solver.
12
Build and run locally:
13
14
```
15
-bazel run -c opt --cxxopt=-std=c++17 ortools/python:ortools_notebook
+bazel run -c opt ortools/python:ortools_notebook
16
17
18
This will open a jupyter notebook in your browser.
19
20
To use it as a server only, use the command
21
22
23
-bazel run -c opt --cxxopt=-std=c++17 ortools/python:ortools_notebook -- --no-browser
+bazel run -c opt ortools/python:ortools_notebook -- --no-browser
24
25
26
And paste the resulting url in your favorite environment, like visual studio code.
0 commit comments