![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
ApplyWrapper (self, solver) | |
RefuteWrapper (self, solver) | |
DebugString (self) | |
![]() | |
__init__ (self) | |
__repr__ (self) | |
__str__ (self) | |
__disown__ (self) | |
![]() | |
__init__ (self) | |
__str__ (self) | |
__repr__ (self) | |
__disown__ (self) | |
Additional Inherited Members | |
![]() | |
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") | |
Definition at line 4611 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.PyDecision.ApplyWrapper | ( | self, | |
s ) |
Apply will be called first when the decision is executed.
Reimplemented from ortools.constraint_solver.pywrapcp.Decision.
Definition at line 4612 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.PyDecision.DebugString | ( | self | ) |
Reimplemented from ortools.constraint_solver.pywrapcp.Decision.
Definition at line 4630 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.PyDecision.RefuteWrapper | ( | self, | |
s ) |
Refute will be called after a backtrack.
Reimplemented from ortools.constraint_solver.pywrapcp.Decision.
Definition at line 4621 of file pywrapcp.py.