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
765da3a3
Commit
765da3a3
authored
Nov 04, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added sharing of counter-examples across multiple failed properties in 'bmc3 -a'.
parent
de9fd0a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sat/bmc/bmcBmc3.c
+2
-2
No files found.
src/sat/bmc/bmcBmc3.c
View file @
765da3a3
...
@@ -1391,7 +1391,7 @@ int Saig_ManBmcScalable( Aig_Man_t * pAig, Saig_ParBmc_t * pPars )
...
@@ -1391,7 +1391,7 @@ int Saig_ManBmcScalable( Aig_Man_t * pAig, Saig_ParBmc_t * pPars )
abctime
clk
,
clk2
,
clkOther
=
0
,
clkTotal
=
Abc_Clock
();
abctime
clk
,
clk2
,
clkOther
=
0
,
clkTotal
=
Abc_Clock
();
abctime
nTimeUnsat
=
0
,
nTimeSat
=
0
,
nTimeUndec
=
0
,
clkOne
=
0
;
abctime
nTimeUnsat
=
0
,
nTimeSat
=
0
,
nTimeUndec
=
0
,
clkOne
=
0
;
abctime
nTimeToStopNG
,
nTimeToStop
;
abctime
nTimeToStopNG
,
nTimeToStop
;
if
(
pPars
->
nTimeOutOne
)
if
(
pPars
->
nTimeOutOne
&&
pPars
->
nTimeOut
==
0
)
pPars
->
nTimeOut
=
pPars
->
nTimeOutOne
*
Saig_ManPoNum
(
pAig
)
/
1000
+
1
;
pPars
->
nTimeOut
=
pPars
->
nTimeOutOne
*
Saig_ManPoNum
(
pAig
)
/
1000
+
1
;
if
(
pPars
->
nTimeOutOne
&&
!
pPars
->
fSolveAll
)
if
(
pPars
->
nTimeOutOne
&&
!
pPars
->
fSolveAll
)
pPars
->
nTimeOutOne
=
0
;
pPars
->
nTimeOutOne
=
0
;
...
@@ -1646,7 +1646,7 @@ nTimeSat += Abc_Clock() - clk2;
...
@@ -1646,7 +1646,7 @@ nTimeSat += Abc_Clock() - clk2;
if
(
p
->
pPars
->
fUseBridge
)
if
(
p
->
pPars
->
fUseBridge
)
Gia_ManToBridgeResult
(
stdout
,
0
,
pCexNew0
,
pCexNew0
->
iPo
);
Gia_ManToBridgeResult
(
stdout
,
0
,
pCexNew0
,
pCexNew0
->
iPo
);
// remember solved output
// remember solved output
Vec_PtrWriteEntry
(
p
->
vCexes
,
k
,
Abc_CexDup
(
pCexNew
,
pCexNew
->
nRegs
)
);
Vec_PtrWriteEntry
(
p
->
vCexes
,
k
,
Abc_CexDup
(
pCexNew
,
Saig_ManRegNum
(
pAig
)
)
);
}
}
Abc_CexFreeP
(
&
pCexNew0
);
Abc_CexFreeP
(
&
pCexNew0
);
Abc_CexFreeP
(
&
pCexNew
);
Abc_CexFreeP
(
&
pCexNew
);
...
...
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