EnvObj: Add options(), context(), userContext(). (#7137)
authorAina Niemetz <aina.niemetz@gmail.com>
Fri, 3 Sep 2021 23:33:33 +0000 (16:33 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Sep 2021 23:33:33 +0000 (23:33 +0000)
commit1eb3c6c8eb3da95cababcc0b1705c0299eee099c
tree72233917af15c553dfbbf59f1125952cab83c89b
parent5cef06bd2beff38a911c74ec082d9789eed83421
EnvObj: Add options(), context(), userContext(). (#7137)

This further renames EnvObj::getLogicInfo to EnvObj::logicInfo.
28 files changed:
src/preprocessing/passes/ackermann.cpp
src/preprocessing/passes/bv_to_int.cpp
src/preprocessing/passes/foreign_theory_rewrite.cpp
src/preprocessing/passes/fun_def_fmf.cpp
src/preprocessing/passes/ite_simp.cpp
src/preprocessing/passes/non_clausal_simp.cpp
src/preprocessing/passes/pseudo_boolean_processor.cpp
src/preprocessing/passes/real_to_int.cpp
src/preprocessing/passes/sygus_inference.cpp
src/preprocessing/passes/unconstrained_simplifier.cpp
src/preprocessing/preprocessing_pass_context.cpp
src/preprocessing/preprocessing_pass_context.h
src/smt/env_obj.cpp
src/smt/env_obj.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith_private.cpp
src/theory/model_manager.cpp
src/theory/quantifiers/sygus/sygus_repair_const.cpp
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/sep/theory_sep.cpp
src/theory/sets/theory_sets.cpp
src/theory/sort_inference.cpp
src/theory/theory.cpp
src/theory/theory_engine.cpp
src/theory/theory_model.cpp
src/theory/theory_model_builder.cpp
src/theory/theory_state.cpp
src/theory/uf/theory_uf.cpp