Z3
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
api
dotnet
ArrayExpr.cs
Go to the documentation of this file.
1
/*++
2
Copyright (<c>) 2012 Microsoft Corporation
3
4
Module Name:
5
6
ArrayExpr.cs
7
8
Abstract:
9
10
Z3 Managed API: Array Expressions
11
12
Author:
13
14
Christoph Wintersteiger (cwinter) 2012-11-23
15
16
Notes:
17
18
--*/
19
using
System
;
20
using
System.Collections.Generic;
21
using
System.Linq;
22
using
System.Text;
23
24
using
System.Diagnostics.Contracts;
25
26
namespace
Microsoft.Z3
27
{
31
public
class
ArrayExpr
:
Expr
32
{
33
#region Internal
34
internal
ArrayExpr
(
Context
ctx, IntPtr obj)
36
: base(ctx, obj)
37
{
38
Contract.Requires(ctx != null);
39
}
40
#endregion
41
}
42
}
System
using System
Definition:
InterpolationContext.cs:7
Microsoft.Z3.Expr
Expressions are terms.
Definition:
Expr.cs:29
Microsoft.Z3.ArrayExpr
Array expressions
Definition:
ArrayExpr.cs:31
Microsoft.Z3.Context
The main interaction with Z3 happens via the Context.
Definition:
Context.cs:31
Generated on Fri Apr 12 2019 11:38:35 for Z3 by
1.8.5