Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
SearchLimit (Solver s) | |
bool | IsCrossed () |
bool | Check () |
virtual bool | CheckWithOffset (SWIGTYPE_p_absl__Duration offset) |
virtual void | Init () |
virtual void | Copy (SearchLimit limit) |
virtual SearchLimit | MakeClone () |
override void | EnterSearch () |
override void | BeginNextDecision (DecisionBuilder b) |
override void | PeriodicCheck () |
override void | RefuteDecision (Decision d) |
override string | ToString () |
override void | Install () |
delegate string | SwigDelegateSearchLimit_0 () |
delegate void | SwigDelegateSearchLimit_1 () |
delegate void | SwigDelegateSearchLimit_2 () |
delegate void | SwigDelegateSearchLimit_3 () |
delegate void | SwigDelegateSearchLimit_4 (global::System.IntPtr b) |
delegate void | SwigDelegateSearchLimit_5 (global::System.IntPtr b, global::System.IntPtr d) |
delegate void | SwigDelegateSearchLimit_6 (global::System.IntPtr d) |
delegate void | SwigDelegateSearchLimit_7 (global::System.IntPtr d) |
delegate void | SwigDelegateSearchLimit_8 (global::System.IntPtr d, bool apply) |
delegate void | SwigDelegateSearchLimit_9 () |
delegate void | SwigDelegateSearchLimit_10 () |
delegate void | SwigDelegateSearchLimit_11 () |
delegate void | SwigDelegateSearchLimit_12 () |
delegate bool | SwigDelegateSearchLimit_13 () |
delegate bool | SwigDelegateSearchLimit_14 () |
delegate void | SwigDelegateSearchLimit_15 () |
delegate bool | SwigDelegateSearchLimit_16 () |
delegate bool | SwigDelegateSearchLimit_17 (global::System.IntPtr delta, global::System.IntPtr deltadelta) |
delegate void | SwigDelegateSearchLimit_18 () |
delegate void | SwigDelegateSearchLimit_19 () |
delegate bool | SwigDelegateSearchLimit_20 () |
delegate void | SwigDelegateSearchLimit_21 () |
delegate int | SwigDelegateSearchLimit_22 () |
delegate void | SwigDelegateSearchLimit_23 (global::System.IntPtr visitor) |
delegate void | SwigDelegateSearchLimit_24 () |
delegate bool | SwigDelegateSearchLimit_25 (global::System.IntPtr offset) |
delegate void | SwigDelegateSearchLimit_26 () |
delegate void | SwigDelegateSearchLimit_27 (global::System.IntPtr limit) |
delegate global::System.IntPtr | SwigDelegateSearchLimit_28 () |
Public Member Functions inherited from Google.OrTools.ConstraintSolver.SearchMonitor | |
SearchMonitor (Solver s) | |
virtual void | RestartSearch () |
virtual void | ExitSearch () |
virtual void | EndNextDecision (DecisionBuilder b, Decision d) |
virtual void | ApplyDecision (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 int | ProgressPercent () |
virtual void | Accept (ModelVisitor visitor) |
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 () | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Protected Member Functions inherited from Google.OrTools.ConstraintSolver.SearchMonitor | |
override void | Dispose (bool disposing) |
Protected Member Functions inherited from Google.OrTools.ConstraintSolver.BaseObject |
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 |
Package Functions inherited from Google.OrTools.ConstraintSolver.SearchMonitor | |
Package Functions inherited from Google.OrTools.ConstraintSolver.BaseObject | |
Static Package Functions inherited from Google.OrTools.ConstraintSolver.SearchMonitor | |
Static Package Functions inherited from Google.OrTools.ConstraintSolver.BaseObject |
Definition at line 20 of file SearchLimit.cs.
|
inline |
Definition at line 57 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.SearchMonitor.
Definition at line 95 of file SearchLimit.cs.
|
inline |
Definition at line 66 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ImprovementSearchLimit, and Google.OrTools.ConstraintSolver.RegularLimit.
Definition at line 71 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ImprovementSearchLimit, and Google.OrTools.ConstraintSolver.RegularLimit.
Definition at line 81 of file SearchLimit.cs.
|
inlineprotectedvirtual |
Reimplemented from Google.OrTools.ConstraintSolver.BaseObject.
Definition at line 44 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.SearchMonitor.
Definition at line 91 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ImprovementSearchLimit, and Google.OrTools.ConstraintSolver.RegularLimit.
Definition at line 77 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.SearchMonitor.
Definition at line 112 of file SearchLimit.cs.
|
inline |
Definition at line 61 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented in Google.OrTools.ConstraintSolver.ImprovementSearchLimit, and Google.OrTools.ConstraintSolver.RegularLimit.
Definition at line 85 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.SearchMonitor.
Definition at line 99 of file SearchLimit.cs.
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.SearchMonitor.
Definition at line 103 of file SearchLimit.cs.
delegate string Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_0 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_1 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_10 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_11 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_12 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_13 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_14 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_15 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_16 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_17 | ( | global.System.IntPtr | delta, |
global.System.IntPtr | deltadelta ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_18 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_19 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_2 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_20 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_21 | ( | ) |
delegate int Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_22 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_23 | ( | global.System.IntPtr | visitor | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_24 | ( | ) |
delegate bool Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_25 | ( | global.System.IntPtr | offset | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_26 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_27 | ( | global.System.IntPtr | limit | ) |
delegate global.System.IntPtr Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_28 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_3 | ( | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_4 | ( | global.System.IntPtr | b | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_5 | ( | global.System.IntPtr | b, |
global.System.IntPtr | d ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_6 | ( | global.System.IntPtr | d | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_7 | ( | global.System.IntPtr | d | ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_8 | ( | global.System.IntPtr | d, |
bool | apply ) |
delegate void Google.OrTools.ConstraintSolver.SearchLimit.SwigDelegateSearchLimit_9 | ( | ) |
|
inlinevirtual |
Reimplemented from Google.OrTools.ConstraintSolver.BaseObject.
Definition at line 107 of file SearchLimit.cs.