mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
re-enable proofs for qe-lite #3153
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
395a304262
commit
d09e6eccf0
3 changed files with 25 additions and 7 deletions
|
@ -95,6 +95,8 @@ namespace smt {
|
|||
|
||||
void collect_statistics(::statistics & st) const override;
|
||||
|
||||
void setup() override;
|
||||
|
||||
void add_theory_assumptions(expr_ref_vector& assumptions) override;
|
||||
|
||||
bool should_research(expr_ref_vector& unsat_core) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue