![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include "ortools/scheduling/course_scheduling.h"#include <algorithm>#include <cmath>#include <cstdlib>#include <limits>#include <utility>#include <vector>#include "absl/container/flat_hash_set.h"#include "absl/log/log.h"#include "absl/status/status.h"#include "absl/strings/str_format.h"#include "absl/types/span.h"#include "ortools/base/mathutil.h"#include "ortools/linear_solver/linear_solver.h"#include "ortools/scheduling/course_scheduling.pb.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |