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
ed695b74
Commit
ed695b74
authored
Jun 04, 2014
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding CEC command &splitprove.
parent
87143c11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/base/abci/abc.c
+1
-1
src/proof/cec/cecSplit.c
+1
-1
No files found.
src/base/abci/abc.c
View file @
ed695b74
...
...
@@ -32877,7 +32877,7 @@ usage:
int
Abc_CommandAbc9SplitProve
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
)
{
extern
int
Cec_GiaSplitTest
(
Gia_Man_t
*
p
,
int
nProcs
,
int
nTimeOut
,
int
nIterMax
,
int
LookAhead
,
int
fVerbose
);
int
c
,
nProcs
=
1
,
nTimeOut
=
1
,
nIterMax
=
0
,
LookAhead
=
1
,
fVerbose
=
0
;
int
c
,
nProcs
=
1
,
nTimeOut
=
1
0
,
nIterMax
=
0
,
LookAhead
=
1
,
fVerbose
=
0
;
Extra_UtilGetoptReset
();
while
(
(
c
=
Extra_UtilGetopt
(
argc
,
argv
,
"PTILvh"
)
)
!=
EOF
)
{
src/proof/cec/cecSplit.c
View file @
ed695b74
...
...
@@ -361,7 +361,7 @@ static inline void Cec_GiaSplitClean( Vec_Ptr_t * vStack )
***********************************************************************/
void
Cec_GiaSplitPrint
(
int
nIter
,
int
Depth
,
int
nVars
,
int
nConfs
,
int
fStatus
,
double
Prog
,
abctime
clk
)
{
printf
(
"%
6
d : "
,
nIter
);
printf
(
"%
4
d : "
,
nIter
);
printf
(
"Depth =%3d "
,
Depth
);
printf
(
"SatVar =%7d "
,
nVars
);
printf
(
"SatConf =%7d "
,
nConfs
);
...
...
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