3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 22:41:15 +00:00
z3/src/ast/rewriter
2013-05-01 14:11:21 +01:00
..
bit_blaster Add get_sort(expr * n) function that does not depend on ast_manager. Move power_of_two to rational class. Add arith_recognizers and bv_recognizers classes. The two new classes contain the 'read-only' methods from arith_util and bv_util. 2012-12-18 14:44:51 -08:00
arith_rewriter.cpp Add new probes for arithmetic. Check for LIA and LRA (and activate qe if applicable). Modify echo tactic to send results to the regular stream. 2013-02-20 13:41:08 -08:00
arith_rewriter.h Add support for abs (absolute value) function in theory arith (it is part of the SMT-LIB 2.0 standard) 2013-02-03 15:28:56 -08:00
arith_rewriter_params.pyg exposed rewriter parameters 2012-12-02 22:03:30 -08:00
array_rewriter.cpp Fix crash reported at http://z3.codeplex.com/workitem/11. Fix array rewriter bug, rewriter was producing sort incorrect expression. 2012-12-26 08:36:25 -08:00
array_rewriter.h reorganizing the code 2012-10-23 22:14:35 -07:00
array_rewriter_params.pyg exposed rewriter parameters 2012-12-02 22:03:30 -08:00
ast_counter.cpp optimize rule preprocessing 2013-04-26 14:40:20 -07:00
ast_counter.h optimize rule processing 2013-04-26 11:43:06 -07:00
bool_rewriter.cpp Add blast_distinct_threshold option to rewriter. Enable blast_distinct in the QF_LIA default strategy 2012-12-17 10:32:00 -08:00
bool_rewriter.h Add blast_distinct_threshold option to rewriter. Enable blast_distinct in the QF_LIA default strategy 2012-12-17 10:32:00 -08:00
bool_rewriter_params.pyg Add blast_distinct_threshold option to rewriter. Enable blast_distinct in the QF_LIA default strategy 2012-12-17 10:32:00 -08:00
bv_rewriter.cpp Add option :bv-sort-ac true 2013-03-24 14:59:29 -07:00
bv_rewriter.h Add option :bv-sort-ac true 2013-03-24 14:59:29 -07:00
bv_rewriter_params.pyg Add option :bv-sort-ac true 2013-03-24 14:59:29 -07:00
datatype_rewriter.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
datatype_rewriter.h reorganizing the code 2012-10-23 22:14:35 -07:00
der.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
der.h reorganizing the code 2012-10-23 22:14:35 -07:00
dl_rewriter.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
dl_rewriter.h reorganizing the code 2012-10-23 22:14:35 -07:00
expr_replacer.cpp resurrecting assertion stack 2012-11-01 12:37:24 -07:00
expr_replacer.h resurrecting assertion stack 2012-11-01 12:37:24 -07:00
expr_safe_replace.cpp stash 2013-04-03 17:06:45 -07:00
expr_safe_replace.h stash 2013-04-03 17:06:45 -07:00
factor_rewriter.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
factor_rewriter.h reorganizing the code 2012-10-23 22:14:35 -07:00
float_rewriter.cpp FPA: min/max special cases fixed. 2013-05-01 14:08:53 +01:00
float_rewriter.h Added QF_FPABV logic, default tactic, and the asIEEEBV conversion function. 2012-12-01 15:51:33 +00:00
mk_simplified_app.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
mk_simplified_app.h reorganizing the code 2012-10-23 22:14:35 -07:00
poly_rewriter.h reorganizing the code 2012-10-23 22:14:35 -07:00
poly_rewriter_def.h exposed rewriter parameters 2012-12-02 22:03:30 -08:00
poly_rewriter_params.pyg exposed rewriter parameters 2012-12-02 22:03:30 -08:00
quant_hoist.cpp local changes 2013-03-23 16:44:07 -07:00
quant_hoist.h missing hnf 2013-03-23 16:56:47 -07:00
rewriter.cpp reorganizing the code 2012-10-23 22:14:35 -07:00
rewriter.h reorganizing the code 2012-10-25 11:28:03 -07:00
rewriter.txt reorganizing the code 2012-10-23 22:14:35 -07:00
rewriter_def.h reorganizing the code 2012-10-25 11:28:03 -07:00
rewriter_params.pyg exposed rewriter parameters 2012-12-02 22:03:30 -08:00
rewriter_types.h reorganizing the code 2012-10-25 11:28:03 -07:00
th_rewriter.cpp Added is_unique_value. Its semantics is equal to the old is_value method. The contract for is_value changed. See comments at ast.h for more information. 2012-12-07 12:53:51 -08:00
th_rewriter.h exposed rewriter parameters 2012-12-02 22:03:30 -08:00
var_subst.cpp optimize rule processing 2013-04-26 12:02:19 -07:00
var_subst.h optimize rule processing 2013-04-26 11:43:06 -07:00