mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 22:20:54 +00:00
some extensions/modifications. versions added.
This commit is contained in:
parent
40014d019c
commit
b002697e03
14 changed files with 470 additions and 48 deletions
12
versions/z3-wsat-0.01c.txt
Normal file
12
versions/z3-wsat-0.01c.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
Basic WalkSAT version.
|
||||
Variables are chosen among candidates in only ONE top level assertion.
|
||||
AND is scored by average; OR is scored by inverse multiplication.
|
||||
No restarts.
|
||||
|
||||
#define _CNF_ 0
|
||||
#define _BFS_ 1
|
||||
#define _FOCUS_ 1
|
||||
#define _RESTARTS_ 0
|
||||
#define _TIMELIMIT_ 300
|
||||
#define _SCORE_AND_AVG_ 1
|
||||
#define _SCORE_OR_MUL_ 1
|
Loading…
Add table
Add a link
Reference in a new issue