examples/cpp: backport from main

This commit is contained in:
Mizux Seiha
2025-03-04 21:10:09 +01:00
parent f1fc3af6b3
commit cf72696d00
22 changed files with 36 additions and 24 deletions

View File

@@ -26,9 +26,9 @@
#include "absl/flags/flag.h"
#include "absl/log/check.h"
#include "absl/log/globals.h"
#include "absl/log/log.h"
#include "absl/strings/str_format.h"
#include "ortools/base/init_google.h"
#include "ortools/base/logging.h"
#include "ortools/sat/cp_model.h"
ABSL_FLAG(int, size, 50, "Size of the problem.");