Namespaces | Functions
routing_parameters.h File Reference
#include <string>
#include "ortools/constraint_solver/routing_parameters.pb.h"
Include dependency graph for routing_parameters.h:

Go to the source code of this file.

Namespaces

 operations_research
 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
 

Functions

RoutingModelParameters operations_research::DefaultRoutingModelParameters ()
 
RoutingSearchParameters operations_research::DefaultRoutingSearchParameters ()
 
std::string operations_research::FindErrorInRoutingSearchParameters (const RoutingSearchParameters &search_parameters)
 Returns an empty std::string if the routing search parameters are valid, and a non-empty, human readable error description if they're not. More...