Definition at line 3991 of file pywrapcp.py.
|
| | __init__ (self, *args, **kwargs) |
| | SequenceVar (self) |
| | SetTransitionTime (self, transition_time) |
| | TransitionTime (self, before_index, after_index) |
| | __init__ (self, solver) |
| | Post (self) |
| | InitialPropagateWrapper (self) |
| | DebugString (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) |
| | __init__ (self, s) |
| | solver (self) |
| | Name (self) |
| | __disown__ (self) |
| | __init__ (self) |
| | __str__ (self) |
| | __repr__ (self) |
| | __disown__ (self) |
|
| | 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") |
| | 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") |
◆ __init__()
| ortools.constraint_solver.pywrapcp.DisjunctiveConstraint.__init__ |
( |
| self, |
|
|
* | args, |
|
|
** | kwargs ) |
◆ SequenceVar()
| ortools.constraint_solver.pywrapcp.DisjunctiveConstraint.SequenceVar |
( |
| self | ) |
|
Creates a sequence variable from the constraint.
Definition at line 3998 of file pywrapcp.py.
◆ SetTransitionTime()
| ortools.constraint_solver.pywrapcp.DisjunctiveConstraint.SetTransitionTime |
( |
| self, |
|
|
| transition_time ) |
Add a transition time between intervals. It forces the distance between
the end of interval a and start of interval b that follows it to be at
least transition_time(a, b). This function must always return
a positive or null value.
Definition at line 4002 of file pywrapcp.py.
◆ TransitionTime()
| ortools.constraint_solver.pywrapcp.DisjunctiveConstraint.TransitionTime |
( |
| self, |
|
|
| before_index, |
|
|
| after_index ) |
◆ thisown
| ortools.constraint_solver.pywrapcp.DisjunctiveConstraint.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: