3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
z3/src/ast/substitution
Nikolaj Bjorner de916f50d6 add demodulator tactic based on demodulator-simplifier
- some handling for commutative operators
- fix bug in demodulator_index where fwd and bwd are swapped
2022-12-05 03:20:46 -08:00
..
CMakeLists.txt move it into substitution to handle dependencies 2022-12-04 06:23:32 -08:00
demodulator_rewriter.cpp add demodulator tactic based on demodulator-simplifier 2022-12-05 03:20:46 -08:00
demodulator_rewriter.h proper fix to #6476 2022-12-04 10:19:39 -08:00
expr_offset.h booyah 2020-07-04 15:56:30 -07:00
expr_offset_map.h booyah 2020-07-04 15:56:30 -07:00
matcher.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
matcher.h remove a hundred implicit constructors/destructors 2021-05-23 14:25:01 +01:00
substitution.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
substitution.h Spacer Global Guidance (#6026) 2022-08-30 15:47:00 -07:00
substitution_tree.cpp update topological sort to use arrays instead of hash tables, expose Context over Z3Object for programmability 2022-06-08 06:28:24 -07:00
substitution_tree.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
unifier.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
unifier.h booyah 2020-07-04 15:56:30 -07:00
var_offset_map.h booyah 2020-07-04 15:56:30 -07:00