public ZingExplorerExhaustiveSearch() : base() { GlobalStateTable = new ZingerStateTable(); GLobalFrontierSet = new FrontierSet(StartStateTraversalInfo); }
public ZingExplorerNDFSLiveness() { GlobalStateTable = new ZingerStateTable(); }