Remove static accesses to options (#7913)
authorGereon Kremer <gkremer@stanford.edu>
Tue, 11 Jan 2022 16:03:41 +0000 (08:03 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 16:03:41 +0000 (16:03 +0000)
commitbbd00db10f2d8801212863a85b04bfd17955086c
tree2fd819ded9614a9fa691c6761611b9f568a55a71
parent0a14d681c473ac77575e6191e7a2c274fd32b755
Remove static accesses to options (#7913)

This PR removes some more calls like options::foo() in favor of options().module.foo.
src/preprocessing/passes/bv_to_int.cpp
src/theory/quantifiers/sygus/sygus_enumerator.cpp
src/theory/quantifiers/sygus/sygus_eval_unfold.cpp
src/theory/quantifiers/sygus/sygus_grammar_norm.cpp
src/theory/quantifiers/sygus/sygus_random_enumerator.cpp
src/theory/quantifiers/sygus_inst.cpp
src/theory/quantifiers/sygus_sampler.cpp
src/theory/quantifiers/sygus_sampler.h
src/theory/quantifiers/term_database.cpp