Nikolaj Bjorner
|
0c03a87c82
|
merge with master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-01-03 14:08:29 -08:00 |
|
Nikolaj Bjorner
|
532ec6f8dc
|
seq API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-01-03 14:07:34 -08:00 |
|
Nikolaj Bjorner
|
b5969326bc
|
seq API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-01-02 23:31:36 -08:00 |
|
Nikolaj Bjorner
|
1147037a99
|
seq API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-01-02 22:54:49 -08:00 |
|
Nikolaj Bjorner
|
e10ecad5dc
|
seq API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-01-02 22:52:28 -08:00 |
|
Christoph M. Wintersteiger
|
4286eb571f
|
Bugfix for FP numeral construction and extraction.
Fixes #382.
|
2015-12-31 16:40:45 +00:00 |
|
Christoph M. Wintersteiger
|
2f08040403
|
typo
|
2015-12-29 16:00:07 +00:00 |
|
Christoph M. Wintersteiger
|
b0781a14cd
|
Fix for FP numeral construction in the Python API. Fixes #386.
|
2015-12-29 15:59:14 +00:00 |
|
Nikolaj Bjorner
|
386399472d
|
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-23 11:02:34 -08:00 |
|
Nikolaj Bjorner
|
7a9bd72e2e
|
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-22 17:48:47 -08:00 |
|
Nikolaj Bjorner
|
0b1e8ff912
|
removing tabs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-22 17:00:00 -08:00 |
|
Nikolaj Bjorner
|
5262e1986c
|
removing tabs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-22 16:58:26 -08:00 |
|
Christoph M. Wintersteiger
|
ced4a430d1
|
ML code simplification
|
2015-12-22 23:40:27 +00:00 |
|
Christoph M. Wintersteiger
|
0f656047c7
|
ML code simplification
|
2015-12-22 23:37:07 +00:00 |
|
Nikolaj Bjorner
|
4cf41c44f3
|
support else values that are null from models
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-22 11:09:48 -08:00 |
|
Nikolaj Bjorner
|
995d66c6f2
|
remove print statements
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-22 10:46:33 -08:00 |
|
Nikolaj Bjorner
|
9c6271dded
|
add debugging facilities for github issues #384 #367
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-22 10:43:18 -08:00 |
|
Nikolaj Bjorner
|
8e26c97782
|
tuning bit-vector operations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-21 13:09:03 +02:00 |
|
Christoph M. Wintersteiger
|
ed1e8b73ed
|
formatting
|
2015-12-17 17:39:23 +00:00 |
|
Christoph M. Wintersteiger
|
fc5b9156cf
|
Merge pull request #363 from delcypher/dotnet_configure_assembly_info
Refactor ``mk_all_assembly_infos()`` to use the ``configure_file()`` and misc fixes for dotnet bindings
|
2015-12-15 11:35:14 +00:00 |
|
Christoph M. Wintersteiger
|
c33a8794a4
|
Merge branch 'master' of https://github.com/Z3Prover/z3 into new_ocaml_install
|
2015-12-14 16:32:48 +00:00 |
|
Christoph M. Wintersteiger
|
e652b7d2c7
|
Follow-up fix for #377.
|
2015-12-14 16:31:10 +00:00 |
|
Christoph M. Wintersteiger
|
4f5a2e432d
|
For for Python 3.x __eq__/__hash__.
Fixes #377.
|
2015-12-14 16:27:39 +00:00 |
|
Christoph M. Wintersteiger
|
ced6809cd8
|
Removed old, unnecessary file.
|
2015-12-14 14:43:28 +00:00 |
|
Christoph M. Wintersteiger
|
134b93b43e
|
ML API build fixes for Windows.
|
2015-12-14 14:41:19 +00:00 |
|
Christoph M. Wintersteiger
|
1f0b5cd0bc
|
Merge branch 'master' of https://github.com/Z3Prover/z3 into new_ocaml_install
|
2015-12-14 13:02:49 +00:00 |
|
Dan Liew
|
28eb21442e
|
Bump the copyright year in `AssemblyInfo.cs.in `. Perhaps we should
automatically generate this year during the configure step with a
``@COPYRIGHT_END_YEAR@`` substitution instead?
|
2015-12-14 09:51:45 +00:00 |
|
Dan Liew
|
288fb3b7c1
|
Remove some trailing spaces in `AssemblyInfo.cs.in `
|
2015-12-14 09:51:45 +00:00 |
|
Dan Liew
|
81c98cf3ee
|
Refactor `mk_all_assembly_infos() to use the configure_file() `
function. The old implementation was buggy under Python 3.5 and
unsafe (not using with statements on calls to ``open()``).
|
2015-12-14 09:51:45 +00:00 |
|
Nikolaj Bjorner
|
72883df134
|
fix build, add seq features
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-13 16:02:17 -08:00 |
|
Christoph M. Wintersteiger
|
5a357097c0
|
ML API Windows build fixes
|
2015-12-12 20:01:52 +00:00 |
|
Christoph M. Wintersteiger
|
d5f79c1f17
|
build fix for ML API
|
2015-12-12 19:30:25 +00:00 |
|
Nikolaj Bjorner
|
d4a90d7ec3
|
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-12 19:30:24 +00:00 |
|
Nikolaj Bjorner
|
9769322690
|
reworking cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-12 19:30:23 +00:00 |
|
Nikolaj Bjorner
|
e08bfb62f8
|
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-12 19:30:23 +00:00 |
|
Nikolaj Bjorner
|
589626b738
|
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-12 19:30:23 +00:00 |
|
Nikolaj Bjorner
|
f2f9578c0a
|
cleanup cancelation logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-12 19:30:22 +00:00 |
|
Nikolaj Bjorner
|
9c597e9eea
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2015-12-11 17:47:03 -08:00 |
|
Nikolaj Bjorner
|
1aea9722cb
|
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-11 16:56:23 -08:00 |
|
Nikolaj Bjorner
|
baee4225a7
|
reworking cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-11 16:21:24 -08:00 |
|
Nikolaj Bjorner
|
981f8226fe
|
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-11 13:36:47 -08:00 |
|
Nikolaj Bjorner
|
32b6b2da44
|
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-11 13:13:11 -08:00 |
|
Nikolaj Bjorner
|
61dbb6168e
|
cleanup cancelation logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-11 12:35:35 -08:00 |
|
Christoph M. Wintersteiger
|
12ee1d342c
|
Improved argument validation in FP API.
Fixes #372
|
2015-12-11 17:48:40 +00:00 |
|
Christoph M. Wintersteiger
|
b25f517a89
|
Bugfix for C++ API.
Fixes #371.
|
2015-12-11 14:03:41 +00:00 |
|
Christoph M. Wintersteiger
|
cc8e685f45
|
whitespace
|
2015-12-11 14:03:24 +00:00 |
|
Christoph M. Wintersteiger
|
383d06b225
|
Bugfix for Expr.isInt in .NET, Java, ML.
Fixes #370
|
2015-12-10 15:13:55 +00:00 |
|
Christoph M. Wintersteiger
|
3626d9f69f
|
Bugfix for floating-point API.
Fixes #358.
|
2015-12-07 19:24:09 +00:00 |
|
Christoph M. Wintersteiger
|
2a0bbad524
|
Bugfix for ML API
|
2015-12-07 14:42:40 +00:00 |
|
Christoph M. Wintersteiger
|
cfc25b5094
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2015-12-07 13:14:00 +00:00 |
|