OR-Tools  8.2
RoutingModelVisitor

Detailed Description

Routing model visitor.

Definition at line 1943 of file routing.h.

Public Member Functions

virtual std::string DebugString () const
 

Static Public Attributes

static const char kLightElement [] = "LightElement"
 Constraint types. More...
 
static const char kLightElement2 [] = "LightElement2"
 
static const char kRemoveValues [] = "RemoveValues"
 

Member Function Documentation

◆ DebugString()

virtual std::string DebugString ( ) const
inlinevirtualinherited

Reimplemented in Trace, LocalSearchMonitorMaster, PropagationBaseObject, Decision, DecisionBuilder, Demon, Constraint, IntVarIterator, SolutionCollector, OptimizeVar, SearchLimit, RegularLimit, SequenceVar, Assignment, Pack, CallMethod0< T >, CallMethod1< T, P >, CallMethod2< T, P, Q >, CallMethod3< T, P, Q, R >, DelayedCallMethod0< T >, DelayedCallMethod1< T, P >, DelayedCallMethod2< T, P, Q >, LocalSearchFilterManager, PropagationMonitor, LocalSearchMonitor, BooleanVar, SearchLog, ArrayWithOffset< T >, DemonProfiler, IfThenElseCt, PiecewiseLinearExpr, TwoOpt, Relocate, Exchange, Cross, MakeActiveOperator, RelocateAndMakeActiveOperator, MakeActiveAndRelocate, MakeInactiveOperator, RelocateAndMakeInactiveOperator, MakeChainInactiveOperator, SwapActiveOperator, ExtendedSwapActiveOperator, TSPOpt, TSPLns, LinKernighan, PathLns, NeighborhoodLimit, LocalSearchProfiler, FindOneNeighbor, LocalSearchPhaseParameters, Dimension, GlobalVehicleBreaksConstraint, IntVarFilteredDecisionBuilder, CPFeasibilityFilter, MakeRelocateNeighborsOperator, MakePairActiveOperator, MakePairInactiveOperator, PairRelocateOperator, LightPairRelocateOperator, PairExchangeOperator, PairExchangeRelocateOperator, SwapIndexPairOperator, IndexPairSwapActiveOperator, FilteredHeuristicPathLNSOperator, RelocatePathAndHeuristicInsertUnperformedOperator, FilteredHeuristicExpensiveChainLNSOperator, FilteredHeuristicCloseNodesLNSOperator, RelocateExpensiveChain, PairNodeSwapActiveOperator< swap_first >, RelocateSubtrip, ExchangeSubtrip, and SymmetryManager.

Definition at line 3156 of file constraint_solver.h.

Member Data Documentation

◆ kLightElement

const char kLightElement = "LightElement"
static

Constraint types.

Definition at line 1946 of file routing.h.

◆ kLightElement2

const char kLightElement2 = "LightElement2"
static

Definition at line 1947 of file routing.h.

◆ kRemoveValues

const char kRemoveValues = "RemoveValues"
static

Definition at line 1948 of file routing.h.


The documentation for this class was generated from the following files: