3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-30 17:27:15 +00:00

some extensions/modifications. versions added.

This commit is contained in:
Andreas Froehlich 2014-02-18 14:01:47 +00:00
parent 87c6fc66d6
commit 25378f7989
14 changed files with 470 additions and 48 deletions

13
versions/z3-wsat-0.02.txt Normal file
View file

@ -0,0 +1,13 @@
Basic WalkSAT version.
Variables are chosen among candidates in only ONE top level assertion.
Score function reduced to 0/1.
No restarts.
#define _CNF_ 0
#define _BFS_ 1
#define _FOCUS_ 1
#define _RESTARTS_ 0
#define _TIMELIMIT_ 300
#define _SCORE_AND_AVG_ 0
#define _SCORE_OR_MUL_ 0
#define _WEIGHTED_DIST_ 1