..
core
Mark void DummyContracts as Conditional to avoid compiling their arguments.
2017-01-11 17:02:26 -08: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
Made DRQ objects public in Java and .NET APIs.
2015-01-30 21:58:43 -06: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
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 at-least and pbge to API, fix for issue #864
2017-01-09 21:23:00 -08: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
use type constrsaints for co-variant subtying to enable .net 3.5
2016-08-30 12:07:06 +08: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
use type constrsaints for co-variant subtying to enable .net 3.5
2016-08-30 12:07:06 +08: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
Updates for the .NET, Java, and ML APIs for recently changed fixedpoint and interpolation functionality.
2015-05-23 16:53:47 +01:00
Optimize.cs
additional robustness check for incremental sat solver core when it recieves interpreted constants, added PB equality to interface and special handling of equalities to adddress performance gap documented in #755
2016-10-25 20:32:13 -07: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
use type constrsaints for co-variant subtying to enable .net 3.5
2016-08-30 12:07:06 +08:00
RatNum.cs
Managed API: Refactoring and formatting.
2012-11-23 18:30:51 +00:00
Readme.NET35
.NET API: Added build instructions for .NET 3.5
2014-12-02 14:35:15 +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
seq, API
2016-01-03 20:53:06 -08: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