mirror of
https://github.com/Z3Prover/z3
synced 2025-12-09 13:23:23 +00:00
some extensions/modifications. versions added.
This commit is contained in:
parent
87c6fc66d6
commit
25378f7989
14 changed files with 470 additions and 48 deletions
11
versions/z3-wsat-0.01d.txt
Normal file
11
versions/z3-wsat-0.01d.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Basic WalkSAT version.
|
||||
Variables are chosen among candidates in only ONE top level assertion with MINIMAL top_score.
|
||||
No restarts.
|
||||
|
||||
#define _CNF_ 0
|
||||
#define _BFS_ 2
|
||||
#define _FOCUS_ 1
|
||||
#define _RESTARTS_ 0
|
||||
#define _TIMELIMIT_ 300
|
||||
#define _SCORE_AND_AVG_ 0
|
||||
#define _SCORE_OR_MUL_ 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue