DotNet Reference
DotNet Reference
BasePathFilter.cs
Go to the documentation of this file.
21 internal BasePathFilter(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.BasePathFilter_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 override bool Accept(Assignment delta, Assignment deltadelta, long objective_min, long objective_max) {
43 bool ret = operations_research_constraint_solverPINVOKE.BasePathFilter_Accept(swigCPtr, Assignment.getCPtr(delta), Assignment.getCPtr(deltadelta), objective_min, objective_max);
48 operations_research_constraint_solverPINVOKE.BasePathFilter_OnSynchronize(swigCPtr, Assignment.getCPtr(delta));
static void BasePathFilter_OnSynchronize(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
Definition: Assignment.cs:11
override bool Accept(Assignment delta, Assignment deltadelta, long objective_min, long objective_max)
Definition: BasePathFilter.cs:42
override void Dispose(bool disposing)
Definition: BasePathFilter.cs:29
static global::System.IntPtr BasePathFilter_SWIGUpcast(global::System.IntPtr jarg1)
virtual new void OnSynchronize(Assignment delta)
Definition: BasePathFilter.cs:47
static void delete_BasePathFilter(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool BasePathFilter_Accept(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, long jarg5)