Christoph M. Wintersteiger
|
758a6d98fb
|
FPA API clarification
|
2016-11-07 12:35:48 +00:00 |
|
Christoph M. Wintersteiger
|
9ebea09d05
|
added is_numeral_negative to ML API.
|
2016-11-07 10:28:39 +00:00 |
|
Christoph M. Wintersteiger
|
9c16d16bc8
|
removed debug output
|
2016-10-28 12:22:28 +01:00 |
|
Christoph M. Wintersteiger
|
253cfeb0af
|
Added FPA numeral accessors/predicates to Python API
|
2016-10-27 15:07:34 +01:00 |
|
Christoph M. Wintersteiger
|
95d7b33ebb
|
Added is_numeral_negative to .NET and Java APIs
|
2016-10-27 15:07:10 +01:00 |
|
Christoph M. Wintersteiger
|
e4f7ff9881
|
Added Z3_fpa_is_numeral_negative to FPA API
|
2016-10-27 15:06:24 +01:00 |
|
Christoph M. Wintersteiger
|
23c58a1ef6
|
Added FPA numeral predicates to ML API
|
2016-10-26 18:53:20 +01:00 |
|
Christoph M. Wintersteiger
|
903d962a3c
|
Merge branch 'fpa_numeral_accessors' of https://github.com/wintersteiger/z3 into fpa_numeral_accessors
|
2016-10-26 18:44:49 +01:00 |
|
Christoph M. Wintersteiger
|
935c523ef8
|
Added FPA numeral predicates to Java API
|
2016-10-26 18:44:35 +01:00 |
|
Christoph M. Wintersteiger
|
c573a7446b
|
Added FPA numeral predicates to .NET API
|
2016-10-26 18:44:25 +01:00 |
|
Christoph M. Wintersteiger
|
cf93e39666
|
Fixed FPA unbiased exponent accessors
|
2016-10-26 15:54:33 +01:00 |
|
Christoph M. Wintersteiger
|
963dfad10e
|
fix for biased flag on get_numeral_exponent_string
|
2016-10-25 14:17:23 +01:00 |
|
Christoph M. Wintersteiger
|
dc78a04135
|
removed debug output
|
2016-10-25 12:20:45 +01:00 |
|
Christoph M. Wintersteiger
|
5fee1ea3c0
|
removed unused variables
|
2016-10-24 14:08:33 +01:00 |
|
Christoph M. Wintersteiger
|
7517cf485e
|
ML API bugfixes for FPA numeral accessors
|
2016-10-24 13:32:37 +01:00 |
|
Christoph M. Wintersteiger
|
df2a569d25
|
Replaced antiquated header with modern equivalent.
|
2016-10-24 13:29:17 +01:00 |
|
Christoph M. Wintersteiger
|
abcb6040d4
|
Refactored FPA numeral accessors.
|
2016-10-24 12:53:57 +01:00 |
|
Christoph M. Wintersteiger
|
0a11e8f3c0
|
Resolved rebase conflicts
|
2016-10-24 12:53:57 +01:00 |
|
Christoph M. Wintersteiger
|
8926b3311d
|
Fixed FP numeral special value sig/exp extraction functions.
|
2016-10-24 12:52:07 +01:00 |
|
Christoph M. Wintersteiger
|
89d38385db
|
Added functions to test FP numerals for special values.
|
2016-10-24 12:50:05 +01:00 |
|
Christoph M. Wintersteiger
|
6b474adc8a
|
Added accessors to extract sign/exponent/significand BV numerals from FP numerals.
|
2016-10-24 12:50:05 +01:00 |
|
Christoph M. Wintersteiger
|
5716eaafed
|
whitespace
|
2016-10-24 12:50:05 +01:00 |
|
Nikolaj Bjorner
|
4f3f21bff1
|
disable local optimization in presence of non-linear constraints, addresses issue #758
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-23 21:45:35 -07:00 |
|
Nikolaj Bjorner
|
b476784f23
|
add missing file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-23 20:52:44 -07:00 |
|
Nikolaj Bjorner
|
f609ee6298
|
add documentation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-23 20:44:25 -07:00 |
|
Nikolaj Bjorner
|
ec5d4f1119
|
add example to exercise at-most-1 constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-23 20:35:20 -07:00 |
|
Nikolaj Bjorner
|
3778048eb4
|
add bounded-int and pb2bv solvers to fd_solver, use sorting networks for pb2bv rewriter when applicable, hoist to pb2bv_rewriter module and remove it from the pb2bv_tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-23 20:31:59 -07:00 |
|
Nikolaj Bjorner
|
6d3430c689
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2016-10-22 21:51:11 -07:00 |
|
Nikolaj Bjorner
|
e32e0d460d
|
fix at-most-1 constraint compiler bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-22 21:50:45 -07:00 |
|
Nikolaj Bjorner
|
23b9d3ef55
|
fix at-most-1 constraint compiler bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-22 18:50:16 -07:00 |
|
Christoph M. Wintersteiger
|
5bd00d3f83
|
Bugfixes for the FPA API
|
2016-10-21 15:39:02 +01:00 |
|
Nikolaj Bjorner
|
bb6d826908
|
use index j to avoid superficial, but typically flagged, name clash with internal index i
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-20 22:17:11 -07:00 |
|
Nikolaj Bjorner
|
9cd7b9b4f6
|
fix mutex finding for smt-core: it was returning mutexes for negations of literals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-20 22:13:23 -07:00 |
|
Christoph M. Wintersteiger
|
f97ffce479
|
Silenced GCC warning about empty loop body.
|
2016-10-19 12:31:35 +01:00 |
|
Christoph M. Wintersteiger
|
f9bd8f674d
|
whitespace
|
2016-10-19 12:31:06 +01:00 |
|
Christoph M. Wintersteiger
|
948bf9540f
|
Fix for previous commit.
|
2016-10-19 12:07:33 +01:00 |
|
Christoph M. Wintersteiger
|
11997afb5d
|
Fixed potential problems with invalidated iterators.
|
2016-10-19 12:00:34 +01:00 |
|
Nikolaj Bjorner
|
881e82e3fa
|
remove legacy interface to dt2bv tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-18 23:04:17 -04:00 |
|
Nikolaj Bjorner
|
3aa7eab3e2
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2016-10-18 22:37:08 -04:00 |
|
Nikolaj Bjorner
|
d060359f01
|
add fd solver for finite domain queries
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-18 22:34:34 -04:00 |
|
Christoph M. Wintersteiger
|
4546915238
|
Fixed iterator invalidation bug in theory_arith_nl.
Indirectly relates to #740
|
2016-10-18 17:17:19 +01:00 |
|
Christoph M. Wintersteiger
|
9fef51553c
|
Whitespace
|
2016-10-18 17:15:43 +01:00 |
|
Nikolaj Bjorner
|
948a1e600e
|
undo breaking commit
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-18 10:27:47 -04:00 |
|
Christoph M. Wintersteiger
|
5ac3bb04ee
|
Tabs
|
2016-10-18 13:18:59 +01:00 |
|
Nikolaj Bjorner
|
edaec81aa2
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2016-10-17 14:53:13 -04:00 |
|
Nikolaj Bjorner
|
9e4450228e
|
adding unit test for enumeration types
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-10-17 14:52:37 -04:00 |
|
Christoph M. Wintersteiger
|
7d37203653
|
Merge pull request #764 from delcypher/cmake_fixes2
Fix a few CMake build bugs
|
2016-10-17 18:45:20 +01:00 |
|
Dan Liew
|
289e51f455
|
[CMake] Fix building the Java bindings.
This was broken due to 495ef0f055
and a914822346 adding and removing
source files without updating the CMake build.
|
2016-10-17 18:30:49 +01:00 |
|
Dan Liew
|
462d3e8e8b
|
[CMake] Unbreak building the .NET bindings.
7fefe40f21 broke building the .NET
bindings by renaming the signing key without updating the CMake build.
|
2016-10-17 18:19:31 +01:00 |
|
Dan Liew
|
03071db3ed
|
[CMake] Fix building the examples when libz3 is built as a static library.
|
2016-10-17 18:19:31 +01:00 |
|