3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00
z3/src
Christoph M. Wintersteiger 6749c19ab1 Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3
# Conflicts:
#	src/ast/ast.h
#	src/interp/iz3foci.cpp
#	src/muz/duality/duality_dl_interface.cpp
#	src/util/hwf.h
2015-10-19 15:14:45 +01:00
..
api Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3 2015-10-19 15:14:45 +01:00
ast Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3 2015-10-19 15:14:45 +01:00
cmd_context Fixed typo that accidentally prints warning message if a Z3 context is created with the 'timeout' parameter 2015-10-07 17:27:05 +02:00
duality fail gracefully on interpolation errors 2015-07-10 14:39:11 -07:00
interp remove reinterpret_cast. Issue #229, issue #24 2015-10-04 10:54:19 -07:00
math Bug/assertion fix for power monomials in nlsat. 2015-09-17 16:31:51 +01:00
model update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
muz remove reinterpret_cast. Issue #229, issue #24 2015-10-04 10:54:19 -07:00
nlsat include rlimit in nlsat, include dedicated error message, for issue #216 2015-09-29 09:16:46 -07:00
opt adding rlimit resource limit facility to provide platform and architecture independent method for canceling activities 2015-09-28 13:37:59 -07:00
parsers annotate enode hash as signed character to address issue #210 2015-09-29 14:14:29 -07:00
qe fix unintialized memory read exposed by nightly build 2015-09-06 14:15:08 -07:00
sat adding rlimit resource limit facility to provide platform and architecture independent method for canceling activities 2015-09-28 13:37:59 -07:00
shell adding rlimit resource limit facility to provide platform and architecture independent method for canceling activities 2015-09-28 13:37:59 -07:00
smt Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3 2015-10-19 15:14:45 +01:00
solver have solver pretty print declarations, include also datatype declarations 2015-08-07 08:48:24 +02:00
tactic Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3 2015-10-19 15:14:45 +01:00
test comment out unit test that depends on hard-wired path 2015-10-04 16:34:23 -07:00
util Merge branch 'static_analysis' of https://github.com/daniel-j-h/z3 2015-10-19 15:14:45 +01:00