Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
NextWrapper (self, solver) | |
DebugString (self) | |
Public Member Functions inherited from ortools.constraint_solver.pywrapcp.DecisionBuilder | |
__init__ (self) | |
__repr__ (self) | |
__str__ (self) | |
__disown__ (self) | |
Public Member Functions inherited from ortools.constraint_solver.pywrapcp.BaseObject |
Additional Inherited Members | |
Properties inherited from ortools.constraint_solver.pywrapcp.DecisionBuilder | |
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") | |
Definition at line 4436 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.PyDecisionBuilder.DebugString | ( | self | ) |
Reimplemented from ortools.constraint_solver.pywrapcp.DecisionBuilder.
Definition at line 4446 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.PyDecisionBuilder.NextWrapper | ( | self, | |
s ) |
This is the main method of the decision builder class. It must return a decision (an instance of the class Decision). If it returns nullptr, this means that the decision builder has finished its work.
Reimplemented from ortools.constraint_solver.pywrapcp.DecisionBuilder.
Definition at line 4437 of file pywrapcp.py.