Uses of Class
com.google.ortools.graph.MaxFlow
-
Packages that use MaxFlow Package Description com.google.ortools.graph -
-
Uses of MaxFlow in com.google.ortools.graph
Methods in com.google.ortools.graph with parameters of type MaxFlow Modifier and Type Method Description protected static longMaxFlow. getCPtr(MaxFlow obj)static intmainJNI. MaxFlow_addArcWithCapacity(long jarg1, MaxFlow jarg1_, int jarg2, int jarg3, long jarg4)static longmainJNI. MaxFlow_getCapacity(long jarg1, MaxFlow jarg1_, int jarg2)static longmainJNI. MaxFlow_getFlow(long jarg1, MaxFlow jarg1_, int jarg2)static intmainJNI. MaxFlow_getHead(long jarg1, MaxFlow jarg1_, int jarg2)static intmainJNI. MaxFlow_getNumArcs(long jarg1, MaxFlow jarg1_)static intmainJNI. MaxFlow_getNumNodes(long jarg1, MaxFlow jarg1_)static longmainJNI. MaxFlow_getOptimalFlow(long jarg1, MaxFlow jarg1_)static intmainJNI. MaxFlow_getTail(long jarg1, MaxFlow jarg1_, int jarg2)static voidmainJNI. MaxFlow_setArcCapacity(long jarg1, MaxFlow jarg1_, int jarg2, long jarg3)static intmainJNI. MaxFlow_solve(long jarg1, MaxFlow jarg1_, int jarg2, int jarg3)protected static longMaxFlow. swigRelease(MaxFlow obj)
-