Export examples/cpp/ from google3

* Rework network_routing_sat
This commit is contained in:
Corentin Le Molgat
2023-06-21 17:31:06 +02:00
parent 036b2195f8
commit aa0e719d02
32 changed files with 662 additions and 568 deletions

View File

@@ -91,8 +91,8 @@ void RunAllExamples() {
} // namespace operations_research
int main(int argc, char** argv) {
InitGoogle(argv[0], &argc, &argv, true);
absl::SetFlag(&FLAGS_stderrthreshold, 0);
InitGoogle(argv[0], &argc, &argv, true);
operations_research::RunAllExamples();
return EXIT_SUCCESS;
}