3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-21 17:39:36 +00:00
z3/src/ast/rewriter
Nikolaj Bjorner e9e0293d1a local updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2017-02-02 10:19:51 -08:00
..
bit_blaster remove 2 outdated comments 2016-12-01 14:10:31 +00:00
arith_rewriter.cpp fix at-most-1 constraint compiler bug 2016-10-22 18:50:16 -07:00
arith_rewriter.h
arith_rewriter_params.pyg
array_rewriter.cpp fix evaluator for array store expressions 2016-11-02 21:33:24 +00:00
array_rewriter.h fix evaluator for array store expressions 2016-11-02 21:33:24 +00:00
array_rewriter_params.pyg
ast_counter.cpp
ast_counter.h
bool_rewriter.cpp fix crash with unary xor #870 2017-01-15 12:06:56 -08:00
bool_rewriter.h fix perf bug reported in #790 2016-11-17 05:38:52 +02:00
bool_rewriter_params.pyg
bv_bounds.cpp fix debug build, unused variable warnings 2016-12-21 10:44:49 -08:00
bv_bounds.h Adding bv preprocessing techniques. 2016-09-16 19:44:37 +01:00
bv_rewriter.cpp fix compiler warnings, gcc 2016-09-28 16:42:07 -07:00
bv_rewriter.h Removing an unused method from bv_rewriter. 2016-09-16 19:44:37 +01:00
bv_rewriter_params.pyg Adding bv preprocessing techniques. 2016-09-16 19:44:37 +01:00
bv_trailing.cpp Adding bv preprocessing techniques. 2016-09-16 19:44:37 +01:00
bv_trailing.h
datatype_rewriter.cpp
datatype_rewriter.h
der.cpp
der.h
dl_rewriter.cpp
dl_rewriter.h
enum2bv_rewriter.cpp fix enum2bv to handle singleton enumeration types, differentiate disequality conflicts for theories that handle disequalities vs. theories that don't 2016-10-27 13:35:53 -07:00
enum2bv_rewriter.h add missing file 2016-10-23 20:52:44 -07:00
expr_replacer.cpp
expr_replacer.h reworking cancellation 2015-12-11 16:21:24 -08:00
expr_safe_replace.cpp
expr_safe_replace.h
factor_rewriter.cpp
factor_rewriter.h
fpa_rewriter.cpp Bug fixes for underspecified FP operations. 2016-10-15 18:35:39 +02:00
fpa_rewriter.h fp2bv refactoring 2016-05-23 18:10:17 +01:00
fpa_rewriter_params.pyg Bug fixes for underspecified FP operations. 2016-10-15 18:35:39 +02:00
label_rewriter.cpp
label_rewriter.h
mk_extract_proc.cpp
mk_extract_proc.h
mk_simplified_app.cpp
mk_simplified_app.h
pb2bv_rewriter.cpp local updates 2017-02-02 10:19:51 -08:00
pb2bv_rewriter.h fix memory abuse in internalization in inc-sat-solver 2016-10-31 22:25:58 +01:00
pb_rewriter.cpp update conflict resolution for cardinality case 2016-12-28 12:44:30 -08:00
pb_rewriter.h
pb_rewriter_def.h
poly_rewriter.h
poly_rewriter_def.h
poly_rewriter_params.pyg
quant_hoist.cpp
quant_hoist.h
rewriter.cpp remove min/max, use qmax; disable cancellation during model evaluation 2016-05-19 13:04:20 -07:00
rewriter.h address other warnings per input from delcypher 2016-12-10 17:23:59 +01:00
rewriter.txt
rewriter_def.h Fixed interruption/cancelation issue in rewriter. 2016-11-17 16:28:49 +00:00
rewriter_params.pyg Adding bv preprocessing techniques. 2016-09-16 19:44:37 +01:00
rewriter_types.h
seq_rewriter.cpp handle model generation from issue #748. Deal with warnings from #836 2016-12-12 00:40:52 +01:00
seq_rewriter.h set solver on simplify command 2016-07-27 15:35:44 -07:00
th_rewriter.cpp Adding bv preprocessing techniques. 2016-09-16 19:44:37 +01:00
th_rewriter.h set solver on simplify command 2016-07-27 15:35:44 -07:00
var_subst.cpp
var_subst.h