Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.constraint_solver.pywrapcp.PyDecisionBuilder Class Reference

Detailed Description

Definition at line 4634 of file pywrapcp.py.

Inheritance diagram for ortools.constraint_solver.pywrapcp.PyDecisionBuilder:
ortools.constraint_solver.pywrapcp.DecisionBuilder ortools.constraint_solver.pywrapcp.BaseObject

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
 __init__ (self)
 __str__ (self)
 __repr__ (self)
 __disown__ (self)

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")

Member Function Documentation

◆ DebugString()

ortools.constraint_solver.pywrapcp.PyDecisionBuilder.DebugString ( self)

Reimplemented from ortools.constraint_solver.pywrapcp.DecisionBuilder.

Definition at line 4644 of file pywrapcp.py.

◆ NextWrapper()

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 4635 of file pywrapcp.py.


The documentation for this class was generated from the following file: