![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 20 of file BaseObjectiveMonitor.cs.
Public Member Functions | |
| virtual IntVar | ObjectiveVar (int index) |
| virtual IntVar | MinimizationVar (int index) |
| virtual long | Step (int index) |
| virtual bool | Maximize (int index) |
| virtual long | BestValue (int index) |
| virtual int | Size () |
| bool | IsActive () |
| void | SetActive (bool is_active) |
| Public Member Functions inherited from Google.OrTools.ConstraintSolver.SearchMonitor | |
| SearchMonitor (Solver s) | |
| virtual void | EnterSearch () |
| virtual void | RestartSearch () |
| virtual void | ExitSearch () |
| virtual void | BeginNextDecision (DecisionBuilder b) |
| virtual void | EndNextDecision (DecisionBuilder b, Decision d) |
| virtual void | ApplyDecision (Decision d) |
| virtual void | RefuteDecision (Decision d) |
| virtual void | AfterDecision (Decision d, bool apply) |
| virtual void | BeginFail () |
| virtual void | EndFail () |
| virtual void | BeginInitialPropagation () |
| virtual void | EndInitialPropagation () |
| virtual bool | AcceptSolution () |
| virtual bool | AtSolution () |
| virtual void | NoMoreSolutions () |
| virtual bool | LocalOptimum () |
| virtual bool | AcceptDelta (Assignment delta, Assignment deltadelta) |
| virtual void | AcceptNeighbor () |
| virtual void | AcceptUncheckedNeighbor () |
| virtual bool | IsUncheckedSolutionLimitReached () |
| virtual void | PeriodicCheck () |
| virtual int | ProgressPercent () |
| virtual void | Accept (ModelVisitor visitor) |
| virtual void | Install () |
| Solver | solver () |
| delegate string | SwigDelegateSearchMonitor_0 () |
| delegate void | SwigDelegateSearchMonitor_1 () |
| delegate void | SwigDelegateSearchMonitor_2 () |
| delegate void | SwigDelegateSearchMonitor_3 () |
| delegate void | SwigDelegateSearchMonitor_4 (global::System.IntPtr b) |
| delegate void | SwigDelegateSearchMonitor_5 (global::System.IntPtr b, global::System.IntPtr d) |
| delegate void | SwigDelegateSearchMonitor_6 (global::System.IntPtr d) |
| delegate void | SwigDelegateSearchMonitor_7 (global::System.IntPtr d) |
| delegate void | SwigDelegateSearchMonitor_8 (global::System.IntPtr d, bool apply) |
| delegate void | SwigDelegateSearchMonitor_9 () |
| delegate void | SwigDelegateSearchMonitor_10 () |
| delegate void | SwigDelegateSearchMonitor_11 () |
| delegate void | SwigDelegateSearchMonitor_12 () |
| delegate bool | SwigDelegateSearchMonitor_13 () |
| delegate bool | SwigDelegateSearchMonitor_14 () |
| delegate void | SwigDelegateSearchMonitor_15 () |
| delegate bool | SwigDelegateSearchMonitor_16 () |
| delegate bool | SwigDelegateSearchMonitor_17 (global::System.IntPtr delta, global::System.IntPtr deltadelta) |
| delegate void | SwigDelegateSearchMonitor_18 () |
| delegate void | SwigDelegateSearchMonitor_19 () |
| delegate bool | SwigDelegateSearchMonitor_20 () |
| delegate void | SwigDelegateSearchMonitor_21 () |
| delegate int | SwigDelegateSearchMonitor_22 () |
| delegate void | SwigDelegateSearchMonitor_23 (global::System.IntPtr visitor) |
| delegate void | SwigDelegateSearchMonitor_24 () |
| Public Member Functions inherited from Google.OrTools.ConstraintSolver.BaseObject | |
| void | Dispose () |
| BaseObject () | |
| virtual string | ToString () |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Protected Member Functions inherited from Google.OrTools.ConstraintSolver.SearchMonitor | |
| override void | Dispose (bool disposing) |
Additional Inherited Members | |
| Static Public Attributes inherited from Google.OrTools.ConstraintSolver.SearchMonitor | |
| static readonly int | kNoProgress = operations_research_constraint_solverPINVOKE.SearchMonitor_kNoProgress_get() |
| Protected Attributes inherited from Google.OrTools.ConstraintSolver.BaseObject | |
| bool | swigCMemOwn |
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ObjectiveMonitor.
Definition at line 79 of file BaseObjectiveMonitor.cs.
|
inlineprotectedvirtual |
Reimplemented from Google.OrTools.ConstraintSolver.BaseObject.
Reimplemented in Google.OrTools.ConstraintSolver.ObjectiveMonitor, and Google.OrTools.ConstraintSolver.OptimizeVar.
Definition at line 44 of file BaseObjectiveMonitor.cs.
|
inline |
Definition at line 89 of file BaseObjectiveMonitor.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ObjectiveMonitor.
Definition at line 74 of file BaseObjectiveMonitor.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ObjectiveMonitor.
Definition at line 63 of file BaseObjectiveMonitor.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ObjectiveMonitor.
Definition at line 57 of file BaseObjectiveMonitor.cs.
|
inline |
Definition at line 94 of file BaseObjectiveMonitor.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ObjectiveMonitor.
Definition at line 84 of file BaseObjectiveMonitor.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ObjectiveMonitor.
Definition at line 69 of file BaseObjectiveMonitor.cs.