Renamed operator CHOICE to WITNESS (#4207)
authormudathirmahgoub <mudathirmahgoub@gmail.com>
Tue, 19 May 2020 21:24:59 +0000 (16:24 -0500)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 21:24:59 +0000 (16:24 -0500)
commitc8f149fa83fa16f821f37687fedfa778808809bd
tree8808ec522b58c0d8273280923b984a72e0b7bb29
parent6bb98062a5578d126db6a3e8cdca083881893b32
Renamed operator CHOICE to WITNESS (#4207)

Renamed operator CHOICE to WITNESS, and removed it from the front end
33 files changed:
src/api/cvc4cpp.cpp
src/api/cvc4cppkind.h
src/expr/expr_manager_template.h
src/expr/node.h
src/expr/node_algorithm.h
src/options/smt_options.toml
src/parser/cvc/Cvc.g
src/parser/smt2/Smt2.g
src/parser/tptp/Tptp.g
src/printer/smt2/smt2_printer.cpp
src/smt/term_formula_removal.cpp
src/smt/term_formula_removal.h
src/theory/arith/nl_model.cpp
src/theory/arith/theory_arith_private.cpp
src/theory/builtin/kinds
src/theory/builtin/theory_builtin.cpp
src/theory/builtin/theory_builtin_rewriter.cpp
src/theory/builtin/theory_builtin_type_rules.h
src/theory/quantifiers/bv_inverter.cpp
src/theory/quantifiers/bv_inverter.h
src/theory/quantifiers/cegqi/ceg_bv_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_instantiator.h
src/theory/quantifiers/fmf/bounded_integers.cpp
src/theory/quantifiers/fmf/bounded_integers.h
src/theory/sets/theory_sets_private.cpp
src/theory/strings/theory_strings.cpp
src/theory/theory_model.cpp
test/regress/CMakeLists.txt
test/regress/regress0/nl/sqrt2-value.smt2
test/regress/regress0/parser/choice.cvc [deleted file]
test/regress/regress0/parser/choice.smt2 [deleted file]
test/regress/regress1/nl/issue3300-approx-sqrt-witness.smt2