Replace more static options accesses (#7531)
authorGereon Kremer <nafur42@gmail.com>
Mon, 1 Nov 2021 12:08:09 +0000 (05:08 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 12:08:09 +0000 (12:08 +0000)
commitc8887627fab0a7f8395bb6434b624df028b8ef46
tree3f73ec2fc74c44ada45a2f30001226a0d2165550
parentffdc8a3676aad41d0fcef0290241aa9df2e5be1b
Replace more static options accesses (#7531)

This replaces a bunch of static accesses to options (`options::foo()`) by using the `EnvObj::options()` method.
20 files changed:
src/smt/interpolation_solver.cpp
src/theory/combination_engine.cpp
src/theory/datatypes/sygus_extension.cpp
src/theory/model_manager.cpp
src/theory/quantifiers/candidate_rewrite_filter.cpp
src/theory/quantifiers/cegqi/ceg_arith_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/ematching/ho_trigger.cpp
src/theory/quantifiers/equality_query.cpp
src/theory/quantifiers/instantiate.cpp
src/theory/quantifiers/sygus/sygus_interpol.cpp
src/theory/quantifiers/sygus/synth_conjecture.cpp
src/theory/quantifiers/term_registry.cpp
src/theory/quantifiers_engine.cpp
src/theory/theory.cpp
src/theory/theory_engine.cpp
src/theory/theory_model.cpp
src/theory/theory_model_builder.cpp