3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-19 01:32:17 +00:00
z3/src/ast/substitution
Nikolaj Bjorner 1974c224ab add demodulator simplifier
refactor demodulator-rewriter a bit to separate reusable features.
2022-12-04 09:39:28 -08:00
..
CMakeLists.txt move it into substitution to handle dependencies 2022-12-04 06:23:32 -08:00
demodulator_rewriter.cpp add demodulator simplifier 2022-12-04 09:39:28 -08:00
demodulator_rewriter.h add demodulator simplifier 2022-12-04 09:39:28 -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