..
AlgebraicNum.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ApplyResult.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ApplyResultDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
ArithExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ArithSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ArrayExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ArraySort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
AST.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ASTDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
ASTMap.java
Updates for the .NET, Java, and ML APIs for recently changed fixedpoint and interpolation functionality.
2015-05-23 16:53:47 +01:00
AstMapDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
ASTVector.java
Added conversion functions to ASTVectors in .NET and Java.
2015-05-26 11:20:19 +01:00
AstVectorDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
BitVecExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
BitVecNum.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
BitVecSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
BoolExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
BoolSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Constructor.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ConstructorList.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Context.java
merge with unstable
2015-04-30 10:40:03 -07:00
DatatypeExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
DatatypeSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
EnumSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Expr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FiniteDomainSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Fixedpoint.java
Added conversion functions to ASTVectors in .NET and Java.
2015-05-26 11:20:19 +01:00
FixedpointDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
FPExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FPNum.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FPRMExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FPRMNum.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FPRMSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FPSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FuncDecl.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FuncInterp.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
FuncInterpDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
FuncInterpEntryDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
Global.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Goal.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
GoalDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
IDecRefQueue.java
Made DRQ objects public in Java and .NET APIs.
2015-01-30 21:58:43 -06:00
IDisposable.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
InterpolationContext.java
Added conversion functions to ASTVectors in .NET and Java.
2015-05-26 11:20:19 +01:00
IntExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
IntNum.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
IntSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
IntSymbol.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ListSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Log.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
manifest
Java API Cleanup
2014-10-24 18:00:36 +01:00
Model.java
Updates for the .NET, Java, and ML APIs for recently changed fixedpoint and interpolation functionality.
2015-05-23 16:53:47 +01:00
ModelDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
ParamDescrs.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ParamDescrsDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
Params.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ParamsDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
Pattern.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Probe.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
ProbeDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
Quantifier.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
RatNum.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
README
Java API Cleanup
2014-10-24 18:00:36 +01:00
RealExpr.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
RealSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
RelationSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
SetSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Solver.java
Added conversion functions to ASTVectors in .NET and Java.
2015-05-26 11:20:19 +01:00
SolverDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
Sort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Statistics.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
StatisticsDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
Status.java
Java API: copyright notices
2014-10-22 16:55:08 +01:00
StringSymbol.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Symbol.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Tactic.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
TacticDecRefQueue.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
TupleSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
UninterpretedSort.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Version.java
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
2015-01-30 21:10:22 -06:00
Z3Exception.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00
Z3Object.java
Turned Z3Exception into a RuntimeException such that throws declarations are not needed anymore. Thanks to codeplex user steimann for this suggestion.
2015-04-08 13:16:32 +01:00