Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
scheduler.h File Reference
#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< Scheduleroperations_research::pdlp::MakeScheduler (SchedulerType type, int num_threads)
 Convenience factory function.
 

Macro Definition Documentation

◆ EIGEN_USE_CUSTOM_THREAD_POOL

#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

http://www.apache.org/licenses/LICENSE-2.0

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.