mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
add stubs for converting assertions, consolidate filter_model_converter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
53e36c9cf9
commit
0d15b6abb7
76 changed files with 244 additions and 356 deletions
|
@ -85,3 +85,7 @@ void generic_model_converter::collect(ast_pp_util& visitor) {
|
|||
if (e.m_def) visitor.coll.visit(e.m_def);
|
||||
}
|
||||
}
|
||||
|
||||
void generic_model_converter::operator()(expr_ref& fml) {
|
||||
NOT_IMPLEMENTED_YET();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue