Christoph M. Wintersteiger
|
cbda38ee80
|
Added finite domain expressions and numerals to the .NET, Java, and Python APIs.
Relates to #318
|
2015-12-02 17:01:52 +00:00 |
|
Nikolaj Bjorner
|
6580f1daf3
|
expose main interpolation routines in C++ API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-02 07:40:06 -08:00 |
|
Christoph M. Wintersteiger
|
9e756fb6db
|
Warning fix for Comparable<T> in Java API
|
2015-12-02 14:42:36 +00:00 |
|
Christoph M. Wintersteiger
|
00ce124db3
|
Bugfix for Z3_is_numeral for finite-domain numerals.
Relates to #318
|
2015-12-02 14:41:46 +00:00 |
|
Christoph M. Wintersteiger
|
52bbd67cd3
|
Whitespace
|
2015-12-02 14:40:47 +00:00 |
|
Dan Liew
|
b0bc50a75c
|
Fixed stray UTF-8 Byte order mark in `InterpolationContext.cs `.
Old versions of the mono compiler don't like it.
|
2015-11-30 15:02:02 +00:00 |
|
Christoph M. Wintersteiger
|
5e37cf9bbf
|
Removed potentially unnecessary string decoding in Python API.
|
2015-11-23 18:41:31 +00:00 |
|
Nikolaj Bjorner
|
665af3d8b9
|
remove deprecated user-theory plugins and other unused functionality from API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-20 08:43:27 -08:00 |
|
Nikolaj Bjorner
|
fd8fd40669
|
fix tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-20 08:00:01 -08:00 |
|
Nikolaj Bjorner
|
1d4b996765
|
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-18 16:39:51 -08:00 |
|
Nikolaj Bjorner
|
9cba63c31f
|
remove deprecated iz3 example. Remove deprecated process control
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-18 12:32:15 -08:00 |
|
Yan
|
4e9b76365d
|
pass the correct context into And() when doing Tactic.as_expr()
|
2015-11-16 15:41:12 -08:00 |
|
Christoph M. Wintersteiger
|
e8d37dba9c
|
Added comments for quantifier constructors. Fixes #319.
|
2015-11-16 21:58:17 +01:00 |
|
Christoph M. Wintersteiger
|
706a037bf4
|
Python 3.x string decoding fix
|
2015-11-16 15:16:50 +01:00 |
|
Nikolaj Bjorner
|
ab4033133f
|
remove solver_old
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-14 18:46:49 -08:00 |
|
Nikolaj Bjorner
|
bea68cd194
|
remove deprecated API functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-14 17:05:15 -08:00 |
|
Nikolaj Bjorner
|
0f602d652a
|
remove deprecated API functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-14 13:47:41 -08:00 |
|
Christoph M. Wintersteiger
|
15c48eeaf9
|
Fix for timeout/rlimit in deprecated solver API.
Partially fixes #307.
|
2015-11-13 16:42:46 +00:00 |
|
Christoph M. Wintersteiger
|
954400cfa2
|
whitespace
|
2015-11-13 16:35:08 +00:00 |
|
Nikolaj Bjorner
|
84f935ae85
|
initialize solver prior to translate. fixes build break
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-09 06:38:06 -08:00 |
|
Christoph M. Wintersteiger
|
689ed9fa12
|
Added Z3_mk_array_ext to ML API.
Relates to #292
|
2015-11-09 13:49:37 +00:00 |
|
Christoph M. Wintersteiger
|
cffff18373
|
-whitespace
|
2015-11-09 13:22:33 +00:00 |
|
Christoph M. Wintersteiger
|
6625f7a749
|
Added Z3_solver_translate to ML API.
|
2015-11-09 13:19:10 +00:00 |
|
Nikolaj Bjorner
|
e9315af0d9
|
remove tabs from z3.py to fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-08 04:22:44 -08:00 |
|
Nikolaj Bjorner
|
4685a5f8ba
|
add array-ext to externally exposed functions to enable interpolants with arrays to be usable in feedback loops with Z3. Addresses one issue raised in #292
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-07 16:42:13 -08:00 |
|
Nikolaj Bjorner
|
13b19eb351
|
add translate facility to Java/C# APIs, request #209
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-07 10:10:21 -08:00 |
|
Nikolaj Bjorner
|
b4cb51cdb3
|
working on Forking/Serializing a z3 Solver #209
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-11-06 17:29:24 -08:00 |
|
Nikolaj Bjorner
|
63ea2c4d8f
|
Merge pull request #295 from pazz/AstRef-hash
add __hash__ to AstRef
|
2015-11-05 16:20:10 -08:00 |
|
Patrick Totzke
|
d4242e16c5
|
add __hash__ to AstRef
AstRef objects needs to be hashable in order
to be used as keys in python dictionaries
|
2015-11-05 16:28:02 +00:00 |
|
Christoph M. Wintersteiger
|
715050da0b
|
Java API comments fix.
|
2015-11-04 13:34:50 +00:00 |
|
Nikolaj Bjorner
|
b75780ce2b
|
Merge pull request #280 from NikolajBjorner/master
Add PB operators to Python API
|
2015-10-30 14:15:24 -07:00 |
|
Nikolaj Bjorner
|
d83f8d08f3
|
Merge pull request #276 from kenmcmil/issue260
issue #260 -- support timeout in Z3_compute_interpolant
|
2015-10-28 20:30:15 -07:00 |
|
Ken McMillan
|
d4dff70f39
|
issue #260 -- support timeout in Z3_compute_interpolant
|
2015-10-28 18:02:14 -07:00 |
|
Nikolaj Bjorner
|
559f373588
|
adding PB operators to Python API. remove tabs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-10-28 17:13:24 -07:00 |
|
Nikolaj Bjorner
|
7f5495b134
|
adding PB operators to Python API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-10-28 17:09:42 -07:00 |
|
Christoph M. Wintersteiger
|
6a5da9e9c4
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2015-10-28 23:32:42 +00:00 |
|
Christoph M. Wintersteiger
|
118d597c22
|
removed byte order mark
|
2015-10-28 23:31:08 +00:00 |
|
Nikolaj Bjorner
|
aab63dc126
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2015-10-28 16:10:34 -07:00 |
|
Nikolaj Bjorner
|
3bc94e08b3
|
move friend definitions to inlined functions. Issue #241
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-10-28 13:24:13 -07:00 |
|
Christoph M. Wintersteiger
|
cab42d2c66
|
Clarified documentation of par-or tactic.
Relates to #269.
|
2015-10-28 18:50:22 +00:00 |
|
Christoph M. Wintersteiger
|
15be8d424c
|
Fixed Python 3.x issues.
|
2015-10-28 14:19:23 +00:00 |
|
Christoph M. Wintersteiger
|
97d97f4694
|
Fixed Python 3.x doctest problems
|
2015-10-27 16:39:07 +00:00 |
|
Christoph M. Wintersteiger
|
7324ef7c39
|
Fixed FP function names in Python API.
Fixes #264
|
2015-10-27 12:02:38 +00:00 |
|
Christoph M. Wintersteiger
|
df1c84c182
|
fixed indentation (Python 3.x problem)
|
2015-10-26 16:08:55 +00:00 |
|
Paul Phillips
|
64a5247813
|
Changed references to help-tactics to help-tactic.
|
2015-10-25 11:45:46 -07:00 |
|
Christoph M. Wintersteiger
|
e2f2708a9c
|
Fixed array default operator
|
2015-10-19 21:12:43 +01:00 |
|
Christoph M. Wintersteiger
|
6749c19ab1
|
Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3
# Conflicts:
# src/ast/ast.h
# src/interp/iz3foci.cpp
# src/muz/duality/duality_dl_interface.cpp
# src/util/hwf.h
|
2015-10-19 15:14:45 +01:00 |
|
Christoph M. Wintersteiger
|
954a629296
|
Merge branch 'zkincaid-uint'
|
2015-10-19 15:01:07 +01:00 |
|
Christoph M. Wintersteiger
|
059c58e6d8
|
Merge branch 'uint' of https://github.com/zkincaid/z3 into zkincaid-uint
|
2015-10-19 15:00:43 +01:00 |
|
Christoph M. Wintersteiger
|
0c774e59c3
|
Merge branch 'Dmitriy403-WpedanticFix'
|
2015-10-19 14:57:49 +01:00 |
|