![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 4680 of file pywrapcp.py.
Public Member Functions | |
| __init__ (self, solver) | |
| Demon (self, method, *args) | |
| DelayedDemon (self, method, *args) | |
| InitialPropagateDemon (self) | |
| DelayedInitialPropagateDemon (self) | |
| InitialPropagateWrapper (self) | |
| DebugString (self) | |
| Public Member Functions inherited from ortools.constraint_solver.pywrapcp.Constraint | |
| __init__ (self, solver) | |
| Post (self) | |
| Var (self) | |
| __repr__ (self) | |
| __str__ (self) | |
| __add__ (self, *args) | |
| __radd__ (self, v) | |
| __sub__ (self, *args) | |
| __rsub__ (self, v) | |
| __mul__ (self, *args) | |
| __rmul__ (self, v) | |
| __floordiv__ (self, v) | |
| __neg__ (self) | |
| __abs__ (self) | |
| Square (self) | |
| __eq__ (self, *args) | |
| __ne__ (self, *args) | |
| __ge__ (self, *args) | |
| __gt__ (self, *args) | |
| __le__ (self, *args) | |
| __lt__ (self, *args) | |
| MapTo (self, vars) | |
| IndexOf (self, *args) | |
| __disown__ (self) | |
| Public Member Functions inherited from ortools.constraint_solver.pywrapcp.PropagationBaseObject | |
| __init__ (self, s) | |
| solver (self) | |
| Name (self) | |
| __disown__ (self) | |
| Public Member Functions inherited from ortools.constraint_solver.pywrapcp.BaseObject | |
| __init__ (self) | |
| __str__ (self) | |
| __repr__ (self) | |
| __disown__ (self) | |
Additional Inherited Members | |
| Properties inherited from ortools.constraint_solver.pywrapcp.Constraint | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
| Properties inherited from ortools.constraint_solver.pywrapcp.PropagationBaseObject | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
| Properties inherited from ortools.constraint_solver.pywrapcp.BaseObject | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
| ortools.constraint_solver.pywrapcp.PyConstraint.__init__ | ( | self, | |
| solver ) |
Definition at line 4681 of file pywrapcp.py.
| ortools.constraint_solver.pywrapcp.PyConstraint.DebugString | ( | self | ) |
Reimplemented from ortools.constraint_solver.pywrapcp.Constraint.
Definition at line 4710 of file pywrapcp.py.
| ortools.constraint_solver.pywrapcp.PyConstraint.DelayedDemon | ( | self, | |
| method, | |||
| * | args ) |
Definition at line 4690 of file pywrapcp.py.
| ortools.constraint_solver.pywrapcp.PyConstraint.DelayedInitialPropagateDemon | ( | self | ) |
Definition at line 4698 of file pywrapcp.py.
| ortools.constraint_solver.pywrapcp.PyConstraint.Demon | ( | self, | |
| method, | |||
| * | args ) |
Definition at line 4685 of file pywrapcp.py.
| ortools.constraint_solver.pywrapcp.PyConstraint.InitialPropagateDemon | ( | self | ) |
Definition at line 4695 of file pywrapcp.py.
| ortools.constraint_solver.pywrapcp.PyConstraint.InitialPropagateWrapper | ( | self | ) |
This method performs the initial propagation of the constraint. It is called just after the post.
Reimplemented from ortools.constraint_solver.pywrapcp.Constraint.
Definition at line 4701 of file pywrapcp.py.