Class RoutingModel.VariableValuePair

java.lang.Object
com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
Enclosing class:
RoutingModel

public static class RoutingModel.VariableValuePair extends Object
Struct used to store a variable value.
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • VariableValuePair

      public VariableValuePair(long cPtr, boolean cMemoryOwn)
    • VariableValuePair

      public VariableValuePair()
  • Method Details

    • getCPtr

      public static long getCPtr(RoutingModel.VariableValuePair obj)
    • swigRelease

      public static long swigRelease(RoutingModel.VariableValuePair obj)
    • finalize

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

      public void delete()
    • setVar_index

      public void setVar_index(int value)
    • getVar_index

      public int getVar_index()
    • setValue

      public void setValue(long value)
    • getValue

      public long getValue()