Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/constraint_solver/routing_parameters.h"
#include <cmath>
#include <cstdint>
#include <string>
#include <vector>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/time/time.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/duration.pb.h"
#include "google/protobuf/message.h"
#include "ortools/base/logging.h"
#include "ortools/base/protoutil.h"
#include "ortools/base/types.h"
#include "ortools/constraint_solver/constraint_solver.h"
#include "ortools/constraint_solver/routing_enums.pb.h"
#include "ortools/constraint_solver/routing_ils.pb.h"
#include "ortools/constraint_solver/routing_parameters.pb.h"
#include "ortools/constraint_solver/solver_parameters.pb.h"
#include "ortools/sat/sat_parameters.pb.h"
#include "ortools/util/optional_boolean.pb.h"
#include "ortools/util/testing_utils.h"
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
Functions | |
RoutingModelParameters | operations_research::DefaultRoutingModelParameters () |
RoutingSearchParameters | operations_research::DefaultRoutingSearchParameters () |
static | |
RoutingSearchParameters | operations_research::DefaultSecondaryRoutingSearchParameters () |
std::string | operations_research::FindErrorInRoutingSearchParameters (const RoutingSearchParameters &search_parameters) |
std::vector< std::string > | operations_research::FindErrorsInRoutingSearchParameters (const RoutingSearchParameters &search_parameters) |