use new logging flags
This commit is contained in:
@@ -101,7 +101,7 @@ void MagicSquare(int size) {
|
||||
} // namespace operations_research
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
absl::SetFlag(&FLAGS_logtostderr, true);
|
||||
absl::SetFlag(&FLAGS_stderrthreshold, 0);
|
||||
InitGoogle(argv[0], &argc, &argv, true);
|
||||
|
||||
operations_research::sat::MagicSquare(absl::GetFlag(FLAGS_size));
|
||||
|
||||
Reference in New Issue
Block a user