![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <math.h>#include <functional>#include <memory>#include <string>#include <utility>#include "absl/functional/any_invocable.h"#include "absl/synchronization/blocking_counter.h"#include "ortools/base/threadpool.h"#include "ortools/pdlp/solvers.pb.h"#include "unsupported/Eigen/CXX11/ThreadPool"Go to the source code of this file.
Classes | |
| class | operations_research::pdlp::Scheduler |
| class | operations_research::pdlp::GoogleThreadPoolScheduler |
| class | operations_research::pdlp::EigenThreadPoolScheduler |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::pdlp |
Macros | |
| #define | EIGEN_USE_CUSTOM_THREAD_POOL |
Functions | |
| std::unique_ptr< Scheduler > | operations_research::pdlp::MakeScheduler (SchedulerType type, int num_threads) |
| #define EIGEN_USE_CUSTOM_THREAD_POOL |
Definition at line 19 of file scheduler.h.