mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 16:48:06 +00:00
remove incorrect and inefficient default model conversion
This commit is contained in:
parent
0e066fef1f
commit
c7a7d40a8f
8 changed files with 6 additions and 90 deletions
|
@ -72,8 +72,6 @@ public:
|
|||
|
||||
void operator()(model_ref& _m) override;
|
||||
|
||||
void operator()(expr_ref& fml) override;
|
||||
|
||||
model_converter * translate(ast_translation & translator) override;
|
||||
|
||||
ast_manager& get_manager() { return m; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue