Skip to content

Commit f72f9ee

Browse files
committed
sat: backport README from main
1 parent 8d3645a commit f72f9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ortools/sat/colab/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Below you'll find three examples of Google's CP-SAT solver.
1212
Build and run locally:
1313

1414
```
15-
bazel run -c opt --cxxopt=-std=c++17 ortools/python:ortools_notebook
15+
bazel run -c opt ortools/python:ortools_notebook
1616
```
1717

1818
This will open a jupyter notebook in your browser.
1919

2020
To use it as a server only, use the command
2121

2222
```
23-
bazel run -c opt --cxxopt=-std=c++17 ortools/python:ortools_notebook -- --no-browser
23+
bazel run -c opt ortools/python:ortools_notebook -- --no-browser
2424
```
2525

2626
And paste the resulting url in your favorite environment, like visual studio code.

0 commit comments

Comments
 (0)