![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <memory>
#include <string>
#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 |
Thread scheduling interface. More... | |
class | operations_research::pdlp::GoogleThreadPoolScheduler |
Google3 ThreadPool scheduler with barrier synchronization. More... | |
class | operations_research::pdlp::EigenThreadPoolScheduler |
Eigen ThreadPool scheduler with barrier synchronization. More... | |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::pdlp |
Validation utilities for solvers.proto. | |
Macros | |
#define | EIGEN_USE_CUSTOM_THREAD_POOL |
Eigen defaults to using TensorFlow's scheduler, unless we add this line. | |
Functions | |
std::unique_ptr< Scheduler > | operations_research::pdlp::MakeScheduler (SchedulerType type, int num_threads) |
Convenience factory function. | |
#define EIGEN_USE_CUSTOM_THREAD_POOL |
Eigen defaults to using TensorFlow's scheduler, unless we add this line.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 19 of file scheduler.h.