Class Assert

java.lang.Object
org.jacop.constraints.netflow.Assert

public class Assert extends Object
Version:
4.8
  • Constructor Details

    • Assert

      public Assert()
  • Method Details

    • checkFlow

      public static boolean checkFlow(NetworkSimplex g)
    • 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 List<Arc> allArcsForDebug(NetworkSimplex g)