DotNet Reference
.Net Reference
BaseLns.cs
Go to the documentation of this file.
21 internal BaseLns(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.BaseLns_SWIGUpcast(cPtr), cMemoryOwn) {
26 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
42 public BaseLns(IntVarVector vars) : this(operations_research_constraint_solverPINVOKE.new_BaseLns(IntVarVector.getCPtr(vars)), true) {
43 if (operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending) throw operations_research_constraint_solverPINVOKE.SWIGPendingException.Retrieve();
48 if (SwigDerivedClassHasMethod("InitFragments", swigMethodTypes5)) operations_research_constraint_solverPINVOKE.BaseLns_InitFragmentsSwigExplicitBaseLns(swigCPtr); else operations_research_constraint_solverPINVOKE.BaseLns_InitFragments(swigCPtr);
66 bool ret = (SwigDerivedClassHasMethod("HasFragments", swigMethodTypes2) ? operations_research_constraint_solverPINVOKE.BaseLns_HasFragmentsSwigExplicitBaseLns(swigCPtr) : operations_research_constraint_solverPINVOKE.BaseLns_HasFragments(swigCPtr));
85 operations_research_constraint_solverPINVOKE.BaseLns_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2, swigDelegate3, swigDelegate4, swigDelegate5, swigDelegate6);
89 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
virtual void InitFragments()
Definition: BaseLns.cs:47
void AppendToFragment(int index)
Definition: BaseLns.cs:56
static int BaseLns_FragmentSize(global::System.Runtime.InteropServices.HandleRef jarg1)
delegate bool SwigDelegateBaseLns_3()
override void Dispose(bool disposing)
Definition: BaseLns.cs:29
static bool Pending
static void BaseLns_AppendToFragment(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
Definition: IntVarLocalSearchOperator.cs:18
static bool BaseLns_HasFragmentsSwigExplicitBaseLns(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual bool IsIncremental()
Definition: IntVarLocalSearchOperatorTemplate.cs:47
delegate bool SwigDelegateBaseLns_2()
static void delete_BaseLns(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual void Reset()
Definition: LocalSearchOperator.cs:55
override bool HasFragments()
Definition: BaseLns.cs:65
virtual bool NextFragment()
Definition: BaseLns.cs:51
static void BaseLns_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, BaseLns.SwigDelegateBaseLns_0 delegate0, BaseLns.SwigDelegateBaseLns_1 delegate1, BaseLns.SwigDelegateBaseLns_2 delegate2, BaseLns.SwigDelegateBaseLns_3 delegate3, BaseLns.SwigDelegateBaseLns_4 delegate4, BaseLns.SwigDelegateBaseLns_5 delegate5, BaseLns.SwigDelegateBaseLns_6 delegate6)
delegate string SwigDelegateBaseLns_0()
static void BaseLns_InitFragments(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool BaseLns_NextFragment(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr BaseLns_SWIGUpcast(global::System.IntPtr jarg1)
delegate bool SwigDelegateBaseLns_6()
delegate void SwigDelegateBaseLns_5()
virtual string ToString()
Definition: BaseObject.cs:55
delegate void SwigDelegateBaseLns_1()
static global::System.Exception Retrieve()
static void BaseLns_InitFragmentsSwigExplicitBaseLns(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool BaseLns_HasFragments(global::System.Runtime.InteropServices.HandleRef jarg1)
override bool HoldsDelta()
Definition: IntVarLocalSearchOperatorTemplate.cs:42
delegate bool SwigDelegateBaseLns_4()