mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 13:47:01 +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
|
@ -226,7 +226,7 @@ namespace datalog {
|
|||
//
|
||||
// -----------------------------------
|
||||
|
||||
context::context(ast_manager & m, front_end_params& fp, params_ref const& pa):
|
||||
context::context(ast_manager & m, smt_params& fp, params_ref const& pa):
|
||||
m(m),
|
||||
m_fparams(fp),
|
||||
m_params(pa),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue