The global state used during state full search to store all the visited states.
コード例 #1
0
 public ZingExplorerExhaustiveSearch()
     : base()
 {
     GlobalStateTable = new ZingerStateTable();
     GLobalFrontierSet = new FrontierSet(StartStateTraversalInfo);
 }
コード例 #2
0
 public ZingExplorerNDFSLiveness()
 {
     GlobalStateTable = new ZingerStateTable();
 }