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
4757c7fe
Commit
4757c7fe
authored
4 years ago
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing unused printouts.
parent
0e5af861
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/proof/cec/cecSatG2.c
+1
-2
src/proof/dch/dchCore.c
+1
-1
No files found.
src/proof/cec/cecSatG2.c
View file @
4757c7fe
...
...
@@ -1799,12 +1799,11 @@ void Cec4_ManSimulateTest2( Gia_Man_t * p, int fVerbose )
Cec4_ManSetParams
(
pPars
);
Cec4_ManPerformSweeping
(
p
,
pPars
,
NULL
);
pPars
->
fVerbose
=
fVerbose
;
//
if ( fVerbose )
if
(
fVerbose
)
Abc_PrintTime
(
1
,
"New choice computation time"
,
Abc_Clock
()
-
clk
);
}
Gia_Man_t
*
Cec4_ManSimulateTest3
(
Gia_Man_t
*
p
,
int
fVerbose
)
{
abctime
clk
=
Abc_Clock
();
Gia_Man_t
*
pNew
=
NULL
;
Cec_ParFra_t
ParsFra
,
*
pPars
=
&
ParsFra
;
Cec4_ManSetParams
(
pPars
);
...
...
This diff is collapsed.
Click to expand it.
src/proof/dch/dchCore.c
View file @
4757c7fe
...
...
@@ -106,7 +106,7 @@ p->timeSimInit = Abc_Clock() - clk;
// free memory ahead of time
p
->
timeTotal
=
Abc_Clock
()
-
clkTotal
;
Dch_ManStop
(
p
);
//
if ( pPars->fVerbose )
if
(
pPars
->
fVerbose
)
Abc_PrintTime
(
1
,
"Old choice computation time"
,
Abc_Clock
()
-
clk2
);
// create choices
ABC_FREE
(
pAig
->
pTable
);
...
...
This diff is collapsed.
Click to expand it.
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