.. |
bit2int.h
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
bit_blaster.cpp
|
rename bit_blaster class to bit_blaster_simplifier to avoid name clash
|
2022-12-30 18:39:02 -08:00 |
bit_blaster.h
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
bound_manager.cpp
|
detect bounds from mod
|
2023-01-22 14:40:19 -08:00 |
bound_manager.h
|
move bound_manager to simplifiers, add bound manager to extract_eqs for solve-eqs #6532
|
2023-01-12 12:42:28 -08:00 |
bound_propagator.cpp
|
Add new tactic bound-simplifier for integer-based bit-vector reasoning.
|
2023-01-22 22:07:28 -08:00 |
bound_propagator.h
|
Add new tactic bound-simplifier for integer-based bit-vector reasoning.
|
2023-01-22 22:07:28 -08:00 |
bound_simplifier.cpp
|
add contextual simplification to bv-bounds-tactic
|
2023-01-24 17:49:55 -08:00 |
bound_simplifier.h
|
add trail to avoid stale references in expr2var
|
2023-01-24 04:15:52 -08:00 |
bv_bounds_simplifier.cpp
|
move dominator simplifier functionality to rewriter and simplifier, move bv_bounds simplifier functionality to simplifier
|
2023-01-27 17:11:48 -08:00 |
bv_bounds_simplifier.h
|
move dominator simplifier functionality to rewriter and simplifier, move bv_bounds simplifier functionality to simplifier
|
2023-01-27 17:11:48 -08:00 |
bv_elim.h
|
cave in to supporting proofs (partially) in simplifiers, updated doc
|
2022-12-06 17:02:04 -08:00 |
bv_slice.cpp
|
cave in to supporting proofs (partially) in simplifiers, updated doc
|
2022-12-06 17:02:04 -08:00 |
bv_slice.h
|
move qhead to attribute on the state instead of the simplifier,
|
2022-11-29 16:36:02 +07:00 |
card2bv.cpp
|
doc fixes
|
2022-12-11 10:04:01 -08:00 |
card2bv.h
|
move qhead to attribute on the state instead of the simplifier,
|
2022-11-29 16:36:02 +07:00 |
CMakeLists.txt
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
cnf_nnf.h
|
cave in to supporting proofs (partially) in simplifiers, updated doc
|
2022-12-06 17:02:04 -08:00 |
demodulator_simplifier.cpp
|
cave in to supporting proofs (partially) in simplifiers, updated doc
|
2022-12-06 17:02:04 -08:00 |
demodulator_simplifier.h
|
add demodulator tactic based on demodulator-simplifier
|
2022-12-05 03:20:46 -08:00 |
dependent_expr.h
|
fix bugs in flatten_clauses simplifier, switch proof/fml
|
2023-01-04 11:56:28 -08:00 |
dependent_expr_state.cpp
|
convert reduce-args to a simplifier
|
2023-01-28 20:12:14 -08:00 |
dependent_expr_state.h
|
add simplifiers to .net API
|
2023-02-02 17:41:00 -08:00 |
distribute_forall.cpp
|
distribute forall cpp code
|
2022-12-06 18:15:18 -08:00 |
distribute_forall.h
|
update distribute forall
|
2022-12-06 17:59:33 -08:00 |
dominator_simplifier.cpp
|
remove unused field
|
2023-02-02 19:33:23 -08:00 |
dominator_simplifier.h
|
remove unused field
|
2023-02-02 19:33:23 -08:00 |
elim_bounds.h
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
elim_term_ite.h
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
elim_unconstrained.cpp
|
add stubs for proof production in elim_unconstrained
|
2023-01-25 13:32:51 -08:00 |
elim_unconstrained.h
|
add stubs for proof production in elim_unconstrained
|
2023-01-25 13:32:51 -08:00 |
eliminate_predicates.cpp
|
fix warning
|
2023-02-01 10:18:14 -08:00 |
eliminate_predicates.h
|
add quasi macro detection
|
2023-01-06 19:53:55 -08:00 |
euf_completion.cpp
|
cave in to supporting proofs (partially) in simplifiers, updated doc
|
2022-12-06 17:02:04 -08:00 |
euf_completion.h
|
move qhead to attribute on the state instead of the simplifier,
|
2022-11-29 16:36:02 +07:00 |
extract_eqs.cpp
|
Add new tactic bound-simplifier for integer-based bit-vector reasoning.
|
2023-01-22 22:07:28 -08:00 |
extract_eqs.h
|
switch to solve_eqs2 tactic
|
2022-11-08 12:23:36 -08:00 |
flatten_clauses.h
|
bugfix to flatten-clases simplifier
|
2023-01-05 20:59:28 -08:00 |
linear_equation.cpp
|
Add new tactic bound-simplifier for integer-based bit-vector reasoning.
|
2023-01-22 22:07:28 -08:00 |
linear_equation.h
|
Add new tactic bound-simplifier for integer-based bit-vector reasoning.
|
2023-01-22 22:07:28 -08:00 |
max_bv_sharing.cpp
|
#6538
|
2023-01-15 15:58:29 -05:00 |
max_bv_sharing.h
|
make max_bv_sharing a simplifier
|
2022-11-25 11:38:41 +07:00 |
model_reconstruction_trail.cpp
|
check if trail is empty to avoid collecting variables
|
2023-01-31 13:35:43 -08:00 |
model_reconstruction_trail.h
|
fix build
|
2023-01-31 14:53:04 -08:00 |
propagate_values.cpp
|
update doc
|
2022-12-11 10:16:17 -08:00 |
propagate_values.h
|
fix perf bugs in new value propagation
|
2022-12-04 03:53:30 -08:00 |
pull_nested_quantifiers.h
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
push_ite.h
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
reduce_args_simplifier.cpp
|
fix build
|
2023-01-28 21:51:51 -08:00 |
reduce_args_simplifier.h
|
convert reduce-args to a simplifier
|
2023-01-28 20:12:14 -08:00 |
refine_inj_axiom.h
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
rewriter_simplifier.h
|
update release notes
|
2023-01-31 12:19:33 -08:00 |
seq_simplifier.h
|
add more simplifiers, fix model reconstruction order for elim_unconstrained
|
2022-12-01 02:35:43 +09:00 |
solve_context_eqs.cpp
|
cave in to supporting proofs (partially) in simplifiers, updated doc
|
2022-12-06 17:02:04 -08:00 |
solve_context_eqs.h
|
switch to solve_eqs2 tactic
|
2022-11-08 12:23:36 -08:00 |
solve_eqs.cpp
|
Add new tactic bound-simplifier for integer-based bit-vector reasoning.
|
2023-01-22 22:07:28 -08:00 |
solve_eqs.h
|
wip - dependent expr simpliifer
|
2022-11-30 13:41:40 +07:00 |