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

Public Member Functions

 __init__ (self, manager)
 
 IsStart (self, node)
 
 IsEnd (self, node)
 
 GetPath (self, start_or_end_node)
 
 NumPaths (self)
 
 Paths (self)
 
 Starts (self)
 
 Start (self, path)
 
 End (self, path)
 
 Ends (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Definition at line 4821 of file pywrapcp.py.

Constructor & Destructor Documentation

◆ __init__()

ortools.constraint_solver.pywrapcp.PathsMetadata.__init__ ( self,
manager )

Definition at line 4825 of file pywrapcp.py.

Member Function Documentation

◆ End()

ortools.constraint_solver.pywrapcp.PathsMetadata.End ( self,
path )

Definition at line 4849 of file pywrapcp.py.

◆ Ends()

ortools.constraint_solver.pywrapcp.PathsMetadata.Ends ( self)

Definition at line 4852 of file pywrapcp.py.

◆ GetPath()

ortools.constraint_solver.pywrapcp.PathsMetadata.GetPath ( self,
start_or_end_node )

Definition at line 4834 of file pywrapcp.py.

◆ IsEnd()

ortools.constraint_solver.pywrapcp.PathsMetadata.IsEnd ( self,
node )

Definition at line 4831 of file pywrapcp.py.

◆ IsStart()

ortools.constraint_solver.pywrapcp.PathsMetadata.IsStart ( self,
node )

Definition at line 4828 of file pywrapcp.py.

◆ NumPaths()

ortools.constraint_solver.pywrapcp.PathsMetadata.NumPaths ( self)

Definition at line 4837 of file pywrapcp.py.

◆ Paths()

ortools.constraint_solver.pywrapcp.PathsMetadata.Paths ( self)

Definition at line 4840 of file pywrapcp.py.

◆ Start()

ortools.constraint_solver.pywrapcp.PathsMetadata.Start ( self,
path )

Definition at line 4846 of file pywrapcp.py.

◆ Starts()

ortools.constraint_solver.pywrapcp.PathsMetadata.Starts ( self)

Definition at line 4843 of file pywrapcp.py.

Property Documentation

◆ thisown

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

Definition at line 4822 of file pywrapcp.py.


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