DotNet Reference
.Net Reference
LocalSearchMonitor.cs
Go to the documentation of this file.
21 internal LocalSearchMonitor(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.LocalSearchMonitor_SWIGUpcast(cPtr), cMemoryOwn) {
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LocalSearchMonitor obj) {
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);
56 operations_research_constraint_solverPINVOKE.LocalSearchMonitor_BeginMakeNextNeighbor(swigCPtr, LocalSearchOperator.getCPtr(op));
59 public virtual void EndMakeNextNeighbor(LocalSearchOperator op, bool neighbor_found, Assignment delta, Assignment deltadelta) {
60 operations_research_constraint_solverPINVOKE.LocalSearchMonitor_EndMakeNextNeighbor(swigCPtr, LocalSearchOperator.getCPtr(op), neighbor_found, Assignment.getCPtr(delta), Assignment.getCPtr(deltadelta));
64 operations_research_constraint_solverPINVOKE.LocalSearchMonitor_BeginFilterNeighbor(swigCPtr, LocalSearchOperator.getCPtr(op));
68 operations_research_constraint_solverPINVOKE.LocalSearchMonitor_EndFilterNeighbor(swigCPtr, LocalSearchOperator.getCPtr(op), neighbor_found);
72 operations_research_constraint_solverPINVOKE.LocalSearchMonitor_BeginAcceptNeighbor(swigCPtr, LocalSearchOperator.getCPtr(op));
76 operations_research_constraint_solverPINVOKE.LocalSearchMonitor_EndAcceptNeighbor(swigCPtr, LocalSearchOperator.getCPtr(op), neighbor_found);
80 operations_research_constraint_solverPINVOKE.LocalSearchMonitor_BeginFiltering(swigCPtr, LocalSearchFilter.getCPtr(filter));
84 operations_research_constraint_solverPINVOKE.LocalSearchMonitor_EndFiltering(swigCPtr, LocalSearchFilter.getCPtr(filter), reject);
virtual void EndFiltering(LocalSearchFilter filter, bool reject)
Definition: LocalSearchMonitor.cs:83
virtual void BeginFiltering(LocalSearchFilter filter)
Definition: LocalSearchMonitor.cs:79
virtual void EndMakeNextNeighbor(LocalSearchOperator op, bool neighbor_found, Assignment delta, Assignment deltadelta)
Definition: LocalSearchMonitor.cs:59
static void delete_LocalSearchMonitor(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr LocalSearchMonitor_SWIGUpcast(global::System.IntPtr jarg1)
virtual void BeginOperatorStart()
Definition: LocalSearchMonitor.cs:47
static string LocalSearchMonitor_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)
override void Install()
Definition: LocalSearchMonitor.cs:87
static void LocalSearchMonitor_BeginFilterNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void LocalSearchMonitor_BeginFiltering(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
override string ToString()
Definition: LocalSearchMonitor.cs:42
static void LocalSearchMonitor_EndMakeNextNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, global::System.Runtime.InteropServices.HandleRef jarg5)
static void LocalSearchMonitor_EndAcceptNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
virtual void EndFilterNeighbor(LocalSearchOperator op, bool neighbor_found)
Definition: LocalSearchMonitor.cs:67
static void LocalSearchMonitor_EndFilterNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
virtual void BeginMakeNextNeighbor(LocalSearchOperator op)
Definition: LocalSearchMonitor.cs:55
static void LocalSearchMonitor_BeginMakeNextNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void LocalSearchMonitor_EndFiltering(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
virtual void BeginFilterNeighbor(LocalSearchOperator op)
Definition: LocalSearchMonitor.cs:63
static void LocalSearchMonitor_Install(global::System.Runtime.InteropServices.HandleRef jarg1)
static void LocalSearchMonitor_BeginAcceptNeighbor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
override void Dispose(bool disposing)
Definition: LocalSearchMonitor.cs:29
static void LocalSearchMonitor_BeginOperatorStart(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual void EndOperatorStart()
Definition: LocalSearchMonitor.cs:51
virtual void EndAcceptNeighbor(LocalSearchOperator op, bool neighbor_found)
Definition: LocalSearchMonitor.cs:75
virtual void BeginAcceptNeighbor(LocalSearchOperator op)
Definition: LocalSearchMonitor.cs:71
static void LocalSearchMonitor_EndOperatorStart(global::System.Runtime.InteropServices.HandleRef jarg1)