mirror of
https://github.com/Z3Prover/z3
synced 2025-05-17 04:34:45 +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
|
@ -25,7 +25,7 @@ Revision History:
|
|||
#include"smt_types.h"
|
||||
|
||||
class proto_model;
|
||||
struct front_end_params;
|
||||
struct smt_params;
|
||||
|
||||
namespace smt {
|
||||
class quantifier_manager_plugin;
|
||||
|
@ -35,7 +35,7 @@ namespace smt {
|
|||
struct imp;
|
||||
imp * m_imp;
|
||||
public:
|
||||
quantifier_manager(context & ctx, front_end_params & fp, params_ref const & p);
|
||||
quantifier_manager(context & ctx, smt_params & fp, params_ref const & p);
|
||||
~quantifier_manager();
|
||||
|
||||
context & get_context() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue