Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.ConstraintSolver.ImprovementSearchLimit Class Reference
Inheritance diagram for Google.OrTools.ConstraintSolver.ImprovementSearchLimit:
Google.OrTools.ConstraintSolver.SearchLimit Google.OrTools.ConstraintSolver.SearchMonitor Google.OrTools.ConstraintSolver.BaseObject

Public Member Functions

 ImprovementSearchLimit (Solver solver, IntVar objective_var, bool maximize, double objective_scaling_factor, double objective_offset, double improvement_rate_coefficient, int improvement_rate_solutions_distance)
 
 ImprovementSearchLimit (Solver solver, IntVarVector objective_vars, SWIGTYPE_p_std__vectorT_bool_t maximize, SWIGTYPE_p_std__vectorT_double_t objective_scaling_factors, SWIGTYPE_p_std__vectorT_double_t objective_offsets, double improvement_rate_coefficient, int improvement_rate_solutions_distance)
 
override void Copy (SearchLimit limit)
 
override SearchLimit MakeClone ()
 
override bool CheckWithOffset (SWIGTYPE_p_absl__Duration offset)
 
override bool AtSolution ()
 
override void Init ()
 
override void Install ()
 
- Public Member Functions inherited from Google.OrTools.ConstraintSolver.SearchLimit
 SearchLimit (Solver s)
 
bool IsCrossed ()
 
bool Check ()
 
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 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.SearchLimit
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
 

Detailed Description

Definition at line 20 of file ImprovementSearchLimit.cs.

Constructor & Destructor Documentation

◆ ImprovementSearchLimit() [1/2]

Google.OrTools.ConstraintSolver.ImprovementSearchLimit.ImprovementSearchLimit ( Solver solver,
IntVar objective_var,
bool maximize,
double objective_scaling_factor,
double objective_offset,
double improvement_rate_coefficient,
int improvement_rate_solutions_distance )
inline

Definition at line 57 of file ImprovementSearchLimit.cs.

◆ ImprovementSearchLimit() [2/2]

Google.OrTools.ConstraintSolver.ImprovementSearchLimit.ImprovementSearchLimit ( Solver solver,
IntVarVector objective_vars,
SWIGTYPE_p_std__vectorT_bool_t maximize,
SWIGTYPE_p_std__vectorT_double_t objective_scaling_factors,
SWIGTYPE_p_std__vectorT_double_t objective_offsets,
double improvement_rate_coefficient,
int improvement_rate_solutions_distance )
inline

Definition at line 60 of file ImprovementSearchLimit.cs.

Member Function Documentation

◆ AtSolution()

override bool Google.OrTools.ConstraintSolver.ImprovementSearchLimit.AtSolution ( )
inlinevirtual

Reimplemented from Google.OrTools.ConstraintSolver.SearchMonitor.

Definition at line 80 of file ImprovementSearchLimit.cs.

◆ CheckWithOffset()

override bool Google.OrTools.ConstraintSolver.ImprovementSearchLimit.CheckWithOffset ( SWIGTYPE_p_absl__Duration offset)
inlinevirtual

Reimplemented from Google.OrTools.ConstraintSolver.SearchLimit.

Definition at line 74 of file ImprovementSearchLimit.cs.

◆ Copy()

override void Google.OrTools.ConstraintSolver.ImprovementSearchLimit.Copy ( SearchLimit limit)
inlinevirtual

Reimplemented from Google.OrTools.ConstraintSolver.SearchLimit.

Definition at line 64 of file ImprovementSearchLimit.cs.

◆ Dispose()

override void Google.OrTools.ConstraintSolver.ImprovementSearchLimit.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from Google.OrTools.ConstraintSolver.BaseObject.

Definition at line 44 of file ImprovementSearchLimit.cs.

◆ Init()

override void Google.OrTools.ConstraintSolver.ImprovementSearchLimit.Init ( )
inlinevirtual

Reimplemented from Google.OrTools.ConstraintSolver.SearchLimit.

Definition at line 85 of file ImprovementSearchLimit.cs.

◆ Install()

override void Google.OrTools.ConstraintSolver.ImprovementSearchLimit.Install ( )
inlinevirtual

Reimplemented from Google.OrTools.ConstraintSolver.SearchMonitor.

Definition at line 89 of file ImprovementSearchLimit.cs.

◆ MakeClone()

override SearchLimit Google.OrTools.ConstraintSolver.ImprovementSearchLimit.MakeClone ( )
inlinevirtual

Reimplemented from Google.OrTools.ConstraintSolver.SearchLimit.

Definition at line 68 of file ImprovementSearchLimit.cs.


The documentation for this class was generated from the following file: