3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 15:25:26 +00:00
z3/src/tactic/arith
Bruce Mitchener 7bf80c66d0 Remove redundant void arg.
While this was needed in ANSI C, it isn't in C++ and triggers a warning
in clang-tidy when `modernize-redundant-void-arg` is enabled.
2018-02-13 18:51:52 +07:00
..
add_bounds_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
add_bounds_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
arith_bounds_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
arith_bounds_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
bound_manager.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
bound_manager.h Use nullptr. 2018-02-12 14:05:55 +07:00
bound_propagator.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
bound_propagator.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
bv2int_rewriter.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
bv2int_rewriter.h Use nullptr. 2018-02-12 14:05:55 +07:00
bv2real_rewriter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
bv2real_rewriter.h Use nullptr. 2018-02-12 14:05:55 +07:00
card2bv_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
card2bv_tactic.h Use nullptr. 2018-02-12 14:05:55 +07:00
CMakeLists.txt [CMake] Fix dependencies for generating install_tactic.cpp. 2017-06-21 23:03:48 +01:00
degree_shift_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
degree_shift_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
diff_neq_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
diff_neq_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
elim01_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
elim01_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
eq2bv_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
eq2bv_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
factor_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
factor_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
fix_dl_var_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
fix_dl_var_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
fm_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
fm_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
lia2card_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
lia2card_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
lia2pb_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
lia2pb_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
linear_equation.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
linear_equation.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
nla2bv_tactic.cpp Remove redundant void arg. 2018-02-13 18:51:52 +07:00
nla2bv_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
normalize_bounds_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
normalize_bounds_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
pb2bv_model_converter.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
pb2bv_model_converter.h Use override rather than virtual. 2018-02-09 21:19:27 +07:00
pb2bv_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
pb2bv_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
probe_arith.cpp Use override rather than virtual. 2018-02-09 21:19:27 +07:00
probe_arith.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
propagate_ineqs_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
propagate_ineqs_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
purify_arith_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
purify_arith_tactic.h Typo fixes. 2018-01-02 22:48:06 +07:00
recover_01_tactic.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
recover_01_tactic.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00