OR-Tools  9.3
routing_sat.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

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 95 of file routing_sat.cc.

◆ tail

int tail

Definition at line 94 of file routing_sat.cc.