3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-19 08:43:18 +00:00
z3/src/smt
Nikolaj Bjorner 4d33f442b9 enable value import in parallel mode
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2025-01-22 22:45:01 -08:00
..
params re-introduce option to dump arithmetic lemmas to std-out 2025-01-14 13:54:56 -08:00
proto_model use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
tactic use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
arith_eq_adapter.cpp remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
arith_eq_adapter.h
arith_eq_solver.cpp
arith_eq_solver.h
CMakeLists.txt Sls (#7439) 2024-11-02 12:32:48 -07:00
database.h Make sure all headers do #pragma once. (#6188) 2022-07-23 10:41:14 -07:00
database.smt
diff_logic.h fix build warnings 2024-09-30 10:34:26 -07:00
dyn_ack.cpp add case for ite 2025-01-15 19:07:18 -08:00
dyn_ack.h
expr_context_simplifier.cpp
expr_context_simplifier.h
fingerprints.cpp shave some overhead from fingerprint hash function #7281 2024-08-02 20:04:50 -07:00
fingerprints.h remove a few default constructors 2024-09-23 08:17:58 +01:00
mam.cpp fix #7363. Replay relevancy on unit literals that are re-asserted during backtracking. 2024-10-08 19:40:37 -07:00
mam.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
old_interval.cpp Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
old_interval.h Use noexcept more. (#7058) 2023-12-16 12:14:53 +00:00
qi_queue.cpp remove some platform specific behavior 2024-12-23 16:28:10 -08:00
qi_queue.h Add (updated and general) solve_for functionality for arithmetic, add congruence_explain to API to retrieve explanation for why two terms are congruent Tweak handling of smt.qi.max_instantations 2024-12-19 23:27:57 +01:00
seq_axioms.cpp add options for logging learned lemmas and theory axioms 2022-08-08 11:18:56 +03:00
seq_axioms.h na 2022-01-01 17:59:31 -08:00
seq_eq_solver.cpp remove assertion - literals could be assigned but propagation incomplete 2022-01-21 03:10:41 +01:00
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 remove default destructors 2024-10-02 22:20:12 +01:00
smt_conflict_resolution.h remove default destructors 2024-10-02 22:20:12 +01:00
smt_consequences.cpp revert change to setup_context that delays it until there are assertions 2024-12-21 11:53:46 +01:00
smt_context.cpp reset m_conflict indicator on sls model 2025-01-15 20:56:44 -08:00
smt_context.h re-introduce option to dump arithmetic lemmas to std-out 2025-01-14 13:54:56 -08:00
smt_context_inv.cpp
smt_context_pp.cpp re-introduce option to dump arithmetic lemmas to std-out 2025-01-14 13:54:56 -08: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 revert smt_enode 2023-12-20 14:03:27 -10:00
smt_enode.h remove unneeded iterator functions 2024-09-23 12:59:04 +01:00
smt_eq_justification.h
smt_failure.h flag incomplete on lambdas #5803 2022-01-31 11:54:06 -08:00
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 fix misc build warnings 2025-01-11 17:41:24 -08: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 Add (updated and general) solve_for functionality for arithmetic, add congruence_explain to API to retrieve explanation for why two terms are congruent Tweak handling of smt.qi.max_instantations 2024-12-19 23:27:57 +01:00
smt_kernel.h Add (updated and general) solve_for functionality for arithmetic, add congruence_explain to API to retrieve explanation for why two terms are congruent Tweak handling of smt.qi.max_instantations 2024-12-19 23:27:57 +01:00
smt_literal.cpp
smt_literal.h
smt_lookahead.cpp fix build warnings 2024-09-30 13:09:01 -07:00
smt_lookahead.h
smt_model_checker.cpp fix #7510 2025-01-15 13:12:20 -08:00
smt_model_checker.h fix #6662 2023-04-08 17:14:39 -07:00
smt_model_finder.cpp inherit more exceptions from std::exception 2024-11-04 13:52:14 -08:00
smt_model_finder.h
smt_model_generator.cpp #7344 2024-08-26 14:22:28 -07:00
smt_model_generator.h Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
smt_parallel.cpp use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
smt_parallel.h
smt_quantifier.cpp remove some platform specific behavior 2024-12-23 16:28:10 -08: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 remove default destructors & some default constructors 2024-09-04 22:30:23 +01:00
smt_setup.cpp read laziness parameter modulo relvancy to avoid race conditions with setting relevancy = 0 2024-12-22 14:07:29 +01:00
smt_setup.h set relevancy = 0 in auto-config mode when there are bit-vectors and no quantifiers, #7484 2024-12-20 18:10:46 +01:00
smt_solver.cpp Add (updated and general) solve_for functionality for arithmetic, add congruence_explain to API to retrieve explanation for why two terms are congruent Tweak handling of smt.qi.max_instantations 2024-12-19 23:27:57 +01: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 remove some platform specific behavior 2024-12-23 16:28:10 -08:00
smt_theory.h Add (updated and general) solve_for functionality for arithmetic, add congruence_explain to API to retrieve explanation for why two terms are congruent Tweak handling of smt.qi.max_instantations 2024-12-19 23:27:57 +01: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 remove default destructors 2024-10-02 22:20:12 +01:00
theory_arith_aux.h fix build warnings 2024-09-30 10:34:26 -07:00
theory_arith_core.h remove default destructors 2024-10-02 22:20:12 +01:00
theory_arith_def.h
theory_arith_eq.h household chores in legacy arithmetic solver 2023-11-18 09:56:06 -08:00
theory_arith_int.h fix un-intialized variable warnings 2024-09-30 15:08:33 -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 fix #7053 2023-12-13 19:25:18 -08:00
theory_array.cpp remove some uneeded constructors 2024-12-22 15:06:58 +00:00
theory_array.h remove some uneeded constructors 2024-12-22 15:06:58 +00:00
theory_array_bapa.cpp remove some uneeded constructors 2024-12-22 15:06:58 +00: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 remove some uneeded constructors 2024-12-22 15:06:58 +00:00
theory_array_full.h remove some uneeded constructors 2024-12-22 15:06:58 +00:00
theory_bv.cpp use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
theory_bv.h remove default destructors 2024-10-02 22:20:12 +01: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 remove default destructors 2024-10-02 22:20:12 +01: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 Revert unsound NaN constraints in theory_fpa (#6993) 2023-11-14 14:28:30 -08:00
theory_fpa.h Revert unsound NaN constraints in theory_fpa (#6993) 2023-11-14 14:28:30 -08:00
theory_intblast.cpp Sls (#7439) 2024-11-02 12:32:48 -07:00
theory_intblast.h Sls (#7439) 2024-11-02 12:32:48 -07:00
theory_lra.cpp add case for ite 2025-01-15 18:53:26 -08:00
theory_lra.h Add (updated and general) solve_for functionality for arithmetic, add congruence_explain to API to retrieve explanation for why two terms are congruent Tweak handling of smt.qi.max_instantations 2024-12-19 23:27:57 +01:00
theory_opt.cpp
theory_opt.h
theory_pb.cpp fixes to build warnings 2024-09-30 08:23:31 -07: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 #7207 2024-06-16 15:04:42 -07:00
theory_recfun.h Treat arguments to recursive functions as beta redexes 2022-06-14 09:51:06 -07:00
theory_seq.cpp remove breaking experiment 2024-11-15 08:03:57 -08:00
theory_seq.h add sequential option for SLS, fixes to import/export methods SLS<->SMT 2024-11-14 21:43:40 -08:00
theory_seq_empty.h
theory_sls.cpp enable value import in parallel mode 2025-01-22 22:45:01 -08:00
theory_sls.h modify backoff mechanisms and theory exchange 2025-01-22 20:32:30 -08:00
theory_special_relations.cpp fix #7103 2024-01-27 17:46:23 -08:00
theory_special_relations.h handle ac-op in legacy special relations procedure by adding warning 2023-12-03 12:55:37 -08:00
theory_str.cpp fix build warnings 2024-09-30 17:25:19 -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 add m_replay_qhead to the trail 2024-05-31 11:54:50 +04:00
theory_user_propagator.h add option to persist clauses #7109 2024-02-04 11:15:59 -08:00
theory_utvpi.cpp Fix some typos. (#7115) 2024-02-07 23:06:43 -08:00
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