OR-Tools  9.3
subsolver.h File Reference

Go to the source code of this file.

Classes

class  SubSolver
 
class  SynchronizationPoint
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::sat
 

Functions

void NonDeterministicLoop (const std::vector< std::unique_ptr< SubSolver > > &subsolvers, int num_threads)
 
void DeterministicLoop (const std::vector< std::unique_ptr< SubSolver > > &subsolvers, int num_threads, int batch_size)
 
void SequentialLoop (const std::vector< std::unique_ptr< SubSolver > > &subsolvers)