![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdlib>#include <string>#include "absl/flags/flag.h"#include "absl/log/log.h"#include "ortools/base/helpers.h"#include "ortools/base/init_google.h"#include "ortools/base/options.h"#include "ortools/base/timer.h"#include "ortools/scheduling/course_scheduling.h"#include "ortools/scheduling/course_scheduling.pb.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
Functions | |
| ABSL_FLAG (std::string, input, "", "Input file containing a CourseSchedulingModel in text format.") | |
| void | operations_research::Main () |
| int | main (int argc, char **argv) |
| ABSL_FLAG | ( | std::string | , |
| input | , | ||
| "" | , | ||
| "Input file containing a CourseSchedulingModel in text format." | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 108 of file course_scheduling_run.cc.