add logging to integer/linear_programming; keep absl log symbols in libortools, enable GLPK in bazel

This commit is contained in:
Laurent Perron
2023-03-09 14:40:16 +01:00
parent 5d76455956
commit 241d6cd286
5 changed files with 15 additions and 2 deletions

View File

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