![]() |
OR-Tools
8.0
|
The base class of all search logs that periodically outputs information when the search is running.
Definition at line 2025 of file constraint_solveri.h.
Public Member Functions | |
| SearchLog (Solver *const s, OptimizeVar *const obj, IntVar *const var, double scaling_factor, double offset, std::function< std::string()> display_callback, int period) | |
| ~SearchLog () override | |
| void | EnterSearch () override |
| void | ExitSearch () override |
| bool | AtSolution () override |
| void | BeginFail () override |
| void | NoMoreSolutions () override |
| void | AcceptUncheckedNeighbor () override |
| void | ApplyDecision (Decision *const decision) override |
| void | RefuteDecision (Decision *const decision) override |
| void | OutputDecision () |
| void | Maintain () |
| void | BeginInitialPropagation () override |
| void | EndInitialPropagation () override |
| std::string | DebugString () const override |
Protected Member Functions | |
| virtual void | OutputLine (const std::string &line) |
| SearchLog | ( | Solver *const | s, |
| OptimizeVar *const | obj, | ||
| IntVar *const | var, | ||
| double | scaling_factor, | ||
| double | offset, | ||
| std::function< std::string()> | display_callback, | ||
| int | period | ||
| ) |
|
protectedvirtual |