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

Public Member Functions

 BaseLns (IntVarVector vars)
 
virtual void InitFragments ()
 
virtual bool NextFragment ()
 
void AppendToFragment (int index)
 
int FragmentSize ()
 
override bool HasFragments ()
 
delegate string SwigDelegateBaseLns_0 ()
 
delegate void SwigDelegateBaseLns_1 (global::System.IntPtr assignment)
 
delegate void SwigDelegateBaseLns_2 ()
 
delegate bool SwigDelegateBaseLns_3 ()
 
delegate bool SwigDelegateBaseLns_4 ()
 
delegate bool SwigDelegateBaseLns_5 ()
 
delegate void SwigDelegateBaseLns_6 ()
 
delegate bool SwigDelegateBaseLns_7 ()
 
- Public Member Functions inherited from Google.OrTools.ConstraintSolver.IntVarLocalSearchOperator
 IntVarLocalSearchOperator (IntVarVector vars, bool keep_inverse_values)
 
 IntVarLocalSearchOperator (IntVarVector vars)
 
override bool HoldsDelta ()
 
override void Start (Assignment assignment)
 
virtual bool IsIncremental ()
 
int Size ()
 
long Value (long index)
 
IntVar Var (long index)
 
virtual bool SkipUnchanged (int index)
 
long OldValue (long index)
 
long PrevValue (long index)
 
void SetValue (long index, long value)
 
bool Activated (long index)
 
void Activate (long index)
 
void Deactivate (long index)
 
bool ApplyChanges (Assignment delta, Assignment deltadelta)
 
void RevertChanges (bool change_was_incremental)
 
void AddVars (IntVarVector vars)
 
virtual void OnStart ()
 
delegate string SwigDelegateIntVarLocalSearchOperator_0 ()
 
delegate void SwigDelegateIntVarLocalSearchOperator_1 (global::System.IntPtr assignment)
 
delegate void SwigDelegateIntVarLocalSearchOperator_2 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_3 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_4 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_5 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_6 (int index)
 
delegate void SwigDelegateIntVarLocalSearchOperator_7 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_8 ()
 
- Public Member Functions inherited from Google.OrTools.ConstraintSolver.LocalSearchOperator
 LocalSearchOperator ()
 
virtual bool MakeNextNeighbor (Assignment delta, Assignment deltadelta)
 
virtual void Reset ()
 
delegate string SwigDelegateLocalSearchOperator_0 ()
 
delegate bool SwigDelegateLocalSearchOperator_1 (global::System.IntPtr delta, global::System.IntPtr deltadelta)
 
delegate void SwigDelegateLocalSearchOperator_2 (global::System.IntPtr assignment)
 
delegate void SwigDelegateLocalSearchOperator_3 ()
 
delegate bool SwigDelegateLocalSearchOperator_4 ()
 
delegate bool SwigDelegateLocalSearchOperator_5 ()
 
- 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.IntVarLocalSearchOperator
override void Dispose (bool disposing)
 
virtual bool MakeOneNeighbor ()
 
- Protected Member Functions inherited from Google.OrTools.ConstraintSolver.LocalSearchOperator
override void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from Google.OrTools.ConstraintSolver.BaseObject
bool swigCMemOwn
 

Detailed Description

Definition at line 20 of file BaseLns.cs.

Constructor & Destructor Documentation

◆ BaseLns()

Google.OrTools.ConstraintSolver.BaseLns.BaseLns ( IntVarVector vars)
inline

Definition at line 57 of file BaseLns.cs.

Member Function Documentation

◆ AppendToFragment()

void Google.OrTools.ConstraintSolver.BaseLns.AppendToFragment ( int index)
inline

Definition at line 71 of file BaseLns.cs.

◆ Dispose()

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

Reimplemented from Google.OrTools.ConstraintSolver.BaseObject.

Definition at line 44 of file BaseLns.cs.

◆ FragmentSize()

int Google.OrTools.ConstraintSolver.BaseLns.FragmentSize ( )
inline

Definition at line 75 of file BaseLns.cs.

◆ HasFragments()

override bool Google.OrTools.ConstraintSolver.BaseLns.HasFragments ( )
inlinevirtual

Reimplemented from Google.OrTools.ConstraintSolver.LocalSearchOperator.

Definition at line 80 of file BaseLns.cs.

◆ InitFragments()

virtual void Google.OrTools.ConstraintSolver.BaseLns.InitFragments ( )
inlinevirtual

Definition at line 62 of file BaseLns.cs.

◆ NextFragment()

virtual bool Google.OrTools.ConstraintSolver.BaseLns.NextFragment ( )
inlinevirtual

Definition at line 66 of file BaseLns.cs.

◆ SwigDelegateBaseLns_0()

delegate string Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_0 ( )

◆ SwigDelegateBaseLns_1()

delegate void Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_1 ( global::System.IntPtr assignment)

◆ SwigDelegateBaseLns_2()

delegate void Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_2 ( )

◆ SwigDelegateBaseLns_3()

delegate bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_3 ( )

◆ SwigDelegateBaseLns_4()

delegate bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_4 ( )

◆ SwigDelegateBaseLns_5()

delegate bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_5 ( )

◆ SwigDelegateBaseLns_6()

delegate void Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_6 ( )

◆ SwigDelegateBaseLns_7()

delegate bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_7 ( )

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