![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
| SymmetryManager (Solver *const s, const std::vector< SymmetryBreaker * > &visitors) | |
| ~SymmetryManager () override | |
| void | EndNextDecision (DecisionBuilder *const, Decision *const d) override |
| After calling DecisionBuilder::Next, along with the returned decision. | |
| void | RefuteDecision (Decision *d) override |
| Before refuting the decision. | |
| void | CheckSymmetries (int index) |
| void | AddTermToClause (SymmetryBreaker *const visitor, IntVar *const term) |
| std::string | DebugString () const override |
| Public Member Functions inherited from operations_research::SearchMonitor | |
| SearchMonitor (Solver *const s) | |
| SearchMonitor (const SearchMonitor &)=delete | |
| SearchMonitor & | operator= (const SearchMonitor &)=delete |
| ~SearchMonitor () override | |
| virtual void | EnterSearch () |
| Beginning of the search. | |
| virtual void | RestartSearch () |
| Restart the search. | |
| virtual void | ExitSearch () |
| End of the search. | |
| virtual void | BeginNextDecision (DecisionBuilder *b) |
| Before calling DecisionBuilder::Next. | |
| virtual void | ApplyDecision (Decision *d) |
| Before applying the decision. | |
| virtual void | AfterDecision (Decision *d, bool apply) |
| virtual void | BeginFail () |
| Just when the failure occurs. | |
| virtual void | EndFail () |
| After completing the backtrack. | |
| virtual void | BeginInitialPropagation () |
| Before the initial propagation. | |
| virtual void | EndInitialPropagation () |
| After the initial propagation. | |
| virtual bool | AcceptSolution () |
| virtual bool | AtSolution () |
| virtual void | NoMoreSolutions () |
| When the search tree is finished. | |
| virtual bool | AtLocalOptimum () |
| virtual bool | AcceptDelta (Assignment *delta, Assignment *deltadelta) |
| virtual void | AcceptNeighbor () |
| After accepting a neighbor during local search. | |
| virtual void | AcceptUncheckedNeighbor () |
| After accepting an unchecked neighbor during local search. | |
| virtual bool | IsUncheckedSolutionLimitReached () |
| virtual void | PeriodicCheck () |
| Periodic call to check limits in long running methods. | |
| virtual int | ProgressPercent () |
| virtual void | Accept (ModelVisitor *visitor) const |
| Accepts the given model visitor. | |
| virtual void | Install () |
| Solver * | solver () const |
| Public Member Functions inherited from operations_research::BaseObject | |
| BaseObject () | |
| BaseObject (const BaseObject &)=delete | |
| BaseObject & | operator= (const BaseObject &)=delete |
| virtual | ~BaseObject ()=default |
Additional Inherited Members | |
| Static Public Attributes inherited from operations_research::SearchMonitor | |
| static constexpr int | kNoProgress = -1 |
| Protected Member Functions inherited from operations_research::SearchMonitor | |
| void | ListenToEvent (Solver::MonitorEvent event) |
|
inline |
|
inlineoverride |
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from operations_research::BaseObject.
|
inlineoverridevirtual |
After calling DecisionBuilder::Next, along with the returned decision.
Reimplemented from operations_research::SearchMonitor.
|
inlineoverridevirtual |
Before refuting the decision.
Reimplemented from operations_research::SearchMonitor.