Class MinimizationOperations.IntPair

  • Enclosing class:
    MinimizationOperations

    static final class MinimizationOperations.IntPair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int n1  
      (package private) int n2  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntPair​(int n1, int n2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • n1

        final int n1
      • n2

        final int n2
    • Constructor Detail

      • IntPair

        IntPair​(int n1,
                int n2)