Update integer_programming to get trace

This commit is contained in:
Mizux Seiha
2021-03-30 16:28:08 +02:00
parent ca1341561f
commit 55acb1c5ee

View File

@@ -89,6 +89,7 @@ void RunAllExamples() {
} // namespace operations_research
int main(int argc, char** argv) {
absl::SetFlag(&FLAGS_alsologtostderr, true);
google::InitGoogleLogging(argv[0]);
absl::ParseCommandLine(argc, argv);
operations_research::RunAllExamples();