|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Definition at line 4607 of file pywrapcp.py.
◆ __init__()
ortools.constraint_solver.pywrapcp.PathsMetadata.__init__ |
( |
| self, |
|
|
| manager ) |
◆ Ends()
ortools.constraint_solver.pywrapcp.PathsMetadata.Ends |
( |
| self | ) |
|
◆ GetPath()
ortools.constraint_solver.pywrapcp.PathsMetadata.GetPath |
( |
| self, |
|
|
| start_or_end_node ) |
◆ IsEnd()
ortools.constraint_solver.pywrapcp.PathsMetadata.IsEnd |
( |
| self, |
|
|
| node ) |
◆ IsStart()
ortools.constraint_solver.pywrapcp.PathsMetadata.IsStart |
( |
| self, |
|
|
| node ) |
◆ NumPaths()
ortools.constraint_solver.pywrapcp.PathsMetadata.NumPaths |
( |
| self | ) |
|
◆ Paths()
ortools.constraint_solver.pywrapcp.PathsMetadata.Paths |
( |
| self | ) |
|
◆ Starts()
ortools.constraint_solver.pywrapcp.PathsMetadata.Starts |
( |
| self | ) |
|
◆ 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 |
The documentation for this class was generated from the following file: