summaryrefslogtreecommitdiffstats
path: root/src/temp/rwt/rwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/rwt/rwt.h')
-rw-r--r--src/temp/rwt/rwt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/temp/rwt/rwt.h b/src/temp/rwt/rwt.h
index f9c4dc51..8f24842b 100644
--- a/src/temp/rwt/rwt.h
+++ b/src/temp/rwt/rwt.h
@@ -70,7 +70,9 @@ struct Rwt_Man_t_
int nClasses; // the number of NN classes
// the result of resynthesis
int fCompl; // indicates if the output of FF should be complemented
+ void * pCut; // the decomposition tree (temporary)
void * pGraph; // the decomposition tree (temporary)
+ char * pPerm; // permutation used for the best cut
Vec_Ptr_t * vFanins; // the fanins array (temporary)
Vec_Ptr_t * vFaninsCur; // the fanins array (temporary)
Vec_Int_t * vLevNums; // the array of levels (temporary)