public class Assert extends Object
Constructor and Description |
---|
Assert() |
Modifier and Type | Method and Description |
---|---|
static 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 List<Arc> allArcsForDebug(NetworkSimplex g)
Copyright © 2022. All rights reserved.