summaryrefslogtreecommitdiffstats
path: root/src/map/if/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r--src/map/if/if.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h
index c01fbc9b..2d1351b4 100644
--- a/src/map/if/if.h
+++ b/src/map/if/if.h
@@ -240,6 +240,11 @@ struct If_Man_t_
Hash_IntMan_t * vPairHash; // hashing pairs of truth tables
Vec_Int_t * vPairRes; // resulting truth table
Vec_Str_t * vPairPerms; // resulting permutation
+ char pCanonPerm[IF_MAX_LUTSIZE];
+ unsigned uCanonPhase;
+ int nCacheHits;
+ int nCacheMisses;
+ abctime timeCache[6];
int nBestCutSmall[2];
int nCountNonDec[2];
Vec_Int_t * vCutData; // cut data storage