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
cc840d8b
Commit
cc840d8b
authored
Nov 13, 2020
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improvements to the SAT sweeper.
parent
22388f90
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/base/abci/abc.c
+3
-3
src/proof/cec/cecSatG2.c
+0
-0
No files found.
src/base/abci/abc.c
View file @
cc840d8b
...
...
@@ -36292,13 +36292,13 @@ int Abc_CommandAbc9Fraig( Abc_Frame_t * pAbc, int argc, char ** argv )
Cec_ManFraSetDefaultParams
(
pPars
);
pPars
->
jType
=
0
;
// solver type
pPars
->
fSatSweeping
=
1
;
// conflict limit at a node
pPars
->
nWords
=
4
;
// simulation words
pPars
->
nRounds
=
25
0
;
// simulation rounds
pPars
->
nWords
=
8
;
// simulation words
pPars
->
nRounds
=
1
0
;
// simulation rounds
pPars
->
nItersMax
=
1000000
;
// this is a miter
pPars
->
nBTLimit
=
1000000
;
// use logic cones
pPars
->
nSatVarMax
=
1000
;
// the max number of SAT variables before recycling SAT solver
pPars
->
nCallsRecycle
=
500
;
// calls to perform before recycling SAT solver
pPars
->
nGenIters
=
5
;
// pattern generation iterations
pPars
->
nGenIters
=
100
;
// pattern generation iterations
Extra_UtilGetoptReset
();
while
(
(
c
=
Extra_UtilGetopt
(
argc
,
argv
,
"JWRILDCPrmdckngxwvh"
)
)
!=
EOF
)
{
src/proof/cec/cecSatG2.c
View file @
cc840d8b
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