mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
enable generic parameters with smt-tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
284436aa5a
commit
74ac58de2b
5 changed files with 34 additions and 14 deletions
|
@ -26,8 +26,9 @@ namespace smt {
|
|||
class theory_lra : public theory, public theory_opt {
|
||||
class imp;
|
||||
imp* m_imp;
|
||||
|
||||
public:
|
||||
theory_lra(ast_manager& m, theory_arith_params& params);
|
||||
theory_lra(ast_manager& m, theory_arith_params& ap);
|
||||
virtual ~theory_lra();
|
||||
virtual theory* mk_fresh(context* new_ctx);
|
||||
virtual char const* get_name() const { return "lra"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue