Introduction
May 20, 2025 ยท View on GitHub
Introduction
Bazel Template with OR-Tools integration. If you don't have Bazel installed already, you can download it for free from https://bazel.build/.
Dependencies
Take a look at the MODULE.bazel file.
Build
To build the C++ project, as usual:
bazel build -c opt :all
Test
To test the C++ project, as usual:
bazel test -c opt --test_output=all :all