3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 14:49:01 +00:00
z3/src/api/dotnet
2017-06-14 13:24:54 +01:00
..
core Whitespace, newlines 2017-05-10 12:44:25 +01:00
dotnet35 Whitespace, newlines 2017-05-10 12:44:25 +01:00
Properties Bump the copyright year in `AssemblyInfo.cs.in`. Perhaps we should 2015-12-14 09:51:45 +00:00
AlgebraicNum.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
ApplyResult.cs Made DRQ objects public in Java and .NET APIs. 2015-01-30 21:58:43 -06:00
ArithExpr.cs adding model-based opt facility 2016-04-27 11:18:20 -07:00
ArithSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
ArrayExpr.cs .NET FPA API overhaul 2015-01-08 17:21:29 +00:00
ArraySort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
AST.cs Fixed AST translation functions in .NET and Java APIs. Fixes #1073. 2017-06-14 13:24:54 +01:00
ASTMap.cs Updates for the .NET, Java, and ML APIs for recently changed fixedpoint and interpolation functionality. 2015-05-23 16:49:41 +01:00
ASTVector.cs Added conversion functions to ASTVectors in .NET and Java. 2015-05-26 11:20:19 +01:00
BitVecExpr.cs .NET FPA API overhaul 2015-01-08 17:21:29 +00:00
BitVecNum.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
BitVecSort.cs Managed API: Refactoring, Formatting. 2012-11-26 13:47:26 +00:00
BoolExpr.cs adding model-based opt facility 2016-04-27 11:18:20 -07:00
BoolSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
cmake_install_gac.cmake.in [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
cmake_uninstall_gac.cmake.in [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
Constructor.cs revert some changes to how 'out' parameters are annotated on API calls. Retain the 'out' annotation for so-called managed out parameters. The data-type examples in managed API fail with the out parameter annotation as no memory is allocated on instances of out parameters, other than the interpolation APIs that are new 2014-10-16 22:40:52 -07:00
ConstructorList.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
Context.cs add itos/stoi conversion to API. Issue #895 2017-02-11 11:31:13 -05:00
DatatypeExpr.cs .NET FPA API overhaul 2015-01-08 17:21:29 +00:00
DatatypeSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
Deprecated.cs remove deprecated API functionality 2015-11-14 13:47:41 -08:00
EnumSort.cs Added accessors to enumeration sorts. Thanks to codeplex user steimann for suggesting this. 2015-03-24 21:42:05 +00:00
Expr.cs Fixed AST translation functions in .NET and Java APIs. Fixes #1073. 2017-06-14 13:24:54 +01:00
FiniteDomainExpr.cs Added finite domain expressions and numerals to the .NET, Java, and Python APIs. 2015-12-02 17:01:52 +00:00
FiniteDomainNum.cs Added finite domain expressions and numerals to the .NET, Java, and Python APIs. 2015-12-02 17:01:52 +00:00
FiniteDomainSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
Fixedpoint.cs use type constrsaints for co-variant subtying to enable .net 3.5 2016-08-30 12:07:06 +08:00
FPExpr.cs .NET FPA API overhaul 2015-01-08 17:21:29 +00:00
FPNum.cs Added is_numeral_negative to .NET and Java APIs 2016-10-27 15:07:10 +01:00
FPRMExpr.cs FPA API: numerals, .NET and Java 2015-01-10 17:28:07 +00:00
FPRMNum.cs FPA API: numerals, .NET and Java 2015-01-10 17:28:07 +00:00
FPRMSort.cs Updates to the .NET API for FP 2015-01-02 19:03:20 +00:00
FPSort.cs FPA API cosmetics 2015-01-03 15:15:55 +00:00
FuncDecl.cs Fixed AST translation functions in .NET and Java APIs. Fixes #1073. 2017-06-14 13:24:54 +01:00
FuncInterp.cs Made DRQ objects public in Java and .NET APIs. 2015-01-30 21:58:43 -06:00
Global.cs .NET/Java/ML: Moved toggle_warning_messages to Global, added en/disable_trace. 2015-02-07 14:17:39 +00:00
Goal.cs use type constrsaints for co-variant subtying to enable .net 3.5 2016-08-30 12:07:06 +08:00
IDecRefQueue.cs Made DRQ objects public in Java and .NET APIs. 2015-01-30 21:58:43 -06:00
InterpolationContext.cs Fixed comment 2016-07-28 18:06:26 +01:00
IntExpr.cs .NET FPA API overhaul 2015-01-08 17:21:29 +00:00
IntNum.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
IntSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
IntSymbol.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
ListSort.cs .NET FPA API overhaul 2015-01-08 17:21:29 +00:00
Log.cs bindings --> api; and moved nlsat/sat/subpaving tactics 2012-10-31 13:25:36 -07:00
Microsoft.Z3.csproj Added new items to .NET project file 2016-01-05 11:37:34 +00:00
Microsoft.Z3.Sharp.pc.in Teach the build system to generate and install a pkg-config file for the 2015-12-05 07:52:31 +00:00
Microsoft.Z3.snk Added/improved facilities for strong name signing of the .NET assembly. 2016-07-28 18:07:34 +01:00
Model.cs add shorthand for enumerating constants in a model 2017-06-02 10:35:09 -07:00
Optimize.cs expose bounds as vector expressions instead of containing ad-hoc expressions. Issue #911 2017-02-24 11:07:40 -08:00
ParamDescrs.cs add documentation methods to param_descrs, add C++ API and example for param_descrs. Issue #443 2016-02-12 11:45:00 +00:00
Params.cs pull unstable 2015-04-01 14:57:11 -07:00
Pattern.cs bindings --> api; and moved nlsat/sat/subpaving tactics 2012-10-31 13:25:36 -07:00
Probe.cs Changed references to help-tactics to help-tactic. 2015-10-25 11:45:46 -07:00
Quantifier.cs Fixed AST translation functions in .NET and Java APIs. Fixes #1073. 2017-06-14 13:24:54 +01:00
RatNum.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
RealExpr.cs .NET FPA API overhaul 2015-01-08 17:21:29 +00:00
RealSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
ReExpr.cs seq, API 2016-01-03 20:53:06 -08:00
RelationSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
ReSort.cs seq, API 2016-01-03 20:53:06 -08:00
SeqExpr.cs seq, API 2016-01-03 20:53:06 -08:00
SeqSort.cs seq, API 2016-01-03 20:53:06 -08:00
SetSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
Solver.cs add operator for issue #860 2017-01-04 09:14:09 -08:00
Sort.cs Fixed AST translation functions in .NET and Java APIs. Fixes #1073. 2017-06-14 13:24:54 +01:00
Statistics.cs Made DRQ objects public in Java and .NET APIs. 2015-01-30 21:58:43 -06:00
Status.cs bindings --> api; and moved nlsat/sat/subpaving tactics 2012-10-31 13:25:36 -07:00
StringSymbol.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
Symbol.cs add reference equality to Symbols for .NET 2015-07-11 00:53:13 -07:00
Tactic.cs Changed references to help-tactics to help-tactic. 2015-10-25 11:45:46 -07:00
TupleSort.cs .NET FPA API overhaul 2015-01-08 17:21:29 +00:00
UninterpretedSort.cs Managed API: Refactoring and formatting. 2012-11-23 18:30:51 +00:00
Version.cs Added full version strings and associated API functions. 2016-07-28 18:06:02 +01:00
Z3Exception.cs Fixes for .NET Core build 2016-11-02 13:36:29 +00:00
Z3Object.cs use type constrsaints for co-variant subtying to enable .net 3.5 2016-08-30 12:07:06 +08:00