Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
cvrptw_lib.h File Reference
#include <cstdint>
#include <functional>
#include <memory>
#include <random>
#include <string>
#include <vector>
#include "absl/types/span.h"
#include "ortools/base/strong_vector.h"
#include "ortools/constraint_solver/routing.h"

Go to the source code of this file.

Classes

class  operations_research::LocationContainer
class  operations_research::RandomDemand
class  operations_research::ServiceTimePlusTransition
class  operations_research::StopServiceTimePlusTransition

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Typedefs

typedef std::function< int64_t(RoutingNodeIndex, RoutingNodeIndex)> operations_research::RoutingNodeEvaluator2

Functions

int32_t operations_research::GetSeed (bool deterministic)
void operations_research::DisplayPlan (const RoutingIndexManager &manager, const RoutingModel &routing, const operations_research::Assignment &plan, bool use_same_vehicle_costs, int64_t max_nodes_per_group, int64_t same_vehicle_cost, absl::Span< const std::string > dimension_names)