Use EnvObj-based options in preprocessing (#7165)
authorGereon Kremer <nafur42@gmail.com>
Fri, 10 Sep 2021 00:21:57 +0000 (17:21 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 00:21:57 +0000 (17:21 -0700)
commitb334cf09f05b11150f5e1e7a915346e0d753841d
tree70eed6aee89ee02c4538fd9a2fb4be665caa14e8
parent44657985f2d52f58803cf64cf9da93e6419ade35
Use EnvObj-based options in preprocessing (#7165)

This PR is the first step in replacing options access via options::foo() to using the environment (via EnvObj and options().module.foo). It replaces all such options accesses in the preprocessing passes.
src/preprocessing/passes/ackermann.cpp
src/preprocessing/passes/bool_to_bv.cpp
src/preprocessing/passes/bv_to_int.cpp
src/preprocessing/passes/extended_rewriter_pass.cpp
src/preprocessing/passes/ho_elim.cpp
src/preprocessing/passes/ho_elim.h
src/preprocessing/passes/int_to_bv.cpp
src/preprocessing/passes/ite_simp.cpp
src/preprocessing/passes/miplib_trick.cpp
src/preprocessing/passes/sort_infer.cpp
src/preprocessing/passes/synth_rew_rules.cpp