Google OR-Tools v9.12
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 ()
 
delegate void SwigDelegateBaseLns_2 (global::System.IntPtr assignment)
 
delegate void SwigDelegateBaseLns_3 ()
 
delegate bool SwigDelegateBaseLns_4 ()
 
delegate bool SwigDelegateBaseLns_5 ()
 
delegate bool SwigDelegateBaseLns_6 ()
 
delegate void SwigDelegateBaseLns_7 ()
 
delegate bool SwigDelegateBaseLns_8 ()
 
- 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 arg0)
 
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 ()
 
delegate void SwigDelegateIntVarLocalSearchOperator_2 (global::System.IntPtr assignment)
 
delegate void SwigDelegateIntVarLocalSearchOperator_3 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_4 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_5 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_6 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_7 (int arg0)
 
delegate void SwigDelegateIntVarLocalSearchOperator_8 ()
 
delegate bool SwigDelegateIntVarLocalSearchOperator_9 ()
 
- Public Member Functions inherited from Google.OrTools.ConstraintSolver.LocalSearchOperator
 LocalSearchOperator ()
 
virtual bool MakeNextNeighbor (Assignment delta, Assignment deltadelta)
 
virtual void EnterSearch ()
 
virtual void Reset ()
 
delegate string SwigDelegateLocalSearchOperator_0 ()
 
delegate bool SwigDelegateLocalSearchOperator_1 (global::System.IntPtr delta, global::System.IntPtr deltadelta)
 
delegate void SwigDelegateLocalSearchOperator_2 ()
 
delegate void SwigDelegateLocalSearchOperator_3 (global::System.IntPtr assignment)
 
delegate void SwigDelegateLocalSearchOperator_4 ()
 
delegate bool SwigDelegateLocalSearchOperator_5 ()
 
delegate bool SwigDelegateLocalSearchOperator_6 ()
 
- 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 ( )

◆ SwigDelegateBaseLns_2()

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

◆ SwigDelegateBaseLns_3()

delegate void 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 bool Google.OrTools.ConstraintSolver.BaseLns.SwigDelegateBaseLns_6 ( )

◆ SwigDelegateBaseLns_7()

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

◆ SwigDelegateBaseLns_8()

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

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