Remove more static accesses to options (#7764)
authorGereon Kremer <gkremer@stanford.edu>
Tue, 7 Dec 2021 23:47:15 +0000 (15:47 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Dec 2021 23:47:15 +0000 (23:47 +0000)
commit099043243897f4d216224e7be652a00a81e9bb6c
tree77a631ad7f9392028cf2978f17bc2ecf1bf4abfb
parente5aa96010b548a8ec0964fb002246e21ced2cac9
Remove more static accesses to options (#7764)

This PR removes a bunch of the remaining places where options are accessed statically.
21 files changed:
src/proof/unsat_core.cpp
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/minisat/minisat.cpp
src/prop/minisat/simp/SimpSolver.cc
src/prop/minisat/simp/SimpSolver.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/theory_proxy.cpp
src/prop/theory_proxy.h
src/smt/model.cpp
src/smt/smt_solver.cpp
src/theory/bv/int_blaster.cpp
src/theory/quantifiers/fmf/full_model_check.cpp
src/theory/quantifiers/instantiation_list.cpp
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/sygus/sygus_process_conj.cpp
src/theory/quantifiers/sygus/synth_verify.cpp
src/theory/quantifiers/sygus/template_infer.cpp
src/theory/sort_inference.cpp
src/theory/uf/cardinality_extension.cpp