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

Public Member Functions

 RunWrapper (self, solver)
 
 DebugString (self)
 
- Public Member Functions inherited from ortools.constraint_solver.pywrapcp.Demon
 __init__ (self)
 
 Priority (self)
 
 Inhibit (self, s)
 
 Desinhibit (self, s)
 
 __disown__ (self)
 
- Public Member Functions inherited from ortools.constraint_solver.pywrapcp.BaseObject
 __str__ (self)
 
 __repr__ (self)
 

Additional Inherited Members

- Properties inherited from ortools.constraint_solver.pywrapcp.Demon
 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 4450 of file pywrapcp.py.

Member Function Documentation

◆ DebugString()

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

◆ RunWrapper()

ortools.constraint_solver.pywrapcp.PyDemon.RunWrapper ( self,
s )
 This is the main callback of the demon.

Reimplemented from ortools.constraint_solver.pywrapcp.Demon.

Definition at line 4451 of file pywrapcp.py.


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