|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Subclass of Rev<T> which adds numerical operations.
Definition at line 4040 of file pywrapcp.py.
◆ __init__()
ortools.constraint_solver.pywrapcp.NumericalRevInteger.__init__ |
( |
| self, |
|
|
| val ) |
◆ Add()
ortools.constraint_solver.pywrapcp.NumericalRevInteger.Add |
( |
| self, |
|
|
| s, |
|
|
| to_add ) |
◆ Decr()
ortools.constraint_solver.pywrapcp.NumericalRevInteger.Decr |
( |
| self, |
|
|
| s ) |
◆ Incr()
ortools.constraint_solver.pywrapcp.NumericalRevInteger.Incr |
( |
| self, |
|
|
| s ) |
◆ thisown
ortools.constraint_solver.pywrapcp.NumericalRevInteger.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: