mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 05:08:55 +00:00
fixes to get z3test.py back on track etc
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
40a363d249
commit
4641d5f32d
2 changed files with 7 additions and 5 deletions
|
@ -31,7 +31,7 @@ namespace smt {
|
|||
theory_lra(ast_manager& m, theory_arith_params& ap);
|
||||
~theory_lra() override;
|
||||
theory* mk_fresh(context* new_ctx) override;
|
||||
char const* get_name() const override { return "lra"; }
|
||||
char const* get_name() const override { return "arithmetic"; }
|
||||
|
||||
void init(context * ctx) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue