Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
routing_types.h File Reference
#include <cstdint>
#include <functional>
#include <vector>
#include "ortools/base/int_type.h"
#include "ortools/util/piecewise_linear_function.h"

Go to the source code of this file.

Classes

struct  operations_research::PickupDeliveryPair

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.

Typedefs

typedef std::function< int64_t(int64_t)> operations_research::RoutingTransitCallback1
typedef std::function< int64_t(int64_t, int64_t)> operations_research::RoutingTransitCallback2
typedef std::function< const FloatSlopePiecewiseLinearFunction *(int64_t, int64_t)> operations_research::RoutingCumulDependentTransitCallback2

Functions

 operations_research::DEFINE_INT_TYPE (RoutingNodeIndex, int)
 operations_research::DEFINE_INT_TYPE (RoutingCostClassIndex, int)
 operations_research::DEFINE_INT_TYPE (RoutingDimensionIndex, int)
 operations_research::DEFINE_INT_TYPE (RoutingDisjunctionIndex, int)
 operations_research::DEFINE_INT_TYPE (RoutingVehicleClassIndex, int)
 operations_research::DEFINE_INT_TYPE (RoutingResourceClassIndex, int)