mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 01:46:39 +00:00
11 lines
No EOL
276 B
Text
11 lines
No EOL
276 B
Text
Basic WalkSAT version.
|
|
Variables are chosen among candidates in only ONE top level assertion with MAXIMAL top_score.
|
|
No restarts.
|
|
|
|
#define _CNF_ 0
|
|
#define _BFS_ 3
|
|
#define _FOCUS_ 1
|
|
#define _RESTARTS_ 0
|
|
#define _TIMELIMIT_ 300
|
|
#define _SCORE_AND_AVG_ 0
|
|
#define _SCORE_OR_MUL_ 0 |