mirror of
https://github.com/Z3Prover/z3
synced 2025-11-15 02:21:16 +00:00
fixes to bv-sls
This commit is contained in:
parent
d7c0e17f96
commit
bab7ca2b70
8 changed files with 279 additions and 286 deletions
|
|
@ -68,7 +68,7 @@ namespace bv {
|
|||
void reinit_eval();
|
||||
void init_repair();
|
||||
void trace();
|
||||
void trace_repair(bool down, expr* e);
|
||||
std::ostream& trace_repair(bool down, expr* e);
|
||||
|
||||
indexed_uint_set m_to_repair;
|
||||
void init_repair_candidates();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue