Google OR-Tools v9.11
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)
 
 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 4607 of file pywrapcp.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 4611 of file pywrapcp.py.

Member Function Documentation

◆ Ends()

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

Definition at line 4632 of file pywrapcp.py.

◆ GetPath()

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

Definition at line 4620 of file pywrapcp.py.

◆ IsEnd()

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

Definition at line 4617 of file pywrapcp.py.

◆ IsStart()

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

Definition at line 4614 of file pywrapcp.py.

◆ NumPaths()

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

Definition at line 4623 of file pywrapcp.py.

◆ Paths()

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

Definition at line 4626 of file pywrapcp.py.

◆ Starts()

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

Definition at line 4629 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 4608 of file pywrapcp.py.


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