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
4dc7eb6f
Commit
4dc7eb6f
authored
Feb 16, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added 'gap timeout' to bmc3 and sim3.
parent
fd0ff017
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/proof/ssw/sswRarity.c
+1
-0
src/sat/bmc/bmcBmc3.c
+1
-0
No files found.
src/proof/ssw/sswRarity.c
View file @
4dc7eb6f
...
...
@@ -975,6 +975,7 @@ int Ssw_RarSimulate( Aig_Man_t * pAig, int nFrames, int nWords, int nBinSize, in
p
->
vInits
=
Vec_IntStart
(
Aig_ManRegNum
(
pAig
)
*
nWords
);
// perform simulation rounds
timeLastSolved
=
clock
();
for
(
r
=
0
;
!
nRounds
||
(
nNumRestart
*
nRestart
+
r
<
nRounds
);
r
++
)
{
clk
=
clock
();
...
...
src/sat/bmc/bmcBmc3.c
View file @
4dc7eb6f
...
...
@@ -1349,6 +1349,7 @@ int Saig_ManBmcScalable( Aig_Man_t * pAig, Saig_ParBmc_t * pPars )
sat_solver_set_runtime_limit
(
p
->
pSat
,
nTimeToStop
);
// perform frames
Aig_ManRandom
(
1
);
pPars
->
timeLastSolved
=
clock
();
for
(
f
=
0
;
f
<
pPars
->
nFramesMax
;
f
++
)
{
// stop BMC after exploring all reachable states
...
...
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