Package com.google.ortools.graph
Class MinCostFlowBase
- java.lang.Object
-
- com.google.ortools.graph.MinCostFlowBase
-
- Direct Known Subclasses:
MinCostFlow
public class MinCostFlowBase extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMinCostFlowBase.Status
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description MinCostFlowBase()protectedMinCostFlowBase(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(MinCostFlowBase obj)protected static longswigRelease(MinCostFlowBase obj)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(MinCostFlowBase obj)
-
swigRelease
protected static long swigRelease(MinCostFlowBase obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
-