3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00

add reference equality to Symbols for .NET

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-07-11 00:53:13 -07:00
parent e6516f549d
commit 21201371ed
2 changed files with 42 additions and 0 deletions

View file

@ -2159,6 +2159,7 @@ namespace test_mapi
Console.Write("Z3 Full Version: ");
Console.WriteLine(Microsoft.Z3.Version.ToString());
SimpleExample();
// These examples need model generation turned on.