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

quantifier

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-03-01 13:18:18 -08:00
parent deeb5e9921
commit 61d2654770
2 changed files with 64 additions and 1 deletions

View file

@ -30,6 +30,7 @@ namespace Microsoft.Z3
{
#if false
/// <summary>
/// An Entry object represents an element in the finite map used to encode
/// a function interpretation.
@ -187,7 +188,7 @@ namespace Microsoft.Z3
#endif
#region Internal
#region Internal
NativeContext Context;
IntPtr NativeObject;
internal NativeFuncInterp(NativeContext ctx, IntPtr obj)