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 |
|
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 |
|
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 |
|
Christoph M. Wintersteiger
|
1bad614646
|
Fixed .equals for AST, FuncDecl, and Sort, and AST.compareTo in Java
Fixes #143
|
2015-07-14 13:09:00 -07:00 |
|
Christoph M. Wintersteiger
|
5f755a5bd8
|
Adjusted return types of set functions to ArrayExprs in Java and .NET
Fixes #137
|
2015-07-14 13:07:16 -07:00 |
|
Nikolaj Bjorner
|
21201371ed
|
add reference equality to Symbols for .NET
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-11 00:53:13 -07:00 |
|
Nikolaj Bjorner
|
ade9b2830a
|
various partial fixes for issue #143
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-10 08:16:57 -07:00 |
|
Nikolaj Bjorner
|
a9a5a69b73
|
remove double underscores
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-09 13:31:22 -07:00 |
|
Nikolaj Bjorner
|
4bc044c982
|
update header guards to be C++ style. Fixes issue #9
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-07-08 23:18:40 -07:00 |
|
Nuno Lopes
|
3104d2954c
|
don't crash in Z3_model_eval API if not given a valid expression
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
|
2015-06-26 18:33:13 +01:00 |
|
Nikolaj Bjorner
|
e81dc5a0a0
|
fixes issue #143 and memory leak on theory plugin setup
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-06-26 09:03:56 +02:00 |
|
Nikolaj Bjorner
|
ed806b67fb
|
update unit tests for num allocs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-06-22 13:20:59 +02:00 |
|
Nikolaj Bjorner
|
564da787fb
|
add count of memory allocations and way to limit allocations globally. Fix purification in nlsat_smt to fix regressions on QF_UFNRA
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-06-22 07:45:40 +02:00 |
|
Nikolaj Bjorner
|
3af545784b
|
add missing copyright
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-06-17 12:48:16 -07:00 |
|
Nikolaj Bjorner
|
1657cdd8b4
|
add missing copyright
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-06-17 12:47:19 -07:00 |
|
Christoph M. Wintersteiger
|
d3df473279
|
Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable
|
2015-06-11 12:53:31 +01:00 |
|
Christoph M. Wintersteiger
|
5bd55420a4
|
C API parameter annotation fix
|
2015-06-11 12:53:22 +01:00 |
|
Nikolaj Bjorner
|
d469a16bb8
|
add more Copyright notes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-06-10 11:59:21 -07:00 |
|
Nikolaj Bjorner
|
b08ccc7816
|
added missing Copyright forms
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-06-10 11:54:02 -07:00 |
|
Christoph M. Wintersteiger
|
004bf1471f
|
Added conversion function for Goal to Expr conversion in .NET, Java, ML
|
2015-06-10 13:17:34 +01:00 |
|
Christoph M. Wintersteiger
|
98f2de3216
|
Added Z3_fpa_get_numeral_significand_uint64 to .NET, Java, and ML APIs.
|
2015-06-09 12:57:19 +01:00 |
|
Christoph M. Wintersteiger
|
da3243fb07
|
FPA API bugfix
|
2015-06-09 12:29:05 +01:00 |
|
Christoph M. Wintersteiger
|
eb3d499888
|
documentation fix
|
2015-06-09 12:28:52 +01:00 |
|
Christoph M. Wintersteiger
|
d39969f0a0
|
Added extraction of uint64 significand bits from FP numerals.
|
2015-06-09 12:28:23 +01:00 |
|
Christoph M. Wintersteiger
|
624cc8a874
|
Bugfixes for FPA API. Thanks to Christian Dernehl for reporting these.
|
2015-06-09 11:53:43 +01:00 |
|
Nuno Lopes
|
0997d0d2b5
|
add new C API function: Z3_finalize_memory()
Useful to debug memory leaks in Z3 and in client applications
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
|
2015-06-07 14:55:15 +01:00 |
|
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 |
|