public class Assert
extends java.lang.Object
Constructor and Description |
---|
Assert() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Arc> |
allArcsForDebug(NetworkSimplex g) |
static boolean |
checkBeforeUpdate(Arc leaving,
Arc entering) |
static boolean |
checkFlow(NetworkSimplex g) |
static boolean |
checkInfeasibleNodes(NetworkSimplex g) |
static boolean |
checkOptimality(NetworkSimplex g) |
static boolean |
checkStructure(NetworkSimplex g) |
static void |
forceAsserts() |
public static boolean checkFlow(NetworkSimplex g)
public static boolean checkStructure(NetworkSimplex g)
public static boolean checkOptimality(NetworkSimplex g)
public static boolean checkInfeasibleNodes(NetworkSimplex g)
public static void forceAsserts()
public static java.util.List<Arc> allArcsForDebug(NetworkSimplex g)