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 |
|
Christoph M. Wintersteiger
|
57db321daf
|
Merge branch 'WpedanticFix' of https://github.com/Dmitriy403/z3 into Dmitriy403-WpedanticFix
|
2015-10-19 14:57:34 +01:00 |
|
Christoph M. Wintersteiger
|
9d505ec7ff
|
Merge branch 'unstable' of https://github.com/jmgrosen/z3 into jmgrosen
|
2015-10-19 14:53:06 +01:00 |
|
Christoph M. Wintersteiger
|
1364f39f61
|
Merge pull request #218 from cgcgbcbc/fix/implies
fix implies(expr const &, expr const &) in z3++.h
|
2015-10-19 14:29:07 +01:00 |
|
Christoph M. Wintersteiger
|
bd3775e878
|
Merge branch 'master' of https://github.com/npricci/z3 into npricci-master
# Conflicts:
# src/api/python/z3.py
|
2015-10-19 14:22:56 +01:00 |
|
Christoph M. Wintersteiger
|
b9f66c545a
|
Merge pull request #11 from Confusion/patch-1
Corrected typo: interger -> integer
|
2015-10-19 14:07:02 +01:00 |
|
Christoph M. Wintersteiger
|
ef80645a71
|
Java API context deletion concurrency fix.
Relates to #205 #245
|
2015-10-14 22:13:43 +01:00 |
|
Christoph M. Wintersteiger
|
a71a333722
|
Minor Java API fix.
|
2015-10-14 21:33:30 +01:00 |
|
Christoph M. Wintersteiger
|
2d3c12716a
|
Bugfix for Java memory leaks.
Relates to #205 #245
|
2015-10-14 21:19:59 +01:00 |
|
Christoph M. Wintersteiger
|
58d3329190
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2015-10-14 13:59:20 +01:00 |
|
Christoph M. Wintersteiger
|
24532474a0
|
Bugfix for concurrent Context creation in Java and .NET.
Relates to #205 #245
|
2015-10-14 13:58:51 +01:00 |
|
Christoph M. Wintersteiger
|
b66f34f0d2
|
Removed unnecessary debug output.
|
2015-10-14 12:53:18 +01:00 |
|
Christoph M. Wintersteiger
|
bae3a76c8a
|
Removed unnecessary debug output.
|
2015-10-14 12:52:16 +01:00 |
|
Christoph M. Wintersteiger
|
e312b47be6
|
Bugfix for object finalization in Java API.
Relates to #205 and #245
|
2015-10-14 12:43:09 +01:00 |
|
Christoph M. Wintersteiger
|
6263252bf5
|
Bugfix for concurrent garbage collection in Java API.
Relates to #205 and #245
|
2015-10-14 12:42:27 +01:00 |
|
Christoph M. Wintersteiger
|
ceb562a889
|
Merge branch 'pure' of https://github.com/Z3Prover/z3
|
2015-10-04 16:05:25 +01:00 |
|
Nikolaj Bjorner
|
89f1541d83
|
put break statement in else branh. Issue #230 (broken loop)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-10-03 17:15:45 -07:00 |
|
Christoph M. Wintersteiger
|
95dea3922d
|
Merge branch 'pure' of https://github.com/Z3Prover/z3
Conflicts:
src/api/ml/z3.ml
src/api/ml/z3.mli
src/api/python/z3util.py
|
2015-10-02 19:47:24 +01:00 |
|
Christoph M. Wintersteiger
|
18a0314f6b
|
Fix for ast_map in ML API
|
2015-10-02 15:52:33 +01:00 |
|
Christoph M. Wintersteiger
|
0a95df8960
|
removed automatically generated file
|
2015-10-02 15:11:53 +01:00 |
|
Nikolaj Bjorner
|
1f9d5249a3
|
fix build break regarind z3test.py and added rlimit
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-09-28 14:05:57 -07:00 |
|
Nikolaj Bjorner
|
9b3e242990
|
adding rlimit resource limit facility to provide platform and architecture independent method for canceling activities
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-09-28 13:37:59 -07:00 |
|
Christoph M. Wintersteiger
|
79d69cd5f0
|
Added FP to_ieee_bv to fpa_rewriter to enable model evaluation.
|
2015-09-16 12:57:05 +01:00 |
|
Guang Chen
|
cef7ec2157
|
fix implies(expr const &, expr const &) in z3++.h
|
2015-09-13 13:29:06 +08:00 |
|
Nuno Lopes
|
980a0e97f8
|
Python 3 compat for z3.py; patch by Sarah Winkler
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
|
2015-09-10 09:32:45 +01:00 |
|
Christoph M. Wintersteiger
|
9ad065a538
|
Bugfixes for the optimization module in the ML API
|
2015-08-15 23:51:43 +01:00 |
|
Nikolaj Bjorner
|
76ca64b93b
|
add consistency per request from Gabriel R
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-08-09 18:56:42 +02:00 |
|
Nikolaj Bjorner
|
eb5af100bd
|
adding optimize bindings for ML, adding get_reason_unknown to optimize, mentioned in pull request issue #188, second edition
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-08-09 17:49:20 +02:00 |
|
Nikolaj Bjorner
|
a0894ac7bf
|
add basic example of using optimizaiton context to Java as raised in issue #179
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-30 11:32:14 -03:00 |
|
Nikolaj Bjorner
|
0e886cfe5e
|
add default constructor and tester to python API, fixes issue #168
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-28 22:54:37 -03:00 |
|
Nikolaj Bjorner
|
318ee3a86d
|
fix issue #176
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-28 22:31:41 -03:00 |
|
Zachary Kincaid
|
6214ba900b
|
Z3_lbool should be signed in API
|
2015-07-26 21:17:59 -04:00 |
|
Dmitriy Trubenkov
|
ab88708f9a
|
Remove extra semicolons in C++ headers. Useful for projects builded with -Wpedantic
|
2015-07-25 23:46:01 +03:00 |
|
vhalros
|
68c086c589
|
Added default operator to array interface.
|
2015-07-24 15:24:23 -04:00 |
|
Nikolaj Bjorner
|
5718c23632
|
Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable
|
2015-07-16 18:01:16 -07:00 |
|
Nikolaj Bjorner
|
7d5c144dfe
|
add java Optimize context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-16 18:00:45 -07:00 |
|
Nikolaj Bjorner
|
92f731e51c
|
add java Optimize context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-16 18:00:26 -07:00 |
|
Nuno Lopes
|
f62a192357
|
remove __in/__out SAL annotations.
They break the build with recent glibc versions and apparently noone is using them.
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
|
2015-07-15 13:46:32 +01:00 |
|