mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
removed front-end-params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
288a96610f
commit
ffb7e26c75
91 changed files with 264 additions and 412 deletions
|
@ -40,7 +40,7 @@ Revision History:
|
|||
#include"distribute_forall.h"
|
||||
#include"quasi_macros.h"
|
||||
|
||||
asserted_formulas::asserted_formulas(ast_manager & m, front_end_params & p):
|
||||
asserted_formulas::asserted_formulas(ast_manager & m, smt_params & p):
|
||||
m_manager(m),
|
||||
m_params(p),
|
||||
m_pre_simplifier(m),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue