Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.constraint_solver.pywrapcp.RoutingModelVisitor Class Reference
Inheritance diagram for ortools.constraint_solver.pywrapcp.RoutingModelVisitor:
ortools.constraint_solver.pywrapcp.BaseObject

Public Member Functions

 __init__ (self)
 
- Public Member Functions inherited from ortools.constraint_solver.pywrapcp.BaseObject
 DebugString (self)
 
 __str__ (self)
 
 __repr__ (self)
 
 __disown__ (self)
 

Static Public Attributes

 kLightElement
 
 kLightElement2
 
 kRemoveValues
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from ortools.constraint_solver.pywrapcp.BaseObject
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

 Routing model visitor.

Definition at line 5967 of file pywrapcp.py.

Constructor & Destructor Documentation

◆ __init__()

ortools.constraint_solver.pywrapcp.RoutingModelVisitor.__init__ ( self)

Reimplemented from ortools.constraint_solver.pywrapcp.BaseObject.

Definition at line 5973 of file pywrapcp.py.

Member Data Documentation

◆ kLightElement

ortools.constraint_solver.pywrapcp.RoutingModelVisitor.kLightElement
static

Definition at line 5979 of file pywrapcp.py.

◆ kLightElement2

ortools.constraint_solver.pywrapcp.RoutingModelVisitor.kLightElement2
static

Definition at line 5980 of file pywrapcp.py.

◆ kRemoveValues

ortools.constraint_solver.pywrapcp.RoutingModelVisitor.kRemoveValues
static

Definition at line 5981 of file pywrapcp.py.

Property Documentation

◆ thisown

ortools.constraint_solver.pywrapcp.RoutingModelVisitor.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 5970 of file pywrapcp.py.


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