mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
fix #4125
This commit is contained in:
parent
a0de244487
commit
1c2aa1076b
6 changed files with 41 additions and 13 deletions
|
@ -328,6 +328,8 @@ namespace qe {
|
|||
|
||||
void mk_exists(unsigned num_vars, app* const* vars, expr_ref& fml);
|
||||
|
||||
bool has_quantified_uninterpreted(ast_manager& m, expr* fml);
|
||||
|
||||
void get_nnf(expr_ref& fml, i_expr_pred& pred, i_nnf_atom& mk_atom, atom_set& pos, atom_set& neg);
|
||||
|
||||
class simplify_rewriter_cfg : public default_rewriter_cfg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue