3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00
z3/src
Bruce Mitchener eba29a280d
Use std::hexfloat more. (#6203)
Previously, we were only using std::hexfloat on Windows on VS2013
and later.

Since std::hexfloat is part of C++11 and we require C++11 to build
the Z3 library, this should be supported everywhere.
2022-07-29 11:49:56 +02:00
..
ackermannization fix #6126 2022-07-03 17:47:05 -07:00
api Fix doxygen warnings in C API docs. (#6202) 2022-07-29 11:49:24 +02:00
ast force-push on new_eq, new_diseq in user propagator, other fixes to Python bindings for user propagator 2022-07-25 03:42:29 +02:00
cmd_context Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
math Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
model remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
muz Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
nlsat fix debug build 2022-06-17 14:35:33 +01:00
opt add parameter incremental to ensure preprocessing does not interefere with adding constraints during search 2022-07-05 08:10:20 -07:00
params flat only 2022-06-30 19:59:46 -07:00
parsers remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
qe fix #6176 2022-07-20 21:19:20 -07:00
sat fix typo 2022-07-25 03:44:12 +02:00
shell Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
smt fix #6194 2022-07-27 08:03:57 +02:00
solver fix #6176 2022-07-20 21:19:20 -07:00
tactic neatify 2022-07-05 16:57:41 -07:00
test Enable more tests on non-Windows. (#6199) 2022-07-29 11:48:27 +02:00
util Use std::hexfloat more. (#6203) 2022-07-29 11:49:56 +02:00
CMakeLists.txt separate dependencies for qe_lite 2022-01-12 03:26:22 -08:00