3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-25 00:12:34 +00:00
z3/src/smt
Nikolaj Bjorner d04807e8c3 merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2023-10-10 13:43:38 -07:00
..
params merge 2023-10-10 13:43:38 -07:00
proto_model update model validate to include arithmetic 2023-08-03 15:51:29 -07:00
tactic fix bug in new core not detecting conflict, fix #6525, add tactic doc 2023-01-14 17:20:43 -05:00
arith_eq_adapter.cpp make destructors virtual 2023-08-20 15:30:57 -07:00
arith_eq_adapter.h
arith_eq_solver.cpp
arith_eq_solver.h
CMakeLists.txt
database.h Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
database.smt
diff_logic.h
dyn_ack.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
dyn_ack.h
expr_context_simplifier.cpp
expr_context_simplifier.h
fingerprints.cpp
fingerprints.h
mam.cpp update do logging 2023-02-19 09:59:33 -08:00
mam.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
old_interval.cpp fix #5895 2022-03-12 09:17:13 -08:00
old_interval.h
qi_queue.cpp revert log addition 2023-07-07 09:29:38 -07:00
qi_queue.h
seq_axioms.cpp add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
seq_axioms.h
seq_eq_solver.cpp
seq_ne_solver.cpp
seq_offset_eq.cpp
seq_offset_eq.h
seq_regex.cpp
seq_regex.h
smt2_extra_cmds.cpp
smt2_extra_cmds.h
smt_almost_cg_table.cpp
smt_almost_cg_table.h
smt_arith_value.cpp
smt_arith_value.h
smt_b_justification.h
smt_bool_var_data.h
smt_case_split_queue.cpp extract multi-patterns when pattern can be decomposed 2023-03-31 12:45:51 -07:00
smt_case_split_queue.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
smt_cg_table.cpp
smt_cg_table.h
smt_checker.cpp
smt_checker.h
smt_clause.cpp
smt_clause.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
smt_clause_proof.cpp remove unused variables 2023-10-10 13:42:21 -07:00
smt_clause_proof.h merging master to unit_prop_on_monomials 2023-10-02 16:42:59 -07:00
smt_conflict_resolution.cpp merging master to unit_prop_on_monomials 2023-10-02 16:42:59 -07:00
smt_conflict_resolution.h
smt_consequences.cpp #6916 2023-09-23 10:32:51 -07:00
smt_context.cpp cache is_shared information in the enode 2023-09-23 17:19:06 -07:00
smt_context.h minor code simplification 2023-09-25 15:33:40 +01:00
smt_context_inv.cpp
smt_context_pp.cpp minor code simplification 2023-09-25 15:33:40 +01:00
smt_context_stat.cpp remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
smt_enode.cpp fix #6937 2023-10-10 16:02:59 +09:00
smt_enode.h cache is_shared information in the enode 2023-09-23 17:19:06 -07:00
smt_eq_justification.h
smt_failure.h
smt_farkas_util.cpp
smt_farkas_util.h
smt_for_each_relevant_expr.cpp
smt_for_each_relevant_expr.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
smt_implied_equalities.cpp
smt_implied_equalities.h
smt_induction.cpp.disabled
smt_induction.h.disabled
smt_internalizer.cpp merging master to unit_prop_on_monomials 2023-10-02 16:42:59 -07:00
smt_justification.cpp added API to monitor clause inferences 2022-10-19 08:34:55 -07:00
smt_justification.h add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
smt_kernel.cpp allow copy within a user scope #6827 2023-07-31 19:46:08 -07:00
smt_kernel.h allow copy within a user scope #6827 2023-07-31 19:46:08 -07:00
smt_literal.cpp
smt_literal.h
smt_lookahead.cpp
smt_lookahead.h
smt_model_checker.cpp fix #6662 2023-04-08 17:14:39 -07:00
smt_model_checker.h fix #6662 2023-04-08 17:14:39 -07:00
smt_model_finder.cpp fix #6914 2023-09-23 11:22:25 -07:00
smt_model_finder.h
smt_model_generator.cpp fix mbqi value caching issue raised by Clemens and Martin 2023-01-15 22:47:34 -05:00
smt_model_generator.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
smt_parallel.cpp
smt_parallel.h
smt_quantifier.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
smt_quantifier.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
smt_quantifier_instances.h
smt_quick_checker.cpp
smt_quick_checker.h
smt_relevancy.cpp optimize ~relevancy_propagator_imp() so it just dec refs the exprs in the trail 2023-08-20 10:07:56 +01:00
smt_relevancy.h make destructors virtual 2023-08-20 15:30:57 -07:00
smt_setup.cpp wip - alpha support for polymorphism 2023-07-12 18:09:02 -07:00
smt_setup.h wip - alpha support for polymorphism 2023-07-12 18:09:02 -07:00
smt_solver.cpp allow copy within a user scope #6827 2023-07-31 19:46:08 -07:00
smt_solver.h
smt_statistics.cpp
smt_statistics.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
smt_theory.cpp
smt_theory.h update model validate to include arithmetic 2023-08-03 15:51:29 -07:00
smt_types.h
smt_value_sort.cpp
smt_value_sort.h
spanning_tree.h
spanning_tree_base.h
spanning_tree_def.h
theory_arith.cpp
theory_arith.h code cleaning around m_touched_rows of lar_solver (#6814) 2023-07-14 20:19:13 -07:00
theory_arith_aux.h merging master to unit_prop_on_monomials 2023-10-02 16:42:59 -07:00
theory_arith_core.h code cleaning around m_touched_rows of lar_solver (#6814) 2023-07-14 20:19:13 -07:00
theory_arith_def.h
theory_arith_eq.h Fix typos. (#6291) 2022-08-21 12:40:07 -07:00
theory_arith_int.h clean up and add clang-format off 2023-06-30 11:57:42 -07:00
theory_arith_inv.h
theory_arith_nl.h merging master to unit_prop_on_monomials 2023-10-02 16:42:59 -07:00
theory_arith_pp.h count gcd conflicts, log row id in rows 2023-04-26 10:05:00 -07:00
theory_array.cpp fix #6410 2022-10-18 12:34:45 -07:00
theory_array.h
theory_array_bapa.cpp Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
theory_array_bapa.h
theory_array_base.cpp fix #6749 2023-06-07 16:09:50 -07:00
theory_array_base.h add option to select with folding 2022-08-04 16:59:26 +03:00
theory_array_full.cpp array theory: use expr_ref for mk_default() so it doesnt leak if internalize throws 2023-08-20 22:28:57 +01:00
theory_array_full.h fix #6591 2023-02-19 11:09:52 -08:00
theory_bv.cpp fix #6808 2023-07-13 10:47:55 -07:00
theory_bv.h Fix UP's decide callback (#6707) 2023-06-02 09:52:54 +02:00
theory_char.cpp add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_char.h
theory_datatype.cpp add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_datatype.h fix unsoundness in explanation handling for nested datatypes and sequences 2022-07-03 17:00:39 -07:00
theory_dense_diff_logic.cpp
theory_dense_diff_logic.h add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_dense_diff_logic_def.h Fix some warnings about unused stuff. (#6290) 2022-08-21 12:39:30 -07:00
theory_diff_logic.cpp
theory_diff_logic.h add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_diff_logic_def.h add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_dl.cpp
theory_dl.h
theory_dummy.cpp
theory_dummy.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
theory_fpa.cpp compiler warning 2023-02-02 19:23:30 -08:00
theory_fpa.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
theory_lra.cpp merge 2023-10-10 13:43:38 -07:00
theory_lra.h update model validate to include arithmetic 2023-08-03 15:51:29 -07:00
theory_opt.cpp
theory_opt.h
theory_pb.cpp deal with compiler warnings (unused variables etc) 2023-02-18 17:53:37 -08:00
theory_pb.h Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
theory_polymorphism.h wip - alpha support for polymorphism 2023-07-12 18:09:02 -07:00
theory_recfun.cpp fix #6501 2022-12-19 21:02:55 -08:00
theory_recfun.h Treat arguments to recursive functions as beta redexes 2022-06-14 09:51:06 -07:00
theory_seq.cpp update model validate to include arithmetic 2023-08-03 15:51:29 -07:00
theory_seq.h update model validate to include arithmetic 2023-08-03 15:51:29 -07:00
theory_seq_empty.h
theory_special_relations.cpp avoid name clash for multiple special relations #6743 2023-06-07 17:55:11 -07:00
theory_special_relations.h
theory_str.cpp unused variables 2022-10-20 09:09:06 -07:00
theory_str.h Remove empty leaf destructors. (#6211) 2022-07-30 10:07:03 +01:00
theory_str_mc.cpp
theory_str_regex.cpp fix re.range symbolic argument bug in z3str3 (#6189) 2022-07-27 04:24:20 +02:00
theory_user_propagator.cpp merge changes from master 2023-10-05 07:50:13 -07:00
theory_user_propagator.h User Propagator: Return if propagated lemma is redundant (#6791) 2023-07-07 09:58:41 -07:00
theory_utvpi.cpp
theory_utvpi.h
theory_utvpi_def.h add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_wmaxsat.cpp add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
theory_wmaxsat.h move model and proof converters to self-contained module 2022-11-03 05:23:01 -07:00
uses_theory.cpp
uses_theory.h
watch_list.cpp
watch_list.h