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

Detailed Description

Definition at line 4648 of file pywrapcp.py.

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

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


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