DotNet Reference
.Net Reference
MaxFlow.cs
Go to the documentation of this file.
23 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
42 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
51 int ret = operations_research_graphPINVOKE.MaxFlow_AddArcWithCapacity(swigCPtr, tail, head, capacity);
81 MaxFlow.Status ret = (MaxFlow.Status)operations_research_graphPINVOKE.MaxFlow_Solve(swigCPtr, source, sink);
MaxFlow.Status Solve(int source, int sink)
Definition: MaxFlow.cs:80
Definition: LinearSumAssignment.cs:11
static long MaxFlow_OptimalFlow(global::System.Runtime.InteropServices.HandleRef jarg1)
int AddArcWithCapacity(int tail, int head, long capacity)
Definition: MaxFlow.cs:50
static int MaxFlow_Solve(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)
static int MaxFlow_Tail(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
Definition: MaxFlow.cs:13
static long MaxFlow_Flow(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int MaxFlow_Head(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void delete_MaxFlow(global::System.Runtime.InteropServices.HandleRef jarg1)
static int MaxFlow_NumNodes(global::System.Runtime.InteropServices.HandleRef jarg1)
static int MaxFlow_AddArcWithCapacity(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3, long jarg4)
static long MaxFlow_Capacity(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static int MaxFlow_NumArcs(global::System.Runtime.InteropServices.HandleRef jarg1)
Definition: operations_research_graphPINVOKE.cs:13