OR-Tools  9.0
routing_sat.cc File Reference

Go to the source code of this file.

Namespaces

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

Functions

bool SolveModelWithSat (const RoutingModel &model, const RoutingSearchParameters &search_parameters, const Assignment *initial_solution, Assignment *solution)
 Attempts to solve the model using the cp-sat solver. More...
 

Variable Documentation

◆ head

int head

Definition at line 64 of file routing_sat.cc.

◆ tail

int tail

Definition at line 63 of file routing_sat.cc.