3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-27 09:49:23 +00:00
z3/src/api/dotnet
Nikolaj Bjorner fa3d341b18 add on_binding callbacks across APIs
update release notes,
add to Java, .Net, C++
2025-08-07 12:55:50 -07:00
..
Properties
AlgebraicNum.cs
ApplyResult.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
ArithExpr.cs Dispose of intermediate Z3Objects created in dotnet api. (#5901) 2022-03-17 08:08:05 -07:00
ArithSort.cs
ArrayExpr.cs
ArraySort.cs
AST.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
ASTMap.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
ASTVector.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
BitVecExpr.cs
BitVecNum.cs enable binary string access to unsigned numerals over API #4568 2020-07-07 18:58:42 -07:00
BitVecSort.cs
BoolExpr.cs
BoolSort.cs
CharSort.cs add char sort to .net 2021-07-13 19:43:12 +02:00
cmake_install_gac.cmake.in rename additional build options #2709 2019-11-18 21:32:35 -08:00
cmake_uninstall_gac.cmake.in rename additional build options #2709 2019-11-18 21:32:35 -08:00
CMakeLists.txt cmake: Use FindPython3. (#7019) 2023-11-27 11:20:21 +01:00
Constructor.cs #7003 2023-11-19 09:59:44 -08:00
ConstructorList.cs
Context.cs Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
DatatypeExpr.cs
DatatypeSort.cs Dispose of intermediate Z3Objects created in dotnet api. (#5901) 2022-03-17 08:08:05 -07:00
EnumSort.cs Dispose of intermediate Z3Objects created in dotnet api. (#5901) 2022-03-17 08:08:05 -07:00
Expr.cs Update Expr.cs 2022-07-02 13:12:54 -07:00
FiniteDomainExpr.cs
FiniteDomainNum.cs
FiniteDomainSort.cs
Fixedpoint.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
FPExpr.cs Return significand bits correctly (dotnet API). Fixes #4584 2020-07-22 16:57:33 +01:00
FPNum.cs
FPRMExpr.cs
FPRMNum.cs
FPRMSort.cs
FPSort.cs
FuncDecl.cs
FuncInterp.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
Global.cs
Goal.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
IntExpr.cs
IntNum.cs
IntSort.cs
IntSymbol.cs
Lambda.cs
ListSort.cs
Log.cs
Microsoft.Z3.csproj.in include readme in package 2023-12-05 13:04:25 -08:00
Microsoft.Z3.props
Microsoft.Z3.Sharp.pc.in
Microsoft.Z3.snk
Microsoft.Z3.targets
Microsoft.Z3.targets.in
Model.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
NativeContext.cs add missing MkSub to NativeContext 2022-07-18 10:21:27 -07:00
NativeFuncInterp.cs Fix null ref on access of Entry[] contents (#5947) 2022-04-06 05:37:51 +02:00
NativeModel.cs Clean up build warnings (#5884) 2022-03-07 12:55:30 -08:00
NativeSolver.cs Jfleisher/nightlynuget (#5916) 2022-03-22 12:19:58 -07:00
OnClause.cs build fixes 2023-07-18 19:14:45 -07:00
Optimize.cs Add assert_and_track support to Optimize class in .NET binding (#7437) 2024-10-26 01:33:09 -07:00
ParamDescrs.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
Params.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
Pattern.cs
Probe.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
Quantifier.cs
RatNum.cs Dispose of intermediate Z3Objects created in dotnet api. (#5901) 2022-03-17 08:08:05 -07:00
README.md update path reference to readme 2023-12-05 13:47:05 -08:00
RealExpr.cs
RealSort.cs
ReExpr.cs
RelationSort.cs
ReSort.cs
SeqExpr.cs
SeqSort.cs charsort 2021-07-13 19:50:41 +02:00
SetSort.cs
Simplifiers.cs add simplifier to java API 2023-02-02 19:06:26 -08:00
Solver.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
Sort.cs
Statistics.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
Status.cs
StringSymbol.cs
Symbol.cs Typo Fixes (#6803) 2023-07-09 11:56:10 -07:00
Tactic.cs remove DecRefQueue, use Z3_enable_concurrent_dec_ref (#6332) 2022-09-11 18:59:00 -07:00
TupleSort.cs
UninterpretedSort.cs
UserPropagator.cs add on_binding callbacks across APIs 2025-08-07 12:55:50 -07:00
Version.cs
Z3Exception.cs
Z3Object.cs Dotnet Api: Fix infinite finalization of Context (#6361) 2022-09-22 13:25:17 -05:00

Z3 Nuget Package

For more information see the Z3 github page