mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 23:34:55 +00:00
integrate lookahead v1 into repair loop
this ports some functionality from lookahead solver for qfbv-sls into sls-smt.
This commit is contained in:
parent
c58171478f
commit
5eb71c3be6
9 changed files with 214 additions and 104 deletions
|
@ -21,7 +21,6 @@ Notes:
|
|||
#include "util/stopwatch.h"
|
||||
#include "util/lbool.h"
|
||||
#include "ast/converters/model_converter.h"
|
||||
|
||||
#include "ast/sls/sls_stats.h"
|
||||
#include "ast/sls/sls_bv_tracker.h"
|
||||
#include "ast/sls/sls_bv_evaluator.h"
|
||||
|
@ -79,8 +78,6 @@ public:
|
|||
void mk_inv(unsigned bv_sz, const mpz & old_value, mpz & inverted);
|
||||
void mk_flip(sort * s, const mpz & old_value, unsigned bit, mpz & flipped);
|
||||
|
||||
|
||||
|
||||
lbool search();
|
||||
|
||||
lbool search_loop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue