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:
parent
0d15b6abb7
commit
f476f94954
3 changed files with 11 additions and 6 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue