Christoph M. Wintersteiger
|
c7fd74e8ad
|
Fixed FPA Python doctest
|
2015-06-02 12:45:55 +01:00 |
|
Christoph M. Wintersteiger
|
d6398c4fdc
|
Fixed FPA Python doctest
|
2015-06-02 11:59:55 +01:00 |
|
Nikolaj Bjorner
|
894d6cb11b
|
fix build break to support new statistics items
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-05-29 13:38:54 -07:00 |
|
Nikolaj Bjorner
|
ed7e0e11a8
|
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-05-28 20:55:13 -07:00 |
|
Nikolaj Bjorner
|
23a6138d81
|
initialize potentially unused variables. Fixes issue #112
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-05-28 14:55:37 -07:00 |
|
Nikolaj Bjorner
|
562ed61a24
|
add shorthands for creating uninterpreted sorts to context API
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-05-27 09:30:37 -07:00 |
|
Nikolaj Bjorner
|
e483efd3f4
|
fixes to Euclidean solver, fixes #100
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-05-27 09:21:20 -07:00 |
|
Nikolaj Bjorner
|
cb00555635
|
local changes
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-05-27 09:18:52 -07:00 |
|
Christoph M. Wintersteiger
|
91352369a9
|
Added conversion functions to ASTVectors in .NET and Java.
Fixes #108
|
2015-05-26 11:20:19 +01:00 |
|
Christoph M. Wintersteiger
|
d8f6d84217
|
Updates for the .NET, Java, and ML APIs for recently changed fixedpoint and interpolation functionality.
Fixes #103
|
2015-05-23 16:53:47 +01:00 |
|
Christoph M. Wintersteiger
|
e33ff42766
|
Updates for the .NET, Java, and ML APIs for recently changed fixedpoint and interpolation functionality.
Fixes #103
|
2015-05-23 16:49:41 +01:00 |
|
Christoph M. Wintersteiger
|
a361e4dcef
|
typo
|
2015-05-23 16:40:43 +01:00 |
|
Nikolaj Bjorner
|
279ef05713
|
expose BoolExpr[] for ASTVector and merge common functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-05-22 08:57:05 -07:00 |
|
Nikolaj Bjorner
|
b4f72c8145
|
Revert "Change ASTVector to Expr[] in interpolation result"
|
2015-05-22 08:24:45 -07:00 |
|
Marcus Völker
|
a229416a2b
|
Change ASTVector to Expr[] in interpolation result
|
2015-05-22 15:55:09 +02:00 |
|
Nikolaj Bjorner
|
15e1c84592
|
update docuemntation for codeplex question 29927489/z3-proofs-are-hypothesis-and-lemma-rules-always-cleanly-nested
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-05-19 08:38:07 -07:00 |
|
Nuno Lopes
|
227c8870d6
|
Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable
|
2015-05-19 13:48:59 +01:00 |
|
Nuno Lopes
|
8ff7735a20
|
python 3 fixes
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
|
2015-05-19 13:47:43 +01:00 |
|
Christoph M. Wintersteiger
|
a41a9c94dd
|
Formatting
|
2015-05-19 12:43:25 +01:00 |
|
Christoph M. Wintersteiger
|
f0b699f03a
|
Added Optimize.cs to to Microsoft.Z3.csproj
|
2015-05-19 12:41:51 +01:00 |
|
Christoph M. Wintersteiger
|
7232877d92
|
tabs, indentation
|
2015-05-19 11:01:27 +01:00 |
|
Christoph M. Wintersteiger
|
32fb679066
|
tabs
|
2015-05-19 11:01:15 +01:00 |
|
Christoph M. Wintersteiger
|
1702a55018
|
Introduced return value classes for interpolation functions.
Fixes #82.
|
2015-05-15 13:50:55 +01:00 |
|
Nuno Lopes
|
1dc17db56a
|
Fix concat() in c++ api
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
|
2015-05-15 09:01:56 +01:00 |
|
Nikolaj Bjorner
|
ab5022888c
|
Merge branch 'opt' of https://github.com/Z3Prover/z3 into unstable
|
2015-05-14 12:11:17 +01:00 |
|
Nikolaj Bjorner
|
4a9d97bd02
|
add concat to z3++, codeplex request
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-05-08 21:29:48 -07:00 |
|
Nikolaj Bjorner
|
901d8a9f5b
|
change exception test to take into account new coercion operation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-05-08 00:38:26 -07:00 |
|
Nikolaj Bjorner
|
ad39811dc0
|
allow coercion from Boolean to Int/Real, fixes #78
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-05-07 21:36:37 -07:00 |
|
Nikolaj Bjorner
|
dc52ebd312
|
Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable
|
2015-05-07 21:33:51 -07:00 |
|
Nikolaj Bjorner
|
45eda4bee7
|
allow coercion from Boolean to Int/Real, fixes #78
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-05-07 21:33:36 -07:00 |
|
Nikolaj Bjorner
|
99861ffc32
|
allow coercion from Boolean to Integers and reals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-05-07 21:32:02 -07:00 |
|
Nikolaj Bjorner
|
9377779e58
|
merge with unstable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-04-30 10:40:03 -07:00 |
|
Christoph M. Wintersteiger
|
8c3fc574d1
|
comments fix
|
2015-04-24 15:37:45 +01:00 |
|
Christoph M. Wintersteiger
|
7e6ab736c0
|
Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable
|
2015-04-17 16:10:13 +01:00 |
|
Christoph M. Wintersteiger
|
f1a1267d4c
|
Added missing notes on fpToIEEEBV in Python.
|
2015-04-17 16:08:53 +01:00 |
|
Ken McMillan
|
af444beb2e
|
re-indenting interp and duality
|
2015-04-15 12:22:50 -07:00 |
|
Christoph M. Wintersteiger
|
e1303e1eab
|
Python API: Fixed expression types for floating point conversion functions.
Partially fixes #39
|
2015-04-15 12:07:53 +01:00 |
|
Christoph M. Wintersteiger
|
2948e47240
|
Java API doc fix
|
2015-04-13 17:43:29 +01:00 |
|
Nikolaj Bjorner
|
3ba2e712b2
|
merge with unstable branch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-04-12 15:54:52 -07:00 |
|
Christoph M. Wintersteiger
|
b7bb53406f
|
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 |
|
Christoph M. Wintersteiger
|
2f4c923216
|
Bugfix; InterpolationContext deleted Z3_config objects (inconsistent with non-Interpolation mk_context).
Fixes #25
|
2015-04-08 13:09:27 +01:00 |
|
Christoph M. Wintersteiger
|
b47851d7da
|
Made GetInterpolant and ComputeInterpolant public in Java and .NET.
Fixes Codeplex discussion #616450
|
2015-04-02 16:51:30 +01:00 |
|
Nikolaj Bjorner
|
52619b9dbb
|
pull unstable
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-04-01 14:57:11 -07:00 |
|
Christoph M. Wintersteiger
|
1d9c9bcf7a
|
Made the InterpolationContext public.
Fixes #20
|
2015-03-31 19:51:42 +02:00 |
|
Nikolaj Bjorner
|
39892aae10
|
cache datatype util in context to avoid performance bug, codeplex issue 195
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-03-25 11:46:17 -07:00 |
|
Nikolaj Bjorner
|
3c5897eea0
|
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
|
2015-03-25 11:25:12 -07:00 |
|
Nikolaj Bjorner
|
2aa91eee70
|
cache datatype util in context to avoid performance bug, codeplex issue 195
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
|
2015-03-25 11:24:47 -07:00 |
|
Christoph M. Wintersteiger
|
a792790882
|
Fixed performance problems with enumeration sorts (Codeplex #190).
|
2015-03-25 18:08:56 +00:00 |
|
Christoph M. Wintersteiger
|
1c77ad00c3
|
Added accessors to enumeration sorts. Thanks to codeplex user steimann for suggesting this.
(http://z3.codeplex.com/workitem/195)
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2015-03-24 21:42:05 +00:00 |
|
nikolajbjorner
|
3ca3c948cf
|
add bit-vector extract shortcuts to C++ API
Signed-off-by: nikolajbjorner <nbjorner@microsoft.com>
|
2015-02-27 11:08:49 -08:00 |
|