OR-Tools  9.3
subsolver.cc File Reference

Go to the source code of this file.

Namespaces

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

Functions

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