Nuno Lopes
|
d1c13f17b0
|
remove noexcept since MSVC 2012 doest support it
|
2017-10-16 00:54:30 +01:00 |
|
Nuno Lopes
|
27e84c5ffc
|
mpz.h: fix typo in previous commit (found by Nikolaj)
|
2017-10-16 00:54:29 +01:00 |
|
Nuno Lopes
|
9b54b4e784
|
fix vector<> to support non-POD types
adjust code to std::move and avoid unnecessary/illegal
|
2017-10-16 00:54:29 +01:00 |
|
Nikolaj Bjorner
|
b19f94ae5b
|
make include paths uniformly use path relative to src. #534
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-07-31 13:24:11 -07:00 |
|
Christoph M. Wintersteiger
|
c395516058
|
Adjusted rlimit increments in theory_arith to avoid non-termination issues
|
2017-06-25 22:19:42 +01:00 |
|
Nikolaj Bjorner
|
a0efdc21c3
|
add missing locks around mpz operations that access object allocator. Use internal skolem constant for theory assumption to hide it from models
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-05-14 14:04:00 -07:00 |
|
Nikolaj Bjorner
|
085d31dca2
|
mpq/mpz features from LRA
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-05-09 09:18:59 -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 |
|
Christoph M. Wintersteiger
|
7e579604e1
|
Eliminated the old MS-Bignum interface because it stood in the way of progress.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
|
2015-02-07 19:39:15 +00:00 |
|
Leonardo de Moura
|
3d34aa7f01
|
Fix is_int64 bug in mpz when compiling with GMP
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-04-08 14:50:17 -07:00 |
|
Leonardo de Moura
|
03c1b24dea
|
Fix get_int64 and is_int64 methods in mpz. Fix INT64_MAX constant definition.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-04-08 14:25:25 -07:00 |
|
Leonardo de Moura
|
ef11ef61b5
|
Clean m_val field when switching to GMP bignum
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-01-11 17:55:52 -08:00 |
|
Leonardo de Moura
|
ff809db16d
|
Add get_int and get_uint to mpz_manager
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-01-08 15:40:19 -08:00 |
|
Leonardo de Moura
|
f324724abc
|
Fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-01-03 17:43:48 -08:00 |
|
Leonardo de Moura
|
2c464d413d
|
Reorganizing source code. Created util dir
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2012-10-20 10:19:38 -07:00 |
|