mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
Z3str3: reset internal data structures in init_search_eh() (#3818)
* z3str3: fixes to solver state between check-sat calls, wip * z3str3: reset many internal data structures during init_search_eh() to clean up state
This commit is contained in:
parent
6ca039c855
commit
c1a0ce0862
2 changed files with 111 additions and 3 deletions
|
@ -622,6 +622,8 @@ protected:
|
|||
stats m_stats;
|
||||
|
||||
protected:
|
||||
void reset_internal_data_structures();
|
||||
|
||||
void assert_axiom(expr * e);
|
||||
void assert_implication(expr * premise, expr * conclusion);
|
||||
expr * rewrite_implication(expr * premise, expr * conclusion);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue