Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::RoutingModelVisitor Class Reference

Routing model visitor. More...

Detailed Description

Routing model visitor.

Definition at line 2862 of file routing.h.

#include <routing.h>

Inheritance diagram for operations_research::RoutingModelVisitor:
operations_research::BaseObject

Static Public Attributes

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

Additional Inherited Members

Public Member Functions inherited from operations_research::BaseObject
 BaseObject ()
 BaseObject (const BaseObject &)=delete
BaseObjectoperator= (const BaseObject &)=delete
virtual ~BaseObject ()=default
virtual std::string DebugString () const

Member Data Documentation

◆ kLightElement

const char operations_research::RoutingModelVisitor::kLightElement = "LightElement"
static

Constraint types.

Definition at line 2865 of file routing.h.

◆ kLightElement2

const char operations_research::RoutingModelVisitor::kLightElement2 = "LightElement2"
static

Definition at line 2866 of file routing.h.

◆ kRemoveValues

const char operations_research::RoutingModelVisitor::kRemoveValues = "RemoveValues"
static

Definition at line 2867 of file routing.h.


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