3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00
z3/src
Nikolaj Bjorner d9f9cceea4 use intervals for tracking bounds on arithmetic variables
leverage interval propagation for bounds.
merge functionality with propagate-ineqs tactic
remove the new propagate-bounds tactic and instead use propagate-ineqs
2023-01-23 14:13:03 -08:00
..
ackermannization add doc for ackermannize 2022-12-27 12:02:08 -08:00
api Allow building AC functions without requiring arity check from API 2023-01-22 14:39:58 -08:00
ast use intervals for tracking bounds on arithmetic variables 2023-01-23 14:13:03 -08:00
cmd_context move bound_manager to simplifiers, add bound manager to extract_eqs for solve-eqs #6532 2023-01-12 12:42:28 -08:00
math use intervals for tracking bounds on arithmetic variables 2023-01-23 14:13:03 -08:00
model rename set-flat to set-flat-and-or to allow to differentiate parameters 2022-10-27 11:22:57 -07:00
muz add missing tactic descriptions, add rewrite for tamagochi 2023-01-08 13:32:26 -08:00
nlsat fix bug in new core not detecting conflict, fix #6525, add tactic doc 2023-01-14 17:20:43 -05:00
opt experimental feature to access congruence closure of SimpleSolver 2022-12-30 21:41:27 -08:00
params don't flush stream when printing param vals 2023-01-03 09:35:17 +00:00
parsers Optimize calls to Z3_eval_smtlib2_string (#6422) 2022-10-28 13:57:22 -07:00
qe address compiler warnings, and user question #6544 2023-01-19 19:02:43 -08:00
sat address compiler warnings, and user question #6544 2023-01-19 19:02:43 -08:00
shell cave in to supporting proofs (partially) in simplifiers, updated doc 2022-12-06 17:02:04 -08:00
smt Update theory_lra.cpp 2023-01-22 16:27:48 -08:00
solver fix #6528 2023-01-10 14:42:23 -08:00
tactic use intervals for tracking bounds on arithmetic variables 2023-01-23 14:13:03 -08:00
test fix #6535 2023-01-12 19:06:30 -08:00
util Fix hwf.cpp for MinGW-w64 32-bit clang (#6529) 2023-01-10 13:44:11 -08:00
CMakeLists.txt add demodulator simplifier 2022-12-04 09:39:28 -08:00