Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.constraint_solver.pywrapcp.PyDecision Class Reference
Inheritance diagram for ortools.constraint_solver.pywrapcp.PyDecision:
ortools.constraint_solver.pywrapcp.Decision ortools.constraint_solver.pywrapcp.BaseObject

Public Member Functions

 ApplyWrapper (self, solver)
 
 RefuteWrapper (self, solver)
 
 DebugString (self)
 
- Public Member Functions inherited from ortools.constraint_solver.pywrapcp.Decision
 __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.Decision
 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 4413 of file pywrapcp.py.

Member Function Documentation

◆ ApplyWrapper()

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

◆ DebugString()

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

Reimplemented from ortools.constraint_solver.pywrapcp.Decision.

Definition at line 4432 of file pywrapcp.py.

◆ RefuteWrapper()

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


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