mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
inherit solver parameters in asserted formulas rewriter. #1511
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a64fd7145c
commit
534a31f74e
7 changed files with 19 additions and 8 deletions
|
@ -223,6 +223,7 @@ public:
|
|||
asserted_formulas(ast_manager & m, smt_params & p);
|
||||
~asserted_formulas();
|
||||
|
||||
void updt_params(params_ref const& p);
|
||||
bool has_quantifiers() const { return m_has_quantifiers; }
|
||||
void setup();
|
||||
void assert_expr(expr * e, proof * in_pr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue