![]() |
OR-Tools
9.6
|
Low-priority demon proxy to a method on the constraint with one argument.
Definition at line 690 of file constraint_solveri.h.
Public Member Functions | |
| DelayedCallMethod1 (T *const ct, void(T::*method)(P), const std::string &name, P param1) | |
| ~DelayedCallMethod1 () override | |
| void | Run (Solver *const s) override |
| This is the main callback of the demon. More... | |
| Solver::DemonPriority | priority () const override |
| This method returns the priority of the demon. More... | |
| std::string | DebugString () const override |
| void | inhibit (Solver *const s) |
| This method inhibits the demon in the search tree below the current position. More... | |
| void | desinhibit (Solver *const s) |
| This method un-inhibits the demon that was previously inhibited. More... | |
|
inline |
Definition at line 692 of file constraint_solveri.h.
|
inlineoverride |
Definition at line 696 of file constraint_solveri.h.
|
inlineoverridevirtual |
Reimplemented from Demon.
Definition at line 704 of file constraint_solveri.h.
|
inherited |
This method un-inhibits the demon that was previously inhibited.
Definition at line 220 of file constraint_solver.cc.
|
inherited |
This method inhibits the demon in the search tree below the current position.
Definition at line 214 of file constraint_solver.cc.
|
inlineoverridevirtual |
This method returns the priority of the demon.
Usually a demon is fast, slow or normal. Immediate demons are reserved for internal use to maintain variables.
Reimplemented from Demon.
Definition at line 700 of file constraint_solveri.h.
|
inlineoverridevirtual |
This is the main callback of the demon.
Implements Demon.
Definition at line 698 of file constraint_solveri.h.