Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
scheduler.cc File Reference
#include "ortools/pdlp/scheduler.h"
#include <memory>
#include "ortools/pdlp/solvers.pb.h"

Go to the source code of this file.

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.
 

Functions

std::unique_ptr< Scheduleroperations_research::pdlp::MakeScheduler (SchedulerType type, int num_threads)
 Convenience factory function.