Experiments with SPFD-based decomposition.

This commit is contained in:
Alan Mishchenko 2011-08-21 15:09:11 +07:00
parent d79cd4db44
commit 166fba3509
1 changed files with 6 additions and 2 deletions

View File

@ -578,8 +578,12 @@ Vec_Wrd_t * Bdc_SpfdDecomposeTest__( Vec_Int_t ** pvWeights )
// int nSize = 2777111; // the hash table size to use
// int Limit = 6;
int nFuncs = 51000000; // the number of functions to compute
int nSize = 50331653; // the hash table size to use
// int nFuncs = 51000000; // the number of functions to compute
// int nSize = 50331653; // the hash table size to use
// int Limit = 6;
int nFuncs = 250000000; // the number of functions to compute
int nSize = 201326611; // the hash table size to use
int Limit = 6;
int * pPlace, i, n, m, k, s, fCompl, clk = clock(), clk2;