mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05: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
|
@ -33,7 +33,7 @@ Revision History:
|
|||
|
||||
namespace smt {
|
||||
|
||||
setup::setup(context & c, front_end_params & params):
|
||||
setup::setup(context & c, smt_params & params):
|
||||
m_context(c),
|
||||
m_manager(c.get_manager()),
|
||||
m_params(params),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue