Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
166fba35
Commit
166fba35
authored
Aug 21, 2011
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experiments with SPFD-based decomposition.
parent
d79cd4db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/aig/bdc/bdcSpfd.c
+6
-2
No files found.
src/aig/bdc/bdcSpfd.c
View file @
166fba35
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment