3
0
Fork 0
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:
Nikolaj Bjorner 2017-11-17 14:51:13 -08:00
parent 53e36c9cf9
commit 0d15b6abb7
76 changed files with 244 additions and 356 deletions

View file

@ -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();
}