3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 05:30:51 +00:00

merge commit

Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
This commit is contained in:
Miguel Angelo Da Terra Neves 2017-11-18 15:07:18 -08:00
parent 0d15b6abb7
commit f476f94954
3 changed files with 11 additions and 6 deletions

View file

@ -87,5 +87,7 @@ void generic_model_converter::collect(ast_pp_util& visitor) {
}
void generic_model_converter::operator()(expr_ref& fml) {
// TODO: traverse expression and retrieve minimum trail index
// TODO: add func = expr starting at that index, removing from table if index is the same
NOT_IMPLEMENTED_YET();
}