mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 10:35:33 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
f5b874e0a3
587 changed files with 16270 additions and 9645 deletions
|
@ -363,10 +363,10 @@ namespace test_mapi
|
|||
|
||||
Console.WriteLine("Model = " + s.Model);
|
||||
|
||||
Console.WriteLine("Interpretation of MyArray:\n" + s.Model.FuncInterp(aex.FuncDecl));
|
||||
//Console.WriteLine("Interpretation of MyArray:\n" + s.Model.ConstInterp(aex.FuncDecl));
|
||||
Console.WriteLine("Interpretation of x:\n" + s.Model.ConstInterp(xc));
|
||||
Console.WriteLine("Interpretation of f:\n" + s.Model.FuncInterp(fd));
|
||||
Console.WriteLine("Interpretation of MyArray as Term:\n" + s.Model.FuncInterp(aex.FuncDecl));
|
||||
//Console.WriteLine("Interpretation of MyArray as Term:\n" + s.Model.ConstInterp(aex.FuncDecl));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue