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

Detailed Description

Definition at line 4611 of file pywrapcp.py.

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

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

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

◆ DebugString()

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

Reimplemented from ortools.constraint_solver.pywrapcp.Decision.

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


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