mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
update managed APIs for lambda-based array models #2400
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
659be6940b
commit
2d4e9a0f67
3 changed files with 6 additions and 10 deletions
|
@ -363,10 +363,10 @@ namespace test_mapi
|
|||
|
||||
Console.WriteLine("Model = " + s.Model);
|
||||
|
||||
//Console.WriteLine("Interpretation of MyArray:\n" + s.Model.ConstInterp(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.ConstInterp(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