mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
include more qsat features
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c4472ce717
commit
76d637626a
2 changed files with 0 additions and 8 deletions
|
@ -55,7 +55,6 @@ class asserted_formulas {
|
|||
maximise_bv_sharing m_bv_sharing;
|
||||
|
||||
bool m_inconsistent;
|
||||
// qe::expr_quant_elim_star1 m_quant_elim;
|
||||
|
||||
struct scope {
|
||||
unsigned m_asserted_formulas_lim;
|
||||
|
@ -84,7 +83,6 @@ class asserted_formulas {
|
|||
void eliminate_and();
|
||||
void refine_inj_axiom();
|
||||
bool cheap_quant_fourier_motzkin();
|
||||
bool quant_elim();
|
||||
void apply_distribute_forall();
|
||||
bool apply_bit2int();
|
||||
void lift_ite();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue