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 class  MinCostFlowBase.Status  
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected boolean swigCMemOwn  
  • Constructor Summary

    Constructors
    Modifier Constructor Description
      MinCostFlowBase()  
    protected MinCostFlowBase​(long cPtr, boolean cMemoryOwn)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    protected void finalize()  
    protected static long getCPtr​(MinCostFlowBase obj)  

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • MinCostFlowBase

      protected MinCostFlowBase​(long cPtr, boolean cMemoryOwn)
    • MinCostFlowBase

      public MinCostFlowBase()
  • Method Details

    • getCPtr

      protected static long getCPtr​(MinCostFlowBase obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class java.lang.Object
    • delete

      public void delete()