mirror of
https://github.com/Z3Prover/z3
synced 2025-07-30 07:53:15 +00:00
print model-add in display method
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2313b14210
commit
107bfb1438
5 changed files with 17 additions and 13 deletions
|
@ -98,7 +98,7 @@ model_converter * concat(model_converter * mc1, model_converter * mc2);
|
|||
|
||||
model_converter * model2model_converter(model * m);
|
||||
|
||||
model_converter * model_and_labels2model_converter(model * m, buffer<symbol> &r);
|
||||
model_converter * model_and_labels2model_converter(model * m, labels_vec const &r);
|
||||
|
||||
void model_converter2model(ast_manager & mng, model_converter * mc, model_ref & m);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue