diff options
-rw-r--r-- | cacount.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cacount.cpp b/cacount.cpp index 72134e1..3cda3d9 100644 --- a/cacount.cpp +++ b/cacount.cpp @@ -8,7 +8,6 @@ #include <iostream> #include <list> #include <map> -#include <set> #include <thread> #include <boost/integer.hpp> @@ -129,7 +128,6 @@ void cycleStat(Trans &t, Color &c, pbitset &reachable) { explicit Stat() : basin(0), len(0), eden(0), totalBasin(0) {} } __attribute__((packed)); map<State, Stat> cycStat; - set<State> redCycleCounted; // Is this cycle the canonical one? // How big is the basin of attraction? |