Google OR-Tools: operations_research::DelayedCallMethod1< T, P
Low-priority demon proxy to a method on the constraint with one argument. More...
template<class T, class P>
class operations_research::DelayedCallMethod1< T, P >
Low-priority demon proxy to a method on the constraint with one argument.
Definition at line 703 of file constraint_solveri.h.
#include <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) override |
| This is the main callback of the demon. | |
| Solver::DemonPriority | priority () const override |
| std::string | DebugString () const override |
| Public Member Functions inherited from operations_research::Demon | |
| Demon () | |
| Demon (const Demon &)=delete | |
| Demon & | operator= (const Demon &)=delete |
| ~Demon () override | |
| std::string | DebugString () const override |
| void | inhibit (Solver *s) |
| void | desinhibit (Solver *s) |
| This method un-inhibits the demon that was previously inhibited. | |
| Public Member Functions inherited from operations_research::BaseObject | |
| BaseObject () | |
| BaseObject (const BaseObject &)=delete | |
| BaseObject & | operator= (const BaseObject &)=delete |
| virtual | ~BaseObject ()=default |
template<class T, class P>
◆ ~DelayedCallMethod1()
template<class T, class P>
◆ DebugString()
template<class T, class P>
◆ priority()
template<class T, class P>
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 operations_research::Demon.
Definition at line 713 of file constraint_solveri.h.
◆ Run()
template<class T, class P>
The documentation for this class was generated from the following file:
- ortools/constraint_solver/constraint_solveri.h