Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.constraint_solver.pywrapcp.PyDecisionBuilder Class Reference
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

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

Detailed Description

Definition at line 4436 of file pywrapcp.py.

Member Function Documentation

◆ DebugString()

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

Reimplemented from ortools.constraint_solver.pywrapcp.DecisionBuilder.

Definition at line 4446 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 4437 of file pywrapcp.py.


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