mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
enable exposing internal solver state on interrupted solvers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e0a86ccc1a
commit
7d245be4e1
15 changed files with 215 additions and 29 deletions
|
@ -120,6 +120,7 @@ public:
|
|||
void update(unsigned i, expr * f, proof * pr = 0, expr_dependency * dep = 0);
|
||||
|
||||
void get_formulas(ptr_vector<expr> & result);
|
||||
void get_formulas(expr_ref_vector & result);
|
||||
|
||||
void elim_true();
|
||||
void elim_redundancies();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue