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
a287bcd2
Commit
a287bcd2
authored
Oct 01, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed several important problems in choice computation (command 'dch').
parent
7d296637
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/proof/dch/dchCore.c
+1
-1
No files found.
src/proof/dch/dchCore.c
View file @
a287bcd2
...
...
@@ -112,7 +112,7 @@ p->timeTotal = clock() - clkTotal;
// count the number of representatives
if
(
pPars
->
fVerbose
)
Abc_Print
(
1
,
"STATS: Reprs = %6d. Equivs = %6d. Choices = %6d.
\n
"
,
Dch_DeriveChoiceCountReprs
(
p
Result
),
Dch_DeriveChoiceCountReprs
(
p
Aig
),
Dch_DeriveChoiceCountEquivs
(
pResult
),
Aig_ManChoiceNum
(
pResult
)
);
return
pResult
;
...
...
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