Update copyright headers for release 1.0 (#8539)
authorMathias Preiner <mathias.preiner@gmail.com>
Tue, 5 Apr 2022 20:38:57 +0000 (13:38 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 20:38:57 +0000 (20:38 +0000)
commitd01e59c13b7337e68806be72145b3e45e4cad89c
treecc2cc63cc1279dfce3213a33a197d62d52bef417
parent2a1fa5d6732600b0e675539d4dcd95f57b1577a8
Update copyright headers for release 1.0 (#8539)
1742 files changed:
CMakeLists.txt
cmake/CMakeGraphVizOptions.cmake.in
cmake/ConfigCompetition.cmake
cmake/ConfigDebug.cmake
cmake/ConfigProduction.cmake
cmake/ConfigTesting.cmake
cmake/ConfigureCvc5.cmake
cmake/FindANTLR3.cmake
cmake/FindCLN.cmake
cmake/FindCVC5PythonicAPI.cmake
cmake/FindCaDiCaL.cmake
cmake/FindCoCoA.cmake
cmake/FindCryptoMiniSat.cmake
cmake/FindDrat2Er.cmake
cmake/FindDummy.cmake.template
cmake/FindEditline.cmake
cmake/FindGLPK.cmake
cmake/FindGMP.cmake
cmake/FindGTest.cmake
cmake/FindHamcrest.cmake
cmake/FindJUnit.cmake
cmake/FindKissat.cmake
cmake/FindLFSC.cmake
cmake/FindPoly.cmake
cmake/FindSphinx.cmake
cmake/FindSymFPU.cmake
cmake/FindValgrind.cmake
cmake/Helpers.cmake
cmake/IWYU.cmake
cmake/Toolchain-aarch64.cmake
cmake/Toolchain-mingw64.cmake
cmake/cvc5Config.cmake.in
cmake/deps-helper.cmake
cmake/fuzzing-murxla.cmake
cmake/target-graphs.cmake
cmake/version.cmake
contrib/get-authors
contrib/update-copyright.pl
examples/CMakeLists.txt
examples/SimpleVC.java
examples/api/cpp/CMakeLists.txt
examples/api/cpp/bags.cpp
examples/api/cpp/bitvectors.cpp
examples/api/cpp/bitvectors_and_arrays.cpp
examples/api/cpp/combination.cpp
examples/api/cpp/datatypes.cpp
examples/api/cpp/extract.cpp
examples/api/cpp/floating_point_arith.cpp
examples/api/cpp/helloworld.cpp
examples/api/cpp/linear_arith.cpp
examples/api/cpp/quickstart.cpp
examples/api/cpp/relations.cpp
examples/api/cpp/sequences.cpp
examples/api/cpp/sets.cpp
examples/api/cpp/strings.cpp
examples/api/cpp/sygus-fun.cpp
examples/api/cpp/sygus-grammar.cpp
examples/api/cpp/sygus-inv.cpp
examples/api/cpp/transcendentals.cpp
examples/api/cpp/utils.cpp
examples/api/cpp/utils.h
examples/api/java/Bags.java
examples/api/java/BitVectors.java
examples/api/java/BitVectorsAndArrays.java
examples/api/java/CMakeLists.txt
examples/api/java/Combination.java
examples/api/java/Datatypes.java
examples/api/java/Exceptions.java
examples/api/java/Extract.java
examples/api/java/FloatingPointArith.java
examples/api/java/HelloWorld.java
examples/api/java/LinearArith.java
examples/api/java/QuickStart.java
examples/api/java/Relations.java
examples/api/java/Sequences.java
examples/api/java/Sets.java
examples/api/java/Statistics.java
examples/api/java/Strings.java
examples/api/java/SygusFun.java
examples/api/java/SygusGrammar.java
examples/api/java/SygusInv.java
examples/api/java/Transcendentals.java
examples/api/java/UnsatCores.java
examples/api/java/Utils.java
examples/api/python/CMakeLists.txt
examples/api/python/bags.py
examples/api/python/bitvectors.py
examples/api/python/bitvectors_and_arrays.py
examples/api/python/combination.py
examples/api/python/datatypes.py
examples/api/python/exceptions.py
examples/api/python/extract.py
examples/api/python/floating_point.py
examples/api/python/helloworld.py
examples/api/python/id.py
examples/api/python/linear_arith.py
examples/api/python/quickstart.py
examples/api/python/relations.py
examples/api/python/sequences.py
examples/api/python/sets.py
examples/api/python/strings.py
examples/api/python/sygus-fun.py
examples/api/python/sygus-grammar.py
examples/api/python/sygus-inv.py
examples/api/python/transcendentals.py
examples/api/python/utils.py
examples/simple_vc_cxx.cpp
examples/simple_vc_quant_cxx.cpp
src/CMakeLists.txt
src/api/cpp/cvc5.cpp
src/api/cpp/cvc5.h
src/api/cpp/cvc5_checks.h
src/api/cpp/cvc5_kind.h
src/api/cpp/cvc5_types.cpp
src/api/cpp/cvc5_types.h
src/api/java/CMakeLists.txt
src/api/java/genenums.py.in
src/api/java/io/github/cvc5/AbstractPointer.java
src/api/java/io/github/cvc5/CVC5ApiException.java
src/api/java/io/github/cvc5/CVC5ApiOptionException.java
src/api/java/io/github/cvc5/CVC5ApiRecoverableException.java
src/api/java/io/github/cvc5/Datatype.java
src/api/java/io/github/cvc5/DatatypeConstructor.java
src/api/java/io/github/cvc5/DatatypeConstructorDecl.java
src/api/java/io/github/cvc5/DatatypeDecl.java
src/api/java/io/github/cvc5/DatatypeSelector.java
src/api/java/io/github/cvc5/Grammar.java
src/api/java/io/github/cvc5/IPointer.java
src/api/java/io/github/cvc5/Op.java
src/api/java/io/github/cvc5/OptionInfo.java
src/api/java/io/github/cvc5/Pair.java
src/api/java/io/github/cvc5/Result.java
src/api/java/io/github/cvc5/Solver.java
src/api/java/io/github/cvc5/Sort.java
src/api/java/io/github/cvc5/Stat.java
src/api/java/io/github/cvc5/Statistics.java
src/api/java/io/github/cvc5/SynthResult.java
src/api/java/io/github/cvc5/Term.java
src/api/java/io/github/cvc5/Triplet.java
src/api/java/io/github/cvc5/Utils.java
src/api/java/jni/api_utilities.cpp
src/api/java/jni/api_utilities.h
src/api/java/jni/datatype.cpp
src/api/java/jni/datatype_constructor.cpp
src/api/java/jni/datatype_constructor_decl.cpp
src/api/java/jni/datatype_decl.cpp
src/api/java/jni/datatype_selector.cpp
src/api/java/jni/grammar.cpp
src/api/java/jni/op.cpp
src/api/java/jni/option_info.cpp
src/api/java/jni/result.cpp
src/api/java/jni/solver.cpp
src/api/java/jni/sort.cpp
src/api/java/jni/stat.cpp
src/api/java/jni/statistics.cpp
src/api/java/jni/synth_result.cpp
src/api/java/jni/term.cpp
src/api/parseenums.py
src/api/python/CMakeLists.txt
src/api/python/genenums.py.in
src/api/python/setup.py.in
src/base/CMakeLists.txt
src/base/check.cpp
src/base/check.h
src/base/collect_tags.py
src/base/configuration.cpp
src/base/configuration.h
src/base/configuration_private.h
src/base/cvc5config.h.in
src/base/exception.cpp
src/base/exception.h
src/base/listener.cpp
src/base/listener.h
src/base/map_util.h
src/base/modal_exception.h
src/base/output.cpp
src/base/output.h
src/base/versioninfo.cpp.in
src/context/CMakeLists.txt
src/context/cdhashmap.h
src/context/cdhashmap_forward.h
src/context/cdhashset.h
src/context/cdhashset_forward.h
src/context/cdinsert_hashmap.h
src/context/cdinsert_hashmap_forward.h
src/context/cdlist.h
src/context/cdlist_forward.h
src/context/cdmaybe.h
src/context/cdo.h
src/context/cdqueue.h
src/context/cdtrail_queue.h
src/context/context.cpp
src/context/context.h
src/context/context_mm.cpp
src/context/context_mm.h
src/decision/assertion_list.cpp
src/decision/assertion_list.h
src/decision/decision_engine.cpp
src/decision/decision_engine.h
src/decision/justification_strategy.cpp
src/decision/justification_strategy.h
src/decision/justify_info.cpp
src/decision/justify_info.h
src/decision/justify_stack.cpp
src/decision/justify_stack.h
src/decision/justify_stats.cpp
src/decision/justify_stats.h
src/expr/CMakeLists.txt
src/expr/algorithm/flatten.h
src/expr/annotation_elim_node_converter.cpp
src/expr/annotation_elim_node_converter.h
src/expr/array_store_all.cpp
src/expr/array_store_all.h
src/expr/ascription_type.cpp
src/expr/ascription_type.h
src/expr/attribute.cpp
src/expr/attribute.h
src/expr/attribute_internals.h
src/expr/attribute_unique_id.h
src/expr/bound_var_manager.cpp
src/expr/bound_var_manager.h
src/expr/cardinality_constraint.cpp
src/expr/cardinality_constraint.h
src/expr/codatatype_bound_variable.cpp
src/expr/codatatype_bound_variable.h
src/expr/datatype_index.cpp
src/expr/datatype_index.h
src/expr/dtype.cpp
src/expr/dtype.h
src/expr/dtype_cons.cpp
src/expr/dtype_cons.h
src/expr/dtype_selector.cpp
src/expr/dtype_selector.h
src/expr/emptybag.cpp
src/expr/emptybag.h
src/expr/emptyset.cpp
src/expr/emptyset.h
src/expr/kind_map.h
src/expr/kind_template.cpp
src/expr/kind_template.h
src/expr/match_trie.cpp
src/expr/match_trie.h
src/expr/metakind_template.cpp
src/expr/metakind_template.h
src/expr/mkexpr
src/expr/mkkind
src/expr/mkmetakind
src/expr/nary_match_trie.cpp
src/expr/nary_match_trie.h
src/expr/nary_term_util.cpp
src/expr/nary_term_util.h
src/expr/node.cpp
src/expr/node.h
src/expr/node_algorithm.cpp
src/expr/node_algorithm.h
src/expr/node_builder.cpp
src/expr/node_builder.h
src/expr/node_converter.cpp
src/expr/node_converter.h
src/expr/node_manager_attributes.h
src/expr/node_manager_template.cpp
src/expr/node_manager_template.h
src/expr/node_self_iterator.h
src/expr/node_traversal.cpp
src/expr/node_traversal.h
src/expr/node_trie.cpp
src/expr/node_trie.h
src/expr/node_trie_algorithm.cpp
src/expr/node_trie_algorithm.h
src/expr/node_value.cpp
src/expr/node_value.h
src/expr/node_visitor.h
src/expr/sequence.cpp
src/expr/sequence.h
src/expr/skolem_manager.cpp
src/expr/skolem_manager.h
src/expr/subs.cpp
src/expr/subs.h
src/expr/subtype_elim_node_converter.cpp
src/expr/subtype_elim_node_converter.h
src/expr/sygus_datatype.cpp
src/expr/sygus_datatype.h
src/expr/symbol_manager.cpp
src/expr/symbol_manager.h
src/expr/symbol_table.cpp
src/expr/symbol_table.h
src/expr/term_canonize.cpp
src/expr/term_canonize.h
src/expr/term_context.cpp
src/expr/term_context.h
src/expr/term_context_node.cpp
src/expr/term_context_node.h
src/expr/term_context_stack.cpp
src/expr/term_context_stack.h
src/expr/type_checker.h
src/expr/type_checker_template.cpp
src/expr/type_checker_util.h
src/expr/type_matcher.cpp
src/expr/type_matcher.h
src/expr/type_node.cpp
src/expr/type_node.h
src/expr/type_properties_template.cpp
src/expr/type_properties_template.h
src/expr/variadic_trie.cpp
src/expr/variadic_trie.h
src/include/cvc5_private.h
src/include/cvc5_private_library.h
src/include/cvc5_public.h
src/include/cvc5parser_private.h
src/include/cvc5parser_public.h
src/lib/clock_gettime.c
src/lib/clock_gettime.h
src/lib/ffs.c
src/lib/ffs.h
src/lib/replacements.h
src/lib/strtok_r.c
src/lib/strtok_r.h
src/main/CMakeLists.txt
src/main/command_executor.cpp
src/main/command_executor.h
src/main/driver_unified.cpp
src/main/interactive_shell.cpp
src/main/interactive_shell.h
src/main/main.cpp
src/main/main.h
src/main/options.h
src/main/options_template.cpp
src/main/signal_handlers.cpp
src/main/signal_handlers.h
src/main/time_limit.cpp
src/main/time_limit.h
src/omt/bitvector_optimizer.cpp
src/omt/bitvector_optimizer.h
src/omt/integer_optimizer.cpp
src/omt/integer_optimizer.h
src/omt/omt_optimizer.cpp
src/omt/omt_optimizer.h
src/options/didyoumean_test.cpp
src/options/io_utils.cpp
src/options/io_utils.h
src/options/language.cpp
src/options/language.h
src/options/managed_streams.cpp
src/options/managed_streams.h
src/options/mkoptions.py
src/options/module_template.cpp
src/options/module_template.h
src/options/option_exception.cpp
src/options/option_exception.h
src/options/options_handler.cpp
src/options/options_handler.h
src/options/options_listener.h
src/options/options_public.h
src/options/options_public_template.cpp
src/options/options_template.cpp
src/options/options_template.h
src/parser/CMakeLists.txt
src/parser/antlr_input.cpp
src/parser/antlr_input.h
src/parser/antlr_input_imports.cpp
src/parser/antlr_line_buffered_input.cpp
src/parser/antlr_line_buffered_input.h
src/parser/bounded_token_buffer.cpp
src/parser/bounded_token_buffer.h
src/parser/bounded_token_factory.cpp
src/parser/bounded_token_factory.h
src/parser/input.cpp
src/parser/input.h
src/parser/line_buffer.cpp
src/parser/line_buffer.h
src/parser/parse_op.cpp
src/parser/parse_op.h
src/parser/parser.cpp
src/parser/parser.h
src/parser/parser_builder.cpp
src/parser/parser_builder.h
src/parser/parser_exception.h
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/parser/smt2/smt2_input.cpp
src/parser/smt2/smt2_input.h
src/parser/smt2/sygus_input.cpp
src/parser/smt2/sygus_input.h
src/parser/tptp/Tptp.g
src/parser/tptp/tptp.cpp
src/parser/tptp/tptp.h
src/parser/tptp/tptp_input.cpp
src/parser/tptp/tptp_input.h
src/preprocessing/assertion_pipeline.cpp
src/preprocessing/assertion_pipeline.h
src/preprocessing/learned_literal_manager.cpp
src/preprocessing/learned_literal_manager.h
src/preprocessing/passes/ackermann.cpp
src/preprocessing/passes/ackermann.h
src/preprocessing/passes/apply_substs.cpp
src/preprocessing/passes/apply_substs.h
src/preprocessing/passes/bool_to_bv.cpp
src/preprocessing/passes/bool_to_bv.h
src/preprocessing/passes/bv_eager_atoms.cpp
src/preprocessing/passes/bv_eager_atoms.h
src/preprocessing/passes/bv_gauss.cpp
src/preprocessing/passes/bv_gauss.h
src/preprocessing/passes/bv_intro_pow2.cpp
src/preprocessing/passes/bv_intro_pow2.h
src/preprocessing/passes/bv_to_bool.cpp
src/preprocessing/passes/bv_to_bool.h
src/preprocessing/passes/bv_to_int.cpp
src/preprocessing/passes/bv_to_int.h
src/preprocessing/passes/extended_rewriter_pass.cpp
src/preprocessing/passes/extended_rewriter_pass.h
src/preprocessing/passes/foreign_theory_rewrite.cpp
src/preprocessing/passes/foreign_theory_rewrite.h
src/preprocessing/passes/fun_def_fmf.cpp
src/preprocessing/passes/fun_def_fmf.h
src/preprocessing/passes/global_negate.cpp
src/preprocessing/passes/global_negate.h
src/preprocessing/passes/ho_elim.cpp
src/preprocessing/passes/ho_elim.h
src/preprocessing/passes/int_to_bv.cpp
src/preprocessing/passes/int_to_bv.h
src/preprocessing/passes/ite_removal.cpp
src/preprocessing/passes/ite_removal.h
src/preprocessing/passes/ite_simp.cpp
src/preprocessing/passes/ite_simp.h
src/preprocessing/passes/learned_rewrite.cpp
src/preprocessing/passes/learned_rewrite.h
src/preprocessing/passes/miplib_trick.cpp
src/preprocessing/passes/miplib_trick.h
src/preprocessing/passes/nl_ext_purify.cpp
src/preprocessing/passes/nl_ext_purify.h
src/preprocessing/passes/non_clausal_simp.cpp
src/preprocessing/passes/non_clausal_simp.h
src/preprocessing/passes/pseudo_boolean_processor.cpp
src/preprocessing/passes/pseudo_boolean_processor.h
src/preprocessing/passes/quantifiers_preprocess.cpp
src/preprocessing/passes/quantifiers_preprocess.h
src/preprocessing/passes/real_to_int.cpp
src/preprocessing/passes/real_to_int.h
src/preprocessing/passes/rewrite.cpp
src/preprocessing/passes/rewrite.h
src/preprocessing/passes/sep_skolem_emp.cpp
src/preprocessing/passes/sep_skolem_emp.h
src/preprocessing/passes/sort_infer.cpp
src/preprocessing/passes/sort_infer.h
src/preprocessing/passes/static_learning.cpp
src/preprocessing/passes/static_learning.h
src/preprocessing/passes/strings_eager_pp.cpp
src/preprocessing/passes/strings_eager_pp.h
src/preprocessing/passes/sygus_inference.cpp
src/preprocessing/passes/sygus_inference.h
src/preprocessing/passes/synth_rew_rules.cpp
src/preprocessing/passes/synth_rew_rules.h
src/preprocessing/passes/theory_preprocess.cpp
src/preprocessing/passes/theory_preprocess.h
src/preprocessing/passes/theory_rewrite_eq.cpp
src/preprocessing/passes/theory_rewrite_eq.h
src/preprocessing/passes/unconstrained_simplifier.cpp
src/preprocessing/passes/unconstrained_simplifier.h
src/preprocessing/preprocessing_pass.cpp
src/preprocessing/preprocessing_pass.h
src/preprocessing/preprocessing_pass_context.cpp
src/preprocessing/preprocessing_pass_context.h
src/preprocessing/preprocessing_pass_registry.cpp
src/preprocessing/preprocessing_pass_registry.h
src/preprocessing/util/ite_utilities.cpp
src/preprocessing/util/ite_utilities.h
src/printer/ast/ast_printer.cpp
src/printer/ast/ast_printer.h
src/printer/let_binding.cpp
src/printer/let_binding.h
src/printer/printer.cpp
src/printer/printer.h
src/printer/smt2/smt2_printer.cpp
src/printer/smt2/smt2_printer.h
src/printer/tptp/tptp_printer.cpp
src/printer/tptp/tptp_printer.h
src/proof/alethe/alethe_node_converter.cpp
src/proof/alethe/alethe_node_converter.h
src/proof/alethe/alethe_nosubtype_node_converter.cpp
src/proof/alethe/alethe_nosubtype_node_converter.h
src/proof/alethe/alethe_post_processor.cpp
src/proof/alethe/alethe_post_processor.h
src/proof/alethe/alethe_printer.cpp
src/proof/alethe/alethe_printer.h
src/proof/alethe/alethe_proof_rule.cpp
src/proof/alethe/alethe_proof_rule.h
src/proof/annotation_proof_generator.cpp
src/proof/annotation_proof_generator.h
src/proof/assumption_proof_generator.cpp
src/proof/assumption_proof_generator.h
src/proof/buffered_proof_generator.cpp
src/proof/buffered_proof_generator.h
src/proof/clause_id.h
src/proof/conv_proof_generator.cpp
src/proof/conv_proof_generator.h
src/proof/conv_seq_proof_generator.cpp
src/proof/conv_seq_proof_generator.h
src/proof/dot/dot_printer.cpp
src/proof/dot/dot_printer.h
src/proof/eager_proof_generator.cpp
src/proof/eager_proof_generator.h
src/proof/lazy_proof.cpp
src/proof/lazy_proof.h
src/proof/lazy_proof_chain.cpp
src/proof/lazy_proof_chain.h
src/proof/lazy_tree_proof_generator.cpp
src/proof/lazy_tree_proof_generator.h
src/proof/lfsc/lfsc_list_sc_node_converter.cpp
src/proof/lfsc/lfsc_list_sc_node_converter.h
src/proof/lfsc/lfsc_node_converter.cpp
src/proof/lfsc/lfsc_node_converter.h
src/proof/lfsc/lfsc_post_processor.cpp
src/proof/lfsc/lfsc_post_processor.h
src/proof/lfsc/lfsc_print_channel.cpp
src/proof/lfsc/lfsc_print_channel.h
src/proof/lfsc/lfsc_printer.cpp
src/proof/lfsc/lfsc_printer.h
src/proof/lfsc/lfsc_util.cpp
src/proof/lfsc/lfsc_util.h
src/proof/method_id.cpp
src/proof/method_id.h
src/proof/print_expr.cpp
src/proof/print_expr.h
src/proof/proof.cpp
src/proof/proof.h
src/proof/proof_checker.cpp
src/proof/proof_checker.h
src/proof/proof_ensure_closed.cpp
src/proof/proof_ensure_closed.h
src/proof/proof_generator.cpp
src/proof/proof_generator.h
src/proof/proof_letify.cpp
src/proof/proof_letify.h
src/proof/proof_node.cpp
src/proof/proof_node.h
src/proof/proof_node_algorithm.cpp
src/proof/proof_node_algorithm.h
src/proof/proof_node_manager.cpp
src/proof/proof_node_manager.h
src/proof/proof_node_to_sexpr.cpp
src/proof/proof_node_to_sexpr.h
src/proof/proof_node_updater.cpp
src/proof/proof_node_updater.h
src/proof/proof_rule.cpp
src/proof/proof_rule.h
src/proof/proof_set.h
src/proof/proof_step_buffer.cpp
src/proof/proof_step_buffer.h
src/proof/theory_proof_step_buffer.cpp
src/proof/theory_proof_step_buffer.h
src/proof/trust_node.cpp
src/proof/trust_node.h
src/proof/unsat_core.cpp
src/proof/unsat_core.h
src/prop/cadical.cpp
src/prop/cadical.h
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/cryptominisat.cpp
src/prop/cryptominisat.h
src/prop/kissat.cpp
src/prop/kissat.h
src/prop/minisat/minisat.cpp
src/prop/minisat/minisat.h
src/prop/opt_clauses_manager.cpp
src/prop/opt_clauses_manager.h
src/prop/proof_cnf_stream.cpp
src/prop/proof_cnf_stream.h
src/prop/proof_post_processor.cpp
src/prop/proof_post_processor.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/prop_proof_manager.cpp
src/prop/prop_proof_manager.h
src/prop/registrar.h
src/prop/sat_proof_manager.cpp
src/prop/sat_proof_manager.h
src/prop/sat_solver.h
src/prop/sat_solver_factory.cpp
src/prop/sat_solver_factory.h
src/prop/sat_solver_types.cpp
src/prop/sat_solver_types.h
src/prop/skolem_def_manager.cpp
src/prop/skolem_def_manager.h
src/prop/theory_proxy.cpp
src/prop/theory_proxy.h
src/prop/zero_level_learner.cpp
src/prop/zero_level_learner.h
src/smt/abduction_solver.cpp
src/smt/abduction_solver.h
src/smt/abstract_values.cpp
src/smt/abstract_values.h
src/smt/assertions.cpp
src/smt/assertions.h
src/smt/check_models.cpp
src/smt/check_models.h
src/smt/command.cpp
src/smt/command.h
src/smt/difficulty_post_processor.cpp
src/smt/difficulty_post_processor.h
src/smt/env.cpp
src/smt/env.h
src/smt/env_obj.cpp
src/smt/env_obj.h
src/smt/expand_definitions.cpp
src/smt/expand_definitions.h
src/smt/interpolation_solver.cpp
src/smt/interpolation_solver.h
src/smt/listeners.cpp
src/smt/listeners.h
src/smt/logic_exception.h
src/smt/model.cpp
src/smt/model.h
src/smt/model_blocker.cpp
src/smt/model_blocker.h
src/smt/model_core_builder.cpp
src/smt/model_core_builder.h
src/smt/optimization_solver.cpp
src/smt/optimization_solver.h
src/smt/preprocess_proof_generator.cpp
src/smt/preprocess_proof_generator.h
src/smt/preprocessor.cpp
src/smt/preprocessor.h
src/smt/print_benchmark.cpp
src/smt/print_benchmark.h
src/smt/process_assertions.cpp
src/smt/process_assertions.h
src/smt/proof_final_callback.cpp
src/smt/proof_final_callback.h
src/smt/proof_manager.cpp
src/smt/proof_manager.h
src/smt/proof_post_processor.cpp
src/smt/proof_post_processor.h
src/smt/quant_elim_solver.cpp
src/smt/quant_elim_solver.h
src/smt/set_defaults.cpp
src/smt/set_defaults.h
src/smt/smt_mode.cpp
src/smt/smt_mode.h
src/smt/smt_solver.cpp
src/smt/smt_solver.h
src/smt/smt_statistics_registry.cpp
src/smt/smt_statistics_registry.h
src/smt/solver_engine.cpp
src/smt/solver_engine.h
src/smt/solver_engine_scope.cpp
src/smt/solver_engine_scope.h
src/smt/solver_engine_state.cpp
src/smt/solver_engine_state.h
src/smt/solver_engine_stats.cpp
src/smt/solver_engine_stats.h
src/smt/sygus_solver.cpp
src/smt/sygus_solver.h
src/smt/term_formula_removal.cpp
src/smt/term_formula_removal.h
src/smt/unsat_core_manager.cpp
src/smt/unsat_core_manager.h
src/smt/witness_form.cpp
src/smt/witness_form.h
src/smt_util/boolean_simplification.cpp
src/smt_util/boolean_simplification.h
src/theory/CMakeLists.txt
src/theory/arith/approx_simplex.cpp
src/theory/arith/approx_simplex.h
src/theory/arith/arith_evaluator.cpp
src/theory/arith/arith_evaluator.h
src/theory/arith/arith_ite_utils.cpp
src/theory/arith/arith_ite_utils.h
src/theory/arith/arith_msum.cpp
src/theory/arith/arith_msum.h
src/theory/arith/arith_poly_norm.cpp
src/theory/arith/arith_poly_norm.h
src/theory/arith/arith_preprocess.cpp
src/theory/arith/arith_preprocess.h
src/theory/arith/arith_rewriter.cpp
src/theory/arith/arith_rewriter.h
src/theory/arith/arith_state.cpp
src/theory/arith/arith_state.h
src/theory/arith/arith_static_learner.cpp
src/theory/arith/arith_static_learner.h
src/theory/arith/arith_utilities.cpp
src/theory/arith/arith_utilities.h
src/theory/arith/arithvar.cpp
src/theory/arith/arithvar.h
src/theory/arith/arithvar_node_map.h
src/theory/arith/attempt_solution_simplex.cpp
src/theory/arith/attempt_solution_simplex.h
src/theory/arith/bound_counts.h
src/theory/arith/bound_inference.cpp
src/theory/arith/bound_inference.h
src/theory/arith/branch_and_bound.cpp
src/theory/arith/branch_and_bound.h
src/theory/arith/callbacks.cpp
src/theory/arith/callbacks.h
src/theory/arith/congruence_manager.cpp
src/theory/arith/congruence_manager.h
src/theory/arith/constraint.cpp
src/theory/arith/constraint.h
src/theory/arith/constraint_forward.h
src/theory/arith/cut_log.cpp
src/theory/arith/cut_log.h
src/theory/arith/delta_rational.cpp
src/theory/arith/delta_rational.h
src/theory/arith/dio_solver.cpp
src/theory/arith/dio_solver.h
src/theory/arith/dual_simplex.cpp
src/theory/arith/dual_simplex.h
src/theory/arith/equality_solver.cpp
src/theory/arith/equality_solver.h
src/theory/arith/error_set.cpp
src/theory/arith/error_set.h
src/theory/arith/fc_simplex.cpp
src/theory/arith/fc_simplex.h
src/theory/arith/infer_bounds.cpp
src/theory/arith/infer_bounds.h
src/theory/arith/inference_manager.cpp
src/theory/arith/inference_manager.h
src/theory/arith/linear_equality.cpp
src/theory/arith/linear_equality.h
src/theory/arith/matrix.cpp
src/theory/arith/matrix.h
src/theory/arith/nl/coverings/cdcac.cpp
src/theory/arith/nl/coverings/cdcac.h
src/theory/arith/nl/coverings/cdcac_utils.cpp
src/theory/arith/nl/coverings/cdcac_utils.h
src/theory/arith/nl/coverings/cocoa_converter.cpp
src/theory/arith/nl/coverings/cocoa_converter.h
src/theory/arith/nl/coverings/constraints.cpp
src/theory/arith/nl/coverings/constraints.h
src/theory/arith/nl/coverings/lazard_evaluation.cpp
src/theory/arith/nl/coverings/lazard_evaluation.h
src/theory/arith/nl/coverings/projections.cpp
src/theory/arith/nl/coverings/projections.h
src/theory/arith/nl/coverings/proof_checker.cpp
src/theory/arith/nl/coverings/proof_checker.h
src/theory/arith/nl/coverings/proof_generator.cpp
src/theory/arith/nl/coverings/proof_generator.h
src/theory/arith/nl/coverings/variable_ordering.cpp
src/theory/arith/nl/coverings/variable_ordering.h
src/theory/arith/nl/coverings_solver.cpp
src/theory/arith/nl/coverings_solver.h
src/theory/arith/nl/equality_substitution.cpp
src/theory/arith/nl/equality_substitution.h
src/theory/arith/nl/ext/constraint.cpp
src/theory/arith/nl/ext/constraint.h
src/theory/arith/nl/ext/ext_state.cpp
src/theory/arith/nl/ext/ext_state.h
src/theory/arith/nl/ext/factoring_check.cpp
src/theory/arith/nl/ext/factoring_check.h
src/theory/arith/nl/ext/monomial.cpp
src/theory/arith/nl/ext/monomial.h
src/theory/arith/nl/ext/monomial_bounds_check.cpp
src/theory/arith/nl/ext/monomial_bounds_check.h
src/theory/arith/nl/ext/monomial_check.cpp
src/theory/arith/nl/ext/monomial_check.h
src/theory/arith/nl/ext/proof_checker.cpp
src/theory/arith/nl/ext/proof_checker.h
src/theory/arith/nl/ext/split_zero_check.cpp
src/theory/arith/nl/ext/split_zero_check.h
src/theory/arith/nl/ext/tangent_plane_check.cpp
src/theory/arith/nl/ext/tangent_plane_check.h
src/theory/arith/nl/ext_theory_callback.cpp
src/theory/arith/nl/ext_theory_callback.h
src/theory/arith/nl/iand_solver.cpp
src/theory/arith/nl/iand_solver.h
src/theory/arith/nl/iand_utils.cpp
src/theory/arith/nl/iand_utils.h
src/theory/arith/nl/icp/candidate.cpp
src/theory/arith/nl/icp/candidate.h
src/theory/arith/nl/icp/contraction_origins.cpp
src/theory/arith/nl/icp/contraction_origins.h
src/theory/arith/nl/icp/icp_solver.cpp
src/theory/arith/nl/icp/icp_solver.h
src/theory/arith/nl/icp/intersection.cpp
src/theory/arith/nl/icp/intersection.h
src/theory/arith/nl/icp/interval.h
src/theory/arith/nl/nl_lemma_utils.cpp
src/theory/arith/nl/nl_lemma_utils.h
src/theory/arith/nl/nl_model.cpp
src/theory/arith/nl/nl_model.h
src/theory/arith/nl/nonlinear_extension.cpp
src/theory/arith/nl/nonlinear_extension.h
src/theory/arith/nl/poly_conversion.cpp
src/theory/arith/nl/poly_conversion.h
src/theory/arith/nl/pow2_solver.cpp
src/theory/arith/nl/pow2_solver.h
src/theory/arith/nl/stats.cpp
src/theory/arith/nl/stats.h
src/theory/arith/nl/strategy.cpp
src/theory/arith/nl/strategy.h
src/theory/arith/nl/transcendental/exponential_solver.cpp
src/theory/arith/nl/transcendental/exponential_solver.h
src/theory/arith/nl/transcendental/proof_checker.cpp
src/theory/arith/nl/transcendental/proof_checker.h
src/theory/arith/nl/transcendental/sine_solver.cpp
src/theory/arith/nl/transcendental/sine_solver.h
src/theory/arith/nl/transcendental/taylor_generator.cpp
src/theory/arith/nl/transcendental/taylor_generator.h
src/theory/arith/nl/transcendental/transcendental_solver.cpp
src/theory/arith/nl/transcendental/transcendental_solver.h
src/theory/arith/nl/transcendental/transcendental_state.cpp
src/theory/arith/nl/transcendental/transcendental_state.h
src/theory/arith/normal_form.cpp
src/theory/arith/normal_form.h
src/theory/arith/operator_elim.cpp
src/theory/arith/operator_elim.h
src/theory/arith/partial_model.cpp
src/theory/arith/partial_model.h
src/theory/arith/pp_rewrite_eq.cpp
src/theory/arith/pp_rewrite_eq.h
src/theory/arith/proof_checker.cpp
src/theory/arith/proof_checker.h
src/theory/arith/rewriter/addition.cpp
src/theory/arith/rewriter/addition.h
src/theory/arith/rewriter/node_utils.cpp
src/theory/arith/rewriter/node_utils.h
src/theory/arith/rewriter/ordering.h
src/theory/arith/rewriter/rewrite_atom.cpp
src/theory/arith/rewriter/rewrite_atom.h
src/theory/arith/rewrites.cpp
src/theory/arith/rewrites.h
src/theory/arith/simplex.cpp
src/theory/arith/simplex.h
src/theory/arith/simplex_update.cpp
src/theory/arith/simplex_update.h
src/theory/arith/soi_simplex.cpp
src/theory/arith/soi_simplex.h
src/theory/arith/tableau.cpp
src/theory/arith/tableau.h
src/theory/arith/tableau_sizes.cpp
src/theory/arith/tableau_sizes.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/arith/theory_arith_private.cpp
src/theory/arith/theory_arith_private.h
src/theory/arith/theory_arith_type_rules.cpp
src/theory/arith/theory_arith_type_rules.h
src/theory/arith/type_enumerator.h
src/theory/arrays/array_info.cpp
src/theory/arrays/array_info.h
src/theory/arrays/inference_manager.cpp
src/theory/arrays/inference_manager.h
src/theory/arrays/proof_checker.cpp
src/theory/arrays/proof_checker.h
src/theory/arrays/skolem_cache.cpp
src/theory/arrays/skolem_cache.h
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/arrays/theory_arrays_rewriter.cpp
src/theory/arrays/theory_arrays_rewriter.h
src/theory/arrays/theory_arrays_type_rules.cpp
src/theory/arrays/theory_arrays_type_rules.h
src/theory/arrays/type_enumerator.cpp
src/theory/arrays/type_enumerator.h
src/theory/arrays/union_find.cpp
src/theory/arrays/union_find.h
src/theory/assertion.cpp
src/theory/assertion.h
src/theory/atom_requests.cpp
src/theory/atom_requests.h
src/theory/bags/bag_make_op.cpp
src/theory/bags/bag_make_op.h
src/theory/bags/bag_reduction.cpp
src/theory/bags/bag_reduction.h
src/theory/bags/bag_solver.cpp
src/theory/bags/bag_solver.h
src/theory/bags/bags_rewriter.cpp
src/theory/bags/bags_rewriter.h
src/theory/bags/bags_statistics.cpp
src/theory/bags/bags_statistics.h
src/theory/bags/bags_utils.cpp
src/theory/bags/bags_utils.h
src/theory/bags/card_solver.cpp
src/theory/bags/card_solver.h
src/theory/bags/infer_info.cpp
src/theory/bags/infer_info.h
src/theory/bags/inference_generator.cpp
src/theory/bags/inference_generator.h
src/theory/bags/inference_manager.cpp
src/theory/bags/inference_manager.h
src/theory/bags/rewrites.cpp
src/theory/bags/rewrites.h
src/theory/bags/solver_state.cpp
src/theory/bags/solver_state.h
src/theory/bags/strategy.cpp
src/theory/bags/strategy.h
src/theory/bags/term_registry.cpp
src/theory/bags/term_registry.h
src/theory/bags/theory_bags.cpp
src/theory/bags/theory_bags.h
src/theory/bags/theory_bags_type_enumerator.cpp
src/theory/bags/theory_bags_type_enumerator.h
src/theory/bags/theory_bags_type_rules.cpp
src/theory/bags/theory_bags_type_rules.h
src/theory/booleans/circuit_propagator.cpp
src/theory/booleans/circuit_propagator.h
src/theory/booleans/proof_checker.cpp
src/theory/booleans/proof_checker.h
src/theory/booleans/proof_circuit_propagator.cpp
src/theory/booleans/proof_circuit_propagator.h
src/theory/booleans/theory_bool.cpp
src/theory/booleans/theory_bool.h
src/theory/booleans/theory_bool_rewriter.cpp
src/theory/booleans/theory_bool_rewriter.h
src/theory/booleans/theory_bool_type_rules.cpp
src/theory/booleans/theory_bool_type_rules.h
src/theory/booleans/type_enumerator.h
src/theory/builtin/proof_checker.cpp
src/theory/builtin/proof_checker.h
src/theory/builtin/theory_builtin.cpp
src/theory/builtin/theory_builtin.h
src/theory/builtin/theory_builtin_rewriter.cpp
src/theory/builtin/theory_builtin_rewriter.h
src/theory/builtin/theory_builtin_type_rules.cpp
src/theory/builtin/theory_builtin_type_rules.h
src/theory/builtin/type_enumerator.cpp
src/theory/builtin/type_enumerator.h
src/theory/bv/bitblast/bitblast_proof_generator.cpp
src/theory/bv/bitblast/bitblast_proof_generator.h
src/theory/bv/bitblast/bitblast_strategies_template.h
src/theory/bv/bitblast/bitblast_utils.h
src/theory/bv/bitblast/bitblaster.h
src/theory/bv/bitblast/node_bitblaster.cpp
src/theory/bv/bitblast/node_bitblaster.h
src/theory/bv/bitblast/proof_bitblaster.cpp
src/theory/bv/bitblast/proof_bitblaster.h
src/theory/bv/bv_solver.h
src/theory/bv/bv_solver_bitblast.cpp
src/theory/bv/bv_solver_bitblast.h
src/theory/bv/bv_solver_bitblast_internal.cpp
src/theory/bv/bv_solver_bitblast_internal.h
src/theory/bv/int_blaster.cpp
src/theory/bv/int_blaster.h
src/theory/bv/proof_checker.cpp
src/theory/bv/proof_checker.h
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv.h
src/theory/bv/theory_bv_rewrite_rules.h
src/theory/bv/theory_bv_rewrite_rules_constant_evaluation.h
src/theory/bv/theory_bv_rewrite_rules_core.h
src/theory/bv/theory_bv_rewrite_rules_normalization.h
src/theory/bv/theory_bv_rewrite_rules_operator_elimination.h
src/theory/bv/theory_bv_rewrite_rules_simplification.h
src/theory/bv/theory_bv_rewriter.cpp
src/theory/bv/theory_bv_rewriter.h
src/theory/bv/theory_bv_type_rules.cpp
src/theory/bv/theory_bv_type_rules.h
src/theory/bv/theory_bv_utils.cpp
src/theory/bv/theory_bv_utils.h
src/theory/bv/type_enumerator.h
src/theory/care_graph.h
src/theory/care_pair_argument_callback.cpp
src/theory/care_pair_argument_callback.h
src/theory/combination_care_graph.cpp
src/theory/combination_care_graph.h
src/theory/combination_engine.cpp
src/theory/combination_engine.h
src/theory/datatypes/datatypes_rewriter.cpp
src/theory/datatypes/datatypes_rewriter.h
src/theory/datatypes/infer_proof_cons.cpp
src/theory/datatypes/infer_proof_cons.h
src/theory/datatypes/inference.cpp
src/theory/datatypes/inference.h
src/theory/datatypes/inference_manager.cpp
src/theory/datatypes/inference_manager.h
src/theory/datatypes/proof_checker.cpp
src/theory/datatypes/proof_checker.h
src/theory/datatypes/sygus_datatype_utils.cpp
src/theory/datatypes/sygus_datatype_utils.h
src/theory/datatypes/sygus_extension.cpp
src/theory/datatypes/sygus_extension.h
src/theory/datatypes/sygus_simple_sym.cpp
src/theory/datatypes/sygus_simple_sym.h
src/theory/datatypes/theory_datatypes.cpp
src/theory/datatypes/theory_datatypes.h
src/theory/datatypes/theory_datatypes_type_rules.cpp
src/theory/datatypes/theory_datatypes_type_rules.h
src/theory/datatypes/theory_datatypes_utils.cpp
src/theory/datatypes/theory_datatypes_utils.h
src/theory/datatypes/tuple_project_op.cpp
src/theory/datatypes/tuple_project_op.h
src/theory/datatypes/tuple_utils.cpp
src/theory/datatypes/tuple_utils.h
src/theory/datatypes/type_enumerator.cpp
src/theory/datatypes/type_enumerator.h
src/theory/decision_manager.cpp
src/theory/decision_manager.h
src/theory/decision_strategy.cpp
src/theory/decision_strategy.h
src/theory/difficulty_manager.cpp
src/theory/difficulty_manager.h
src/theory/ee_manager.cpp
src/theory/ee_manager.h
src/theory/ee_manager_central.cpp
src/theory/ee_manager_central.h
src/theory/ee_manager_distributed.cpp
src/theory/ee_manager_distributed.h
src/theory/ee_setup_info.h
src/theory/engine_output_channel.cpp
src/theory/engine_output_channel.h
src/theory/evaluator.cpp
src/theory/evaluator.h
src/theory/ext_theory.cpp
src/theory/ext_theory.h
src/theory/fp/fp_expand_defs.cpp
src/theory/fp/fp_expand_defs.h
src/theory/fp/fp_word_blaster.cpp
src/theory/fp/fp_word_blaster.h
src/theory/fp/theory_fp.cpp
src/theory/fp/theory_fp.h
src/theory/fp/theory_fp_rewriter.cpp
src/theory/fp/theory_fp_rewriter.h
src/theory/fp/theory_fp_type_rules.cpp
src/theory/fp/theory_fp_type_rules.h
src/theory/fp/type_enumerator.h
src/theory/incomplete_id.cpp
src/theory/incomplete_id.h
src/theory/inference_id.cpp
src/theory/inference_id.h
src/theory/inference_id_proof_annotator.cpp
src/theory/inference_id_proof_annotator.h
src/theory/inference_manager_buffered.cpp
src/theory/inference_manager_buffered.h
src/theory/interrupted.h
src/theory/logic_info.cpp
src/theory/logic_info.h
src/theory/mkrewriter
src/theory/mktheorytraits
src/theory/model_manager.cpp
src/theory/model_manager.h
src/theory/model_manager_distributed.cpp
src/theory/model_manager_distributed.h
src/theory/output_channel.cpp
src/theory/output_channel.h
src/theory/quantifiers/alpha_equivalence.cpp
src/theory/quantifiers/alpha_equivalence.h
src/theory/quantifiers/bv_inverter.cpp
src/theory/quantifiers/bv_inverter.h
src/theory/quantifiers/bv_inverter_utils.cpp
src/theory/quantifiers/bv_inverter_utils.h
src/theory/quantifiers/candidate_rewrite_database.cpp
src/theory/quantifiers/candidate_rewrite_database.h
src/theory/quantifiers/candidate_rewrite_filter.cpp
src/theory/quantifiers/candidate_rewrite_filter.h
src/theory/quantifiers/cegqi/ceg_arith_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_arith_instantiator.h
src/theory/quantifiers/cegqi/ceg_bv_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_bv_instantiator.h
src/theory/quantifiers/cegqi/ceg_bv_instantiator_utils.cpp
src/theory/quantifiers/cegqi/ceg_bv_instantiator_utils.h
src/theory/quantifiers/cegqi/ceg_dt_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_dt_instantiator.h
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_instantiator.h
src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
src/theory/quantifiers/cegqi/inst_strategy_cegqi.h
src/theory/quantifiers/cegqi/nested_qe.cpp
src/theory/quantifiers/cegqi/nested_qe.h
src/theory/quantifiers/cegqi/vts_term_cache.cpp
src/theory/quantifiers/cegqi/vts_term_cache.h
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/conjecture_generator.h
src/theory/quantifiers/dynamic_rewrite.cpp
src/theory/quantifiers/dynamic_rewrite.h
src/theory/quantifiers/ematching/candidate_generator.cpp
src/theory/quantifiers/ematching/candidate_generator.h
src/theory/quantifiers/ematching/ho_trigger.cpp
src/theory/quantifiers/ematching/ho_trigger.h
src/theory/quantifiers/ematching/im_generator.cpp
src/theory/quantifiers/ematching/im_generator.h
src/theory/quantifiers/ematching/inst_match_generator.cpp
src/theory/quantifiers/ematching/inst_match_generator.h
src/theory/quantifiers/ematching/inst_match_generator_multi.cpp
src/theory/quantifiers/ematching/inst_match_generator_multi.h
src/theory/quantifiers/ematching/inst_match_generator_multi_linear.cpp
src/theory/quantifiers/ematching/inst_match_generator_multi_linear.h
src/theory/quantifiers/ematching/inst_match_generator_simple.cpp
src/theory/quantifiers/ematching/inst_match_generator_simple.h
src/theory/quantifiers/ematching/inst_strategy.cpp
src/theory/quantifiers/ematching/inst_strategy.h
src/theory/quantifiers/ematching/inst_strategy_e_matching.cpp
src/theory/quantifiers/ematching/inst_strategy_e_matching.h
src/theory/quantifiers/ematching/inst_strategy_e_matching_user.cpp
src/theory/quantifiers/ematching/inst_strategy_e_matching_user.h
src/theory/quantifiers/ematching/instantiation_engine.cpp
src/theory/quantifiers/ematching/instantiation_engine.h
src/theory/quantifiers/ematching/pattern_term_selector.cpp
src/theory/quantifiers/ematching/pattern_term_selector.h
src/theory/quantifiers/ematching/relational_match_generator.cpp
src/theory/quantifiers/ematching/relational_match_generator.h
src/theory/quantifiers/ematching/trigger.cpp
src/theory/quantifiers/ematching/trigger.h
src/theory/quantifiers/ematching/trigger_database.cpp
src/theory/quantifiers/ematching/trigger_database.h
src/theory/quantifiers/ematching/trigger_term_info.cpp
src/theory/quantifiers/ematching/trigger_term_info.h
src/theory/quantifiers/ematching/trigger_trie.cpp
src/theory/quantifiers/ematching/trigger_trie.h
src/theory/quantifiers/ematching/var_match_generator.cpp
src/theory/quantifiers/ematching/var_match_generator.h
src/theory/quantifiers/entailment_check.cpp
src/theory/quantifiers/entailment_check.h
src/theory/quantifiers/equality_query.cpp
src/theory/quantifiers/equality_query.h
src/theory/quantifiers/expr_miner.cpp
src/theory/quantifiers/expr_miner.h
src/theory/quantifiers/expr_miner_manager.cpp
src/theory/quantifiers/expr_miner_manager.h
src/theory/quantifiers/extended_rewrite.cpp
src/theory/quantifiers/extended_rewrite.h
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/fmf/bounded_integers.cpp
src/theory/quantifiers/fmf/bounded_integers.h
src/theory/quantifiers/fmf/first_order_model_fmc.cpp
src/theory/quantifiers/fmf/first_order_model_fmc.h
src/theory/quantifiers/fmf/full_model_check.cpp
src/theory/quantifiers/fmf/full_model_check.h
src/theory/quantifiers/fmf/model_builder.cpp
src/theory/quantifiers/fmf/model_builder.h
src/theory/quantifiers/fmf/model_engine.cpp
src/theory/quantifiers/fmf/model_engine.h
src/theory/quantifiers/fun_def_evaluator.cpp
src/theory/quantifiers/fun_def_evaluator.h
src/theory/quantifiers/ho_term_database.cpp
src/theory/quantifiers/ho_term_database.h
src/theory/quantifiers/index_trie.cpp
src/theory/quantifiers/index_trie.h
src/theory/quantifiers/inst_match.cpp
src/theory/quantifiers/inst_match.h
src/theory/quantifiers/inst_match_trie.cpp
src/theory/quantifiers/inst_match_trie.h
src/theory/quantifiers/inst_strategy_enumerative.cpp
src/theory/quantifiers/inst_strategy_enumerative.h
src/theory/quantifiers/inst_strategy_pool.cpp
src/theory/quantifiers/inst_strategy_pool.h
src/theory/quantifiers/instantiate.cpp
src/theory/quantifiers/instantiate.h
src/theory/quantifiers/instantiation_list.cpp
src/theory/quantifiers/instantiation_list.h
src/theory/quantifiers/lazy_trie.cpp
src/theory/quantifiers/lazy_trie.h
src/theory/quantifiers/master_eq_notify.cpp
src/theory/quantifiers/master_eq_notify.h
src/theory/quantifiers/proof_checker.cpp
src/theory/quantifiers/proof_checker.h
src/theory/quantifiers/quant_bound_inference.cpp
src/theory/quantifiers/quant_bound_inference.h
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quant_conflict_find.h
src/theory/quantifiers/quant_module.cpp
src/theory/quantifiers/quant_module.h
src/theory/quantifiers/quant_relevance.cpp
src/theory/quantifiers/quant_relevance.h
src/theory/quantifiers/quant_rep_bound_ext.cpp
src/theory/quantifiers/quant_rep_bound_ext.h
src/theory/quantifiers/quant_split.cpp
src/theory/quantifiers/quant_split.h
src/theory/quantifiers/quant_util.cpp
src/theory/quantifiers/quant_util.h
src/theory/quantifiers/quantifiers_attributes.cpp
src/theory/quantifiers/quantifiers_attributes.h
src/theory/quantifiers/quantifiers_inference_manager.cpp
src/theory/quantifiers/quantifiers_inference_manager.h
src/theory/quantifiers/quantifiers_macros.cpp
src/theory/quantifiers/quantifiers_macros.h
src/theory/quantifiers/quantifiers_modules.cpp
src/theory/quantifiers/quantifiers_modules.h
src/theory/quantifiers/quantifiers_preprocess.cpp
src/theory/quantifiers/quantifiers_preprocess.h
src/theory/quantifiers/quantifiers_registry.cpp
src/theory/quantifiers/quantifiers_registry.h
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/quantifiers_rewriter.h
src/theory/quantifiers/quantifiers_state.cpp
src/theory/quantifiers/quantifiers_state.h
src/theory/quantifiers/quantifiers_statistics.cpp
src/theory/quantifiers/quantifiers_statistics.h
src/theory/quantifiers/query_generator.cpp
src/theory/quantifiers/query_generator.h
src/theory/quantifiers/query_generator_sample_sat.cpp
src/theory/quantifiers/query_generator_sample_sat.h
src/theory/quantifiers/query_generator_unsat.cpp
src/theory/quantifiers/query_generator_unsat.h
src/theory/quantifiers/relevant_domain.cpp
src/theory/quantifiers/relevant_domain.h
src/theory/quantifiers/single_inv_partition.cpp
src/theory/quantifiers/single_inv_partition.h
src/theory/quantifiers/skolemize.cpp
src/theory/quantifiers/skolemize.h
src/theory/quantifiers/solution_filter.cpp
src/theory/quantifiers/solution_filter.h
src/theory/quantifiers/sygus/ce_guided_single_inv.cpp
src/theory/quantifiers/sygus/ce_guided_single_inv.h
src/theory/quantifiers/sygus/cegis.cpp
src/theory/quantifiers/sygus/cegis.h
src/theory/quantifiers/sygus/cegis_core_connective.cpp
src/theory/quantifiers/sygus/cegis_core_connective.h
src/theory/quantifiers/sygus/cegis_unif.cpp
src/theory/quantifiers/sygus/cegis_unif.h
src/theory/quantifiers/sygus/enum_stream_substitution.cpp
src/theory/quantifiers/sygus/enum_stream_substitution.h
src/theory/quantifiers/sygus/enum_val_generator.h
src/theory/quantifiers/sygus/enum_value_manager.cpp
src/theory/quantifiers/sygus/enum_value_manager.h
src/theory/quantifiers/sygus/example_eval_cache.cpp
src/theory/quantifiers/sygus/example_eval_cache.h
src/theory/quantifiers/sygus/example_infer.cpp
src/theory/quantifiers/sygus/example_infer.h
src/theory/quantifiers/sygus/example_min_eval.cpp
src/theory/quantifiers/sygus/example_min_eval.h
src/theory/quantifiers/sygus/rcons_obligation.cpp
src/theory/quantifiers/sygus/rcons_obligation.h
src/theory/quantifiers/sygus/rcons_type_info.cpp
src/theory/quantifiers/sygus/rcons_type_info.h
src/theory/quantifiers/sygus/sygus_abduct.cpp
src/theory/quantifiers/sygus/sygus_abduct.h
src/theory/quantifiers/sygus/sygus_enumerator.cpp
src/theory/quantifiers/sygus/sygus_enumerator.h
src/theory/quantifiers/sygus/sygus_enumerator_callback.cpp
src/theory/quantifiers/sygus/sygus_enumerator_callback.h
src/theory/quantifiers/sygus/sygus_eval_unfold.cpp
src/theory/quantifiers/sygus/sygus_eval_unfold.h
src/theory/quantifiers/sygus/sygus_explain.cpp
src/theory/quantifiers/sygus/sygus_explain.h
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp
src/theory/quantifiers/sygus/sygus_grammar_cons.h
src/theory/quantifiers/sygus/sygus_grammar_norm.cpp
src/theory/quantifiers/sygus/sygus_grammar_norm.h
src/theory/quantifiers/sygus/sygus_grammar_red.cpp
src/theory/quantifiers/sygus/sygus_grammar_red.h
src/theory/quantifiers/sygus/sygus_interpol.cpp
src/theory/quantifiers/sygus/sygus_interpol.h
src/theory/quantifiers/sygus/sygus_invariance.cpp
src/theory/quantifiers/sygus/sygus_invariance.h
src/theory/quantifiers/sygus/sygus_module.cpp
src/theory/quantifiers/sygus/sygus_module.h
src/theory/quantifiers/sygus/sygus_pbe.cpp
src/theory/quantifiers/sygus/sygus_pbe.h
src/theory/quantifiers/sygus/sygus_process_conj.cpp
src/theory/quantifiers/sygus/sygus_process_conj.h
src/theory/quantifiers/sygus/sygus_qe_preproc.cpp
src/theory/quantifiers/sygus/sygus_qe_preproc.h
src/theory/quantifiers/sygus/sygus_random_enumerator.cpp
src/theory/quantifiers/sygus/sygus_random_enumerator.h
src/theory/quantifiers/sygus/sygus_reconstruct.cpp
src/theory/quantifiers/sygus/sygus_reconstruct.h
src/theory/quantifiers/sygus/sygus_repair_const.cpp
src/theory/quantifiers/sygus/sygus_repair_const.h
src/theory/quantifiers/sygus/sygus_stats.cpp
src/theory/quantifiers/sygus/sygus_stats.h
src/theory/quantifiers/sygus/sygus_unif.cpp
src/theory/quantifiers/sygus/sygus_unif.h
src/theory/quantifiers/sygus/sygus_unif_io.cpp
src/theory/quantifiers/sygus/sygus_unif_io.h
src/theory/quantifiers/sygus/sygus_unif_rl.cpp
src/theory/quantifiers/sygus/sygus_unif_rl.h
src/theory/quantifiers/sygus/sygus_unif_strat.cpp
src/theory/quantifiers/sygus/sygus_unif_strat.h
src/theory/quantifiers/sygus/sygus_utils.cpp
src/theory/quantifiers/sygus/sygus_utils.h
src/theory/quantifiers/sygus/synth_conjecture.cpp
src/theory/quantifiers/sygus/synth_conjecture.h
src/theory/quantifiers/sygus/synth_engine.cpp
src/theory/quantifiers/sygus/synth_engine.h
src/theory/quantifiers/sygus/synth_verify.cpp
src/theory/quantifiers/sygus/synth_verify.h
src/theory/quantifiers/sygus/template_infer.cpp
src/theory/quantifiers/sygus/template_infer.h
src/theory/quantifiers/sygus/term_database_sygus.cpp
src/theory/quantifiers/sygus/term_database_sygus.h
src/theory/quantifiers/sygus/transition_inference.cpp
src/theory/quantifiers/sygus/transition_inference.h
src/theory/quantifiers/sygus/type_info.cpp
src/theory/quantifiers/sygus/type_info.h
src/theory/quantifiers/sygus/type_node_id_trie.cpp
src/theory/quantifiers/sygus/type_node_id_trie.h
src/theory/quantifiers/sygus_inst.cpp
src/theory/quantifiers/sygus_inst.h
src/theory/quantifiers/sygus_sampler.cpp
src/theory/quantifiers/sygus_sampler.h
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers/term_enumeration.cpp
src/theory/quantifiers/term_enumeration.h
src/theory/quantifiers/term_pools.cpp
src/theory/quantifiers/term_pools.h
src/theory/quantifiers/term_registry.cpp
src/theory/quantifiers/term_registry.h
src/theory/quantifiers/term_tuple_enumerator.cpp
src/theory/quantifiers/term_tuple_enumerator.h
src/theory/quantifiers/term_util.cpp
src/theory/quantifiers/term_util.h
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/quantifiers/theory_quantifiers.h
src/theory/quantifiers/theory_quantifiers_type_rules.cpp
src/theory/quantifiers/theory_quantifiers_type_rules.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/relevance_manager.cpp
src/theory/relevance_manager.h
src/theory/rep_set.cpp
src/theory/rep_set.h
src/theory/rewriter.cpp
src/theory/rewriter.h
src/theory/rewriter_attributes.h
src/theory/rewriter_tables_template.h
src/theory/sep/theory_sep.cpp
src/theory/sep/theory_sep.h
src/theory/sep/theory_sep_rewriter.cpp
src/theory/sep/theory_sep_rewriter.h
src/theory/sep/theory_sep_type_rules.cpp
src/theory/sep/theory_sep_type_rules.h
src/theory/sets/cardinality_extension.cpp
src/theory/sets/cardinality_extension.h
src/theory/sets/inference_manager.cpp
src/theory/sets/inference_manager.h
src/theory/sets/normal_form.h
src/theory/sets/rels_utils.cpp
src/theory/sets/rels_utils.h
src/theory/sets/singleton_op.cpp
src/theory/sets/singleton_op.h
src/theory/sets/skolem_cache.cpp
src/theory/sets/skolem_cache.h
src/theory/sets/solver_state.cpp
src/theory/sets/solver_state.h
src/theory/sets/term_registry.cpp
src/theory/sets/term_registry.h
src/theory/sets/theory_sets.cpp
src/theory/sets/theory_sets.h
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_private.h
src/theory/sets/theory_sets_rels.cpp
src/theory/sets/theory_sets_rels.h
src/theory/sets/theory_sets_rewriter.cpp
src/theory/sets/theory_sets_rewriter.h
src/theory/sets/theory_sets_type_enumerator.cpp
src/theory/sets/theory_sets_type_enumerator.h
src/theory/sets/theory_sets_type_rules.cpp
src/theory/sets/theory_sets_type_rules.h
src/theory/shared_solver.cpp
src/theory/shared_solver.h
src/theory/shared_solver_distributed.cpp
src/theory/shared_solver_distributed.h
src/theory/shared_terms_database.cpp
src/theory/shared_terms_database.h
src/theory/skolem_lemma.cpp
src/theory/skolem_lemma.h
src/theory/smt_engine_subsolver.cpp
src/theory/smt_engine_subsolver.h
src/theory/sort_inference.cpp
src/theory/sort_inference.h
src/theory/strings/arith_entail.cpp
src/theory/strings/arith_entail.h
src/theory/strings/array_core_solver.cpp
src/theory/strings/array_core_solver.h
src/theory/strings/array_solver.cpp
src/theory/strings/array_solver.h
src/theory/strings/base_solver.cpp
src/theory/strings/base_solver.h
src/theory/strings/core_solver.cpp
src/theory/strings/core_solver.h
src/theory/strings/eager_solver.cpp
src/theory/strings/eager_solver.h
src/theory/strings/eqc_info.cpp
src/theory/strings/eqc_info.h
src/theory/strings/extf_solver.cpp
src/theory/strings/extf_solver.h
src/theory/strings/infer_info.cpp
src/theory/strings/infer_info.h
src/theory/strings/infer_proof_cons.cpp
src/theory/strings/infer_proof_cons.h
src/theory/strings/inference_manager.cpp
src/theory/strings/inference_manager.h
src/theory/strings/normal_form.cpp
src/theory/strings/normal_form.h
src/theory/strings/proof_checker.cpp
src/theory/strings/proof_checker.h
src/theory/strings/regexp_elim.cpp
src/theory/strings/regexp_elim.h
src/theory/strings/regexp_entail.cpp
src/theory/strings/regexp_entail.h
src/theory/strings/regexp_enumerator.cpp
src/theory/strings/regexp_enumerator.h
src/theory/strings/regexp_operation.cpp
src/theory/strings/regexp_operation.h
src/theory/strings/regexp_solver.cpp
src/theory/strings/regexp_solver.h
src/theory/strings/rewrites.cpp
src/theory/strings/rewrites.h
src/theory/strings/seq_unit_op.cpp
src/theory/strings/seq_unit_op.h
src/theory/strings/sequences_rewriter.cpp
src/theory/strings/sequences_rewriter.h
src/theory/strings/sequences_stats.cpp
src/theory/strings/sequences_stats.h
src/theory/strings/skolem_cache.cpp
src/theory/strings/skolem_cache.h
src/theory/strings/solver_state.cpp
src/theory/strings/solver_state.h
src/theory/strings/strategy.cpp
src/theory/strings/strategy.h
src/theory/strings/strings_entail.cpp
src/theory/strings/strings_entail.h
src/theory/strings/strings_fmf.cpp
src/theory/strings/strings_fmf.h
src/theory/strings/strings_rewriter.cpp
src/theory/strings/strings_rewriter.h
src/theory/strings/term_registry.cpp
src/theory/strings/term_registry.h
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings.h
src/theory/strings/theory_strings_preprocess.cpp
src/theory/strings/theory_strings_preprocess.h
src/theory/strings/theory_strings_type_rules.cpp
src/theory/strings/theory_strings_type_rules.h
src/theory/strings/theory_strings_utils.cpp
src/theory/strings/theory_strings_utils.h
src/theory/strings/type_enumerator.cpp
src/theory/strings/type_enumerator.h
src/theory/strings/word.cpp
src/theory/strings/word.h
src/theory/subs_minimize.cpp
src/theory/subs_minimize.h
src/theory/substitutions.cpp
src/theory/substitutions.h
src/theory/term_registration_visitor.cpp
src/theory/term_registration_visitor.h
src/theory/theory.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/theory_engine_proof_generator.cpp
src/theory/theory_engine_proof_generator.h
src/theory/theory_eq_notify.h
src/theory/theory_id.cpp
src/theory/theory_id.h
src/theory/theory_inference.cpp
src/theory/theory_inference.h
src/theory/theory_inference_manager.cpp
src/theory/theory_inference_manager.h
src/theory/theory_model.cpp
src/theory/theory_model.h
src/theory/theory_model_builder.cpp
src/theory/theory_model_builder.h
src/theory/theory_preprocessor.cpp
src/theory/theory_preprocessor.h
src/theory/theory_rewriter.cpp
src/theory/theory_rewriter.h
src/theory/theory_state.cpp
src/theory/theory_state.h
src/theory/theory_traits_template.h
src/theory/trust_substitutions.cpp
src/theory/trust_substitutions.h
src/theory/type_enumerator.h
src/theory/type_enumerator_template.cpp
src/theory/type_set.cpp
src/theory/type_set.h
src/theory/uf/cardinality_extension.cpp
src/theory/uf/cardinality_extension.h
src/theory/uf/eq_proof.cpp
src/theory/uf/eq_proof.h
src/theory/uf/equality_engine.cpp
src/theory/uf/equality_engine.h
src/theory/uf/equality_engine_iterator.cpp
src/theory/uf/equality_engine_iterator.h
src/theory/uf/equality_engine_notify.h
src/theory/uf/equality_engine_types.h
src/theory/uf/function_const.cpp
src/theory/uf/function_const.h
src/theory/uf/ho_extension.cpp
src/theory/uf/ho_extension.h
src/theory/uf/lambda_lift.cpp
src/theory/uf/lambda_lift.h
src/theory/uf/proof_checker.cpp
src/theory/uf/proof_checker.h
src/theory/uf/proof_equality_engine.cpp
src/theory/uf/proof_equality_engine.h
src/theory/uf/symmetry_breaker.cpp
src/theory/uf/symmetry_breaker.h
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h
src/theory/uf/theory_uf_model.cpp
src/theory/uf/theory_uf_model.h
src/theory/uf/theory_uf_rewriter.cpp
src/theory/uf/theory_uf_rewriter.h
src/theory/uf/theory_uf_type_rules.cpp
src/theory/uf/theory_uf_type_rules.h
src/theory/uf/type_enumerator.cpp
src/theory/uf/type_enumerator.h
src/theory/valuation.cpp
src/theory/valuation.h
src/util/CMakeLists.txt
src/util/bin_heap.h
src/util/bitvector.cpp
src/util/bitvector.h
src/util/bool.h
src/util/cardinality.cpp
src/util/cardinality.h
src/util/cardinality_class.cpp
src/util/cardinality_class.h
src/util/dense_map.h
src/util/didyoumean.cpp
src/util/didyoumean.h
src/util/divisible.cpp
src/util/divisible.h
src/util/floatingpoint.cpp
src/util/floatingpoint.h
src/util/floatingpoint_literal_symfpu.cpp
src/util/floatingpoint_literal_symfpu.h
src/util/floatingpoint_literal_symfpu_traits.cpp
src/util/floatingpoint_literal_symfpu_traits.h
src/util/floatingpoint_size.cpp
src/util/floatingpoint_size.h
src/util/gmp_util.h
src/util/hash.h
src/util/iand.h
src/util/index.cpp
src/util/index.h
src/util/indexed_root_predicate.h
src/util/integer.h.in
src/util/integer_cln_imp.cpp
src/util/integer_cln_imp.h
src/util/integer_gmp_imp.cpp
src/util/integer_gmp_imp.h
src/util/ostream_util.cpp
src/util/ostream_util.h
src/util/poly_util.cpp
src/util/poly_util.h
src/util/random.cpp
src/util/random.h
src/util/rational.h.in
src/util/rational_cln_imp.cpp
src/util/rational_cln_imp.h
src/util/rational_gmp_imp.cpp
src/util/rational_gmp_imp.h
src/util/real_algebraic_number.h.in
src/util/real_algebraic_number_poly_imp.cpp
src/util/real_algebraic_number_poly_imp.h
src/util/regexp.cpp
src/util/regexp.h
src/util/resource_manager.cpp
src/util/resource_manager.h
src/util/result.cpp
src/util/result.h
src/util/roundingmode.cpp
src/util/roundingmode.h
src/util/safe_print.cpp
src/util/safe_print.h
src/util/sampler.cpp
src/util/sampler.h
src/util/sexpr.cpp
src/util/sexpr.h
src/util/smt2_quote_string.cpp
src/util/smt2_quote_string.h
src/util/statistics_public.cpp
src/util/statistics_public.h
src/util/statistics_registry.cpp
src/util/statistics_registry.h
src/util/statistics_stats.cpp
src/util/statistics_stats.h
src/util/statistics_value.cpp
src/util/statistics_value.h
src/util/string.cpp
src/util/string.h
src/util/synth_result.cpp
src/util/synth_result.h
src/util/uninterpreted_sort_value.cpp
src/util/uninterpreted_sort_value.h
src/util/utility.cpp
src/util/utility.h
test/CMakeLists.txt
test/api/CMakeLists.txt
test/api/cpp/CMakeLists.txt
test/api/cpp/boilerplate.cpp
test/api/cpp/issue4889.cpp
test/api/cpp/issue5074.cpp
test/api/cpp/issue6111.cpp
test/api/cpp/ouroborous.cpp
test/api/cpp/proj-issue306.cpp
test/api/cpp/proj-issue334.cpp
test/api/cpp/proj-issue344.cpp
test/api/cpp/proj-issue345.cpp
test/api/cpp/proj-issue377.cpp
test/api/cpp/proj-issue395.cpp
test/api/cpp/proj-issue399.cpp
test/api/cpp/proj-issue445.cpp
test/api/cpp/proj-issue484.cpp
test/api/cpp/reset_assertions.cpp
test/api/cpp/sep_log_api.cpp
test/api/cpp/smt2_compliance.cpp
test/api/cpp/two_solvers.cpp
test/api/python/CMakeLists.txt
test/api/python/boilerplate.py
test/api/python/issue4889.py
test/api/python/issue5074.py
test/api/python/issue6111.py
test/api/python/proj-issue306.py
test/api/python/reset_assertions.py
test/api/python/sep_log_api.py
test/api/python/two_solvers.py
test/binary/CMakeLists.txt
test/binary/interactive_shell.py
test/regress/cli/run_regression.py
test/unit/CMakeLists.txt
test/unit/api/CMakeLists.txt
test/unit/api/cpp/CMakeLists.txt
test/unit/api/cpp/datatype_api_black.cpp
test/unit/api/cpp/grammar_black.cpp
test/unit/api/cpp/op_black.cpp
test/unit/api/cpp/op_white.cpp
test/unit/api/cpp/parametric_datatype_black.cpp
test/unit/api/cpp/result_black.cpp
test/unit/api/cpp/solver_black.cpp
test/unit/api/cpp/solver_white.cpp
test/unit/api/cpp/sort_black.cpp
test/unit/api/cpp/synth_result_black.cpp
test/unit/api/cpp/term_black.cpp
test/unit/api/cpp/term_white.cpp
test/unit/api/cpp/theory_arith_nl_black.cpp
test/unit/api/cpp/theory_uf_ho_black.cpp
test/unit/api/java/CMakeLists.txt
test/unit/api/java/DatatypeTest.java
test/unit/api/java/GrammarTest.java
test/unit/api/java/OpTest.java
test/unit/api/java/ResultTest.java
test/unit/api/java/SolverTest.java
test/unit/api/java/SortTest.java
test/unit/api/java/SynthResultTest.java
test/unit/api/java/TermTest.java
test/unit/api/python/CMakeLists.txt
test/unit/api/python/test_datatype_api.py
test/unit/api/python/test_grammar.py
test/unit/api/python/test_op.py
test/unit/api/python/test_result.py
test/unit/api/python/test_solver.py
test/unit/api/python/test_sort.py
test/unit/api/python/test_synth_result.py
test/unit/api/python/test_term.py
test/unit/api/python/test_to_python_obj.py
test/unit/base/CMakeLists.txt
test/unit/base/map_util_black.cpp
test/unit/context/CMakeLists.txt
test/unit/context/cdhashmap_black.cpp
test/unit/context/cdhashmap_white.cpp
test/unit/context/cdlist_black.cpp
test/unit/context/cdo_black.cpp
test/unit/context/context_black.cpp
test/unit/context/context_mm_black.cpp
test/unit/context/context_white.cpp
test/unit/main/CMakeLists.txt
test/unit/main/interactive_shell_black.cpp
test/unit/node/CMakeLists.txt
test/unit/node/attribute_black.cpp
test/unit/node/attribute_white.cpp
test/unit/node/kind_black.cpp
test/unit/node/kind_map_black.cpp
test/unit/node/node_algorithm_black.cpp
test/unit/node/node_algorithms_black.cpp
test/unit/node/node_black.cpp
test/unit/node/node_builder_black.cpp
test/unit/node/node_manager_black.cpp
test/unit/node/node_manager_white.cpp
test/unit/node/node_self_iterator_black.cpp
test/unit/node/node_traversal_black.cpp
test/unit/node/node_white.cpp
test/unit/node/symbol_table_black.cpp
test/unit/node/type_cardinality_black.cpp
test/unit/node/type_node_white.cpp
test/unit/options/CMakeLists.txt
test/unit/options/options_black.cpp
test/unit/parser/CMakeLists.txt
test/unit/parser/parser_black.cpp
test/unit/parser/parser_builder_black.cpp
test/unit/preprocessing/CMakeLists.txt
test/unit/preprocessing/pass_bv_gauss_white.cpp
test/unit/preprocessing/pass_foreign_theory_rewrite_white.cpp
test/unit/printer/CMakeLists.txt
test/unit/printer/smt2_printer_black.cpp
test/unit/proof/CMakeLists.txt
test/unit/proof/lfsc_node_converter_black.cpp
test/unit/prop/CMakeLists.txt
test/unit/prop/cnf_stream_white.cpp
test/unit/test.h
test/unit/test_api.h
test/unit/test_context.h
test/unit/test_env.h
test/unit/test_node.h
test/unit/test_smt.h
test/unit/theory/CMakeLists.txt
test/unit/theory/arith_poly_white.cpp
test/unit/theory/evaluator_white.cpp
test/unit/theory/logic_info_white.cpp
test/unit/theory/regexp_operation_black.cpp
test/unit/theory/sequences_rewriter_white.cpp
test/unit/theory/strings_rewriter_white.cpp
test/unit/theory/theory_arith_coverings_white.cpp
test/unit/theory/theory_arith_pow2_white.cpp
test/unit/theory/theory_arith_rewriter_black.cpp
test/unit/theory/theory_arith_white.cpp
test/unit/theory/theory_bags_normal_form_white.cpp
test/unit/theory/theory_bags_rewriter_white.cpp
test/unit/theory/theory_bags_type_rules_white.cpp
test/unit/theory/theory_black.cpp
test/unit/theory/theory_bv_int_blaster_white.cpp
test/unit/theory/theory_bv_opt_white.cpp
test/unit/theory/theory_bv_rewriter_white.cpp
test/unit/theory/theory_bv_white.cpp
test/unit/theory/theory_engine_white.cpp
test/unit/theory/theory_int_opt_white.cpp
test/unit/theory/theory_opt_multigoal_white.cpp
test/unit/theory/theory_quantifiers_bv_instantiator_white.cpp
test/unit/theory/theory_quantifiers_bv_inverter_white.cpp
test/unit/theory/theory_sets_rewriter_white.cpp
test/unit/theory/theory_sets_type_enumerator_white.cpp
test/unit/theory/theory_sets_type_rules_white.cpp
test/unit/theory/theory_strings_skolem_cache_black.cpp
test/unit/theory/theory_strings_utils_white.cpp
test/unit/theory/theory_strings_word_white.cpp
test/unit/theory/theory_white.cpp
test/unit/theory/type_enumerator_white.cpp
test/unit/util/CMakeLists.txt
test/unit/util/array_store_all_white.cpp
test/unit/util/assert_white.cpp
test/unit/util/binary_heap_black.cpp
test/unit/util/bitvector_black.cpp
test/unit/util/boolean_simplification_black.cpp
test/unit/util/cardinality_black.cpp
test/unit/util/check_white.cpp
test/unit/util/configuration_black.cpp
test/unit/util/datatype_black.cpp
test/unit/util/didyoumean_black.cpp
test/unit/util/exception_black.cpp
test/unit/util/floatingpoint_black.cpp
test/unit/util/integer_black.cpp
test/unit/util/integer_white.cpp
test/unit/util/output_black.cpp
test/unit/util/rational_black.cpp
test/unit/util/rational_white.cpp
test/unit/util/real_algebraic_number_black.cpp
test/unit/util/stats_black.cpp