|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Definition at line 3917 of file pywrapcp.py.
◆ __init__()
ortools.constraint_solver.pywrapcp.SequenceVarContainer.__init__ |
( |
| self, |
|
|
* | args, |
|
|
** | kwargs ) |
◆ __eq__()
ortools.constraint_solver.pywrapcp.SequenceVarContainer.__eq__ |
( |
| self, |
|
|
| container ) |
Returns true if this and 'container' both represent the same V* -> E map.
Runs in linear time; requires that the == operator on the type E is well
defined.
Definition at line 3939 of file pywrapcp.py.
◆ __ne__()
ortools.constraint_solver.pywrapcp.SequenceVarContainer.__ne__ |
( |
| self, |
|
|
| container ) |
◆ Contains()
ortools.constraint_solver.pywrapcp.SequenceVarContainer.Contains |
( |
| self, |
|
|
| var ) |
◆ Element()
ortools.constraint_solver.pywrapcp.SequenceVarContainer.Element |
( |
| self, |
|
|
| index ) |
◆ Restore()
ortools.constraint_solver.pywrapcp.SequenceVarContainer.Restore |
( |
| self | ) |
|
◆ Size()
ortools.constraint_solver.pywrapcp.SequenceVarContainer.Size |
( |
| self | ) |
|
◆ Store()
ortools.constraint_solver.pywrapcp.SequenceVarContainer.Store |
( |
| self | ) |
|
◆ thisown
ortools.constraint_solver.pywrapcp.SequenceVarContainer.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: