Z3
Loading...
Searching...
No Matches
src
api
dotnet
IntExpr.cs
Go to the documentation of this file.
1
/*++
2
Copyright (c) 2012 Microsoft Corporation
3
4
Module Name:
5
6
IntExpr.cs
7
8
Abstract:
9
10
Z3 Managed API: Int Expressions
11
12
Author:
13
14
Christoph Wintersteiger (cwinter) 2012-11-23
15
16
Notes:
17
18
--*/
19
using
System.Diagnostics;
20
using
System;
21
using
System.Collections.Generic;
22
using
System.Linq;
23
using
System.Text;
24
25
26
namespace
Microsoft.Z3
27
{
31
public
class
IntExpr
:
ArithExpr
32
{
33
#region Internal
35
internal
IntExpr
(
Context
ctx, IntPtr obj)
36
: base(ctx, obj)
37
{
38
Debug.Assert(ctx !=
null
);
39
}
40
#endregion
41
}
42
}
Microsoft.Z3.ArithExpr
Arithmetic expressions (int/real)
Definition
ArithExpr.cs:31
Microsoft.Z3.Context
The main interaction with Z3 happens via the Context.
Definition
Context.cs:34
Microsoft.Z3.IntExpr
Int expressions.
Definition
IntExpr.cs:32
Microsoft.Z3
Definition
AlgebraicNum.cs:27
Generated on Sat Dec 20 2025 19:33:21 for Z3 by
1.9.8