3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 22:59:02 +00:00
z3/src/api/java
2016-02-12 18:32:46 +00:00
..
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 Adding @Override declarations 2016-01-06 11:07:48 +01:00
ApplyResultDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01: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 Since classes are non-final "instanceof" check is better in #equals 2016-01-06 11:27:58 +01:00
ASTDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
ASTMap.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
AstMapDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
ASTVector.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
AstVectorDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01: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 Logic simplifications 2016-01-06 11:16:30 +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 Remove redundant "throw" statement which has no effect. 2016-01-06 11:17:32 +01:00
ConstructorList.java Remove redundant cast 2016-01-06 11:18:22 +01:00
Context.java Javadoc and indentation fixes 2016-01-06 11:19:26 +01: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 Remove redundant cast 2016-01-06 11:18:22 +01:00
EnumSort.java Remove redundant cast 2016-01-06 11:18:22 +01:00
Expr.java Javadoc and indentation fixes 2016-01-06 11:19:26 +01:00
FiniteDomainExpr.java Added finite domain expressions and numerals to the .NET, Java, and Python APIs. 2015-12-02 17:01:52 +00:00
FiniteDomainNum.java Added braces 2016-01-06 11:14:53 +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 Javadoc and indentation fixes 2016-01-06 11:19:26 +01:00
FixedpointDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01: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 Added Z3_fpa_get_numeral_significand_uint64 to .NET, Java, and ML APIs. 2015-06-09 12:57:19 +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 Bugfixes for FPA API. Thanks to Christian Dernehl for reporting these. 2015-06-09 11:53:43 +01:00
FuncDecl.java Since classes are non-final "instanceof" check is better in #equals 2016-01-06 11:27:58 +01:00
FuncInterp.java No need to call "new String()" 2016-01-06 11:12:33 +01:00
FuncInterpDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
FuncInterpEntryDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
Global.java Javadoc and indentation fixes 2016-01-06 11:19:26 +01:00
Goal.java Logic simplifications 2016-01-06 11:16:30 +01:00
GoalDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
IDecRefQueue.java The locking field should be final. 2016-01-06 11:19:38 +01:00
IDisposable.java IDisposable is effectively an abstract class. 2016-01-06 11:15:11 +01:00
InterpolationContext.java Bugfix for concurrent Context creation in Java and .NET. 2015-10-14 13:58:51 +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 Logic simplifications 2016-01-06 11:16:30 +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 Adding @Override declarations 2016-01-06 11:07:48 +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 Javadoc and indentation fixes 2016-01-06 11:19:26 +01:00
ModelDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
Optimize.java Javadoc and indentation fixes 2016-01-06 11:19:26 +01:00
OptimizeDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
ParamDescrs.java Merge branch 'master' of https://github.com/Z3Prover/z3 2016-02-12 18:32:46 +00:00
ParamDescrsDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
Params.java Logic simplifications 2016-01-06 11:16:30 +01:00
ParamsDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
Pattern.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
Probe.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
ProbeDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
Quantifier.java Logic simplifications 2016-01-06 11:16:30 +01:00
RatNum.java Adding @Override declarations 2016-01-06 11:07:48 +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
ReExpr.java missing files? 2016-01-05 08:32:48 -08: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
ReSort.java missing files? 2016-01-05 08:32:48 -08:00
SeqExpr.java missing files? 2016-01-05 08:32:48 -08:00
SeqSort.java missing files? 2016-01-05 08:32:48 -08: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 resolved conflicts 2016-02-12 18:29:46 +00:00
SolverDecRefQueue.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
Sort.java Since classes are non-final "instanceof" check is better in #equals 2016-01-06 11:27:58 +01:00
Statistics.java Added braces 2016-01-06 11:14:53 +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 "static final" does not do anything 2016-01-06 10:25:52 +01:00
StringSymbol.java Adding @Override declarations 2016-01-06 11:07:48 +01:00
Symbol.java Since classes are non-final "instanceof" check is better in #equals 2016-01-06 11:27:58 +01:00
Tactic.java Changed references to help-tactics to help-tactic. 2015-10-25 11:45:46 -07: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 catch/throw is redundant. 2016-01-06 10:19:44 +01:00

Java bindings
-------------

The Java bindings will be included in the Z3 build if it is configured with   
the option --java to python scripts/mk_make.py. This will produce the   
com.microsoft.z3.jar package in the build directory.