Demon proxy to a method on the constraint with one argument.
Definition at line 550 of file constraint_solveri.h.
Public Member Functions | |
| CallMethod1 (T *const ct, void(T::*method)(P), const std::string &name, P param1) | |
| ~CallMethod1 () override | |
| void | Run (Solver *const s) override |
| This is the main callback of the demon. More... | |
| std::string | DebugString () const override |
| virtual Solver::DemonPriority | priority () const |
| This method returns the priority of the demon. More... | |
| 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 552 of file constraint_solveri.h.
|
inlineoverride |
Definition at line 556 of file constraint_solveri.h.
|
inlineoverridevirtual |
Reimplemented from operations_research::Demon.
Definition at line 560 of file constraint_solveri.h.
|
inherited |
This method un-inhibits the demon that was previously inhibited.
|
inherited |
This method inhibits the demon in the search tree below the current position.
|
virtualinherited |
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 in operations_research::DelayedCallMethod2< T, P, Q >, operations_research::DelayedCallMethod1< T, P >, and operations_research::DelayedCallMethod0< T >.
|
inlineoverridevirtual |
This is the main callback of the demon.
Implements operations_research::Demon.
Definition at line 558 of file constraint_solveri.h.