Class Assert


  • public class Assert
    extends java.lang.Object
    Version:
    4.7
    • Constructor Detail

      • Assert

        public Assert()
    • Method Detail

      • checkBeforeUpdate

        public static boolean checkBeforeUpdate​(Arc leaving,
                                                Arc entering)
      • checkStructure

        public static boolean checkStructure​(NetworkSimplex g)
      • checkOptimality

        public static boolean checkOptimality​(NetworkSimplex g)
      • checkInfeasibleNodes

        public static boolean checkInfeasibleNodes​(NetworkSimplex g)
      • forceAsserts

        public static void forceAsserts()
      • allArcsForDebug

        public static java.util.List<Arc> allArcsForDebug​(NetworkSimplex g)