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:
parent
deeb5e9921
commit
61d2654770
2 changed files with 64 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue