export from google3

This commit is contained in:
Corentin Le Molgat
2022-06-22 17:51:14 +02:00
parent 0f16563548
commit 5863a63d19
37 changed files with 117 additions and 60 deletions

View File

@@ -20,9 +20,9 @@
#include "absl/container/flat_hash_set.h"
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "examples/cpp/course_scheduling.pb.h"
#include "ortools/linear_solver/linear_solver.h"
#include "ortools/sat/cp_model.pb.h"
#include "ortools/scheduling/course_scheduling.pb.h"
namespace operations_research {
class CourseSchedulingSolver {