Remove `Options::wasSetByUser()` (#6682)
authorGereon Kremer <nafur42@gmail.com>
Mon, 7 Jun 2021 17:00:10 +0000 (19:00 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 17:00:10 +0000 (17:00 +0000)
commit4cb2b23322794fc684db4f4a9f9e14e0157c83b0
treec81c3b2db0deb036c947d0e3cc45475eca725043
parent029e5378cef6a0432c25ebaab044a69440d398cc
Remove `Options::wasSetByUser()` (#6682)

This PR removes the next heavily specialized template function Options::wasSetByUser() in favor of direct access to the *WasSetByUser flags.
src/options/mkoptions.py
src/options/options_handler.cpp
src/options/options_public.cpp
src/options/options_template.h
src/printer/printer.cpp
src/prop/minisat/simp/SimpSolver.cc
src/smt/options_manager.cpp
src/smt/set_defaults.cpp
src/smt/smt_engine.cpp
src/theory/quantifiers/expr_miner.cpp
src/theory/quantifiers/sygus/sygus_repair_const.cpp