package es.tid.pce.computingEngine; /** * * @author jimmy * */ public class AlgorithmConstants { public static int SHORTEST_PATH_TREE = 7; public static int MINIMUM_COST_TREE = 8; }