3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-29 20:08:52 +00:00
z3/src/smt
..
params
proto_model
tactic
arith_eq_adapter.cpp
arith_eq_adapter.h
arith_eq_solver.cpp
arith_eq_solver.h
asserted_formulas.cpp
asserted_formulas.h
cached_var_subst.cpp
cached_var_subst.h
CMakeLists.txt
cost_evaluator.cpp
cost_evaluator.h
database.h added missing Copyright forms 2015-06-10 11:54:02 -07:00
database.smt
diff_logic.h fix #2782 2019-12-04 10:31:02 +03:00
dyn_ack.cpp
dyn_ack.h
elim_term_ite.cpp
elim_term_ite.h
expr_context_simplifier.cpp
expr_context_simplifier.h
fingerprints.cpp
fingerprints.h
mam.cpp avoid deref on null 2020-03-24 17:06:06 -07:00
mam.h Improved quantifier instantiation logging 2018-04-08 18:18:02 +02:00
old_interval.cpp
old_interval.h Use nullptr. 2018-02-12 14:05:55 +07:00
qi_queue.cpp fix #3289, recent regression introduced when dealing with push on inconsistent state 2020-03-14 10:50:41 -07:00
qi_queue.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
smt_case_split_queue.h
smt_cg_table.cpp
smt_cg_table.h
smt_checker.cpp introduce fresh term when none is available in context or model to fix #2456 2019-08-04 11:56:03 -07:00
smt_checker.h Use nullptr. 2018-02-12 14:05:55 +07:00
smt_clause.cpp update to logging 2019-12-04 23:08:41 +03:00
smt_clause.h add clause proof module, small improvements to bapa 2019-05-30 15:49:19 -07:00
smt_clause_proof.cpp
smt_clause_proof.h
smt_conflict_resolution.cpp
smt_conflict_resolution.h
smt_consequences.cpp
smt_context.cpp avoid deref on null 2020-03-24 17:06:06 -07:00
smt_context.h fix #3411 2020-03-19 09:46:46 -07:00
smt_context_inv.cpp
smt_context_pp.cpp
smt_context_stat.cpp
smt_enode.cpp add #2298 to regression/example 2019-05-29 07:24:42 -07:00
smt_enode.h
smt_eq_justification.h
smt_failure.h add clause proof module, small improvements to bapa 2019-05-30 15:49:19 -07:00
smt_farkas_util.cpp
smt_farkas_util.h
smt_for_each_relevant_expr.cpp
smt_for_each_relevant_expr.h
smt_implied_equalities.cpp
smt_implied_equalities.h
smt_internalizer.cpp
smt_justification.cpp
smt_justification.h fix #2879. relax benign restriction on eq propagation justification 2020-01-23 14:00:14 -06:00
smt_kernel.cpp delay evaluation of model, throttle propagation, introduce LUT results into cutset 2020-02-05 12:33:42 -08:00
smt_kernel.h delay evaluation of model, throttle propagation, introduce LUT results into cutset 2020-02-05 12:33:42 -08:00
smt_literal.cpp update to logging 2019-12-04 23:08:41 +03:00
smt_literal.h update to logging 2019-12-04 23:08:41 +03:00
smt_lookahead.cpp fix #3235 - return early during lookaehad, avoid checking invariant when context is inconsistent 2020-03-11 10:55:56 -07:00
smt_lookahead.h add smt lookahead 2019-05-17 20:24:29 +03:00
smt_model_checker.cpp
smt_model_checker.h
smt_model_finder.cpp
smt_model_finder.h
smt_model_generator.cpp
smt_model_generator.h
smt_parallel.cpp
smt_parallel.h fix build 2020-01-31 22:20:25 -08:00
smt_quantifier.cpp
smt_quantifier.h
smt_quantifier_instances.h
smt_quantifier_stat.cpp remove iff 2018-06-14 16:08:48 -07:00
smt_quantifier_stat.h
smt_quick_checker.cpp
smt_quick_checker.h
smt_relevancy.cpp
smt_relevancy.h fix #2865 2020-01-22 16:16:44 -06:00
smt_setup.cpp fix #3076 - need to apply relevancy propagation in mk_bits. Assume bv v is already relevant but did not have bits associated with it, the bits need to then be marked as relevant 2020-03-10 10:36:00 -07:00
smt_setup.h
smt_solver.cpp remove unused file & hide a few symbols 2020-01-31 17:13:28 +00:00
smt_solver.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
smt_statistics.cpp
smt_statistics.h
smt_theory.cpp fix #3239 2020-03-11 09:35:28 -07:00
smt_theory.h
smt_theory_var_list.h Use nullptr. 2018-02-12 14:05:55 +07:00
smt_types.h
smt_value_sort.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
smt_value_sort.h
spanning_tree.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
spanning_tree_base.h
spanning_tree_def.h
theory_arith.cpp
theory_arith.h fix #3469 2020-03-22 11:02:24 -07:00
theory_arith_aux.h fix #3410 2020-03-19 11:24:00 -07:00
theory_arith_core.h fix #3239 2020-03-11 09:35:28 -07:00
theory_arith_def.h
theory_arith_eq.h fix #3437 2020-03-22 12:24:30 -07:00
theory_arith_int.h
theory_arith_inv.h
theory_arith_nl.h fix #3469 2020-03-22 11:02:24 -07:00
theory_arith_pp.h
theory_array.cpp
theory_array.h change handling of weak array mode. Insert weak delay variables into a queue that gets consumed by the next propagation when the array_weak parameter is changed #2686 2019-11-19 21:17:36 -08:00
theory_array_bapa.cpp
theory_array_bapa.h
theory_array_base.cpp
theory_array_base.h
theory_array_full.cpp
theory_array_full.h add clause proof module, small improvements to bapa 2019-05-30 15:49:19 -07:00
theory_bv.cpp fix #3235 - return early during lookaehad, avoid checking invariant when context is inconsistent 2020-03-11 10:55:56 -07:00
theory_bv.h
theory_datatype.cpp
theory_datatype.h move value factories to model 2019-10-16 19:48:35 -07:00
theory_dense_diff_logic.cpp
theory_dense_diff_logic.h
theory_dense_diff_logic_def.h
theory_diff_logic.cpp
theory_diff_logic.h fix #2777 2019-12-03 13:53:59 +01:00
theory_diff_logic_def.h
theory_dl.cpp move value factories to model 2019-10-16 19:48:35 -07:00
theory_dl.h
theory_dummy.cpp
theory_dummy.h Use override rather than virtual. 2018-02-10 09:56:33 +07:00
theory_fpa.cpp fix warnings 2020-01-23 12:14:34 -06:00
theory_fpa.h Fix term-ite models in theory_fpa. Fixes #2857. 2020-01-13 19:24:48 +00:00
theory_jobscheduler.cpp add clause proof module, small improvements to bapa 2019-05-30 15:49:19 -07:00
theory_jobscheduler.h
theory_lra.cpp do not call get_model() from assume_eqs() 2020-03-25 19:43:55 -07:00
theory_lra.h fix model generation for underspecified operators in theory_lra 2020-02-04 14:07:24 -08:00
theory_opt.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
theory_opt.h add stubs for converting assertions, consolidate filter_model_converter 2017-11-17 14:51:13 -08:00
theory_pb.cpp fix #3416 2020-03-19 08:54:08 -07:00
theory_pb.h
theory_recfun.cpp
theory_recfun.h Use nullptr rather than 0/NULL. 2018-11-28 14:57:01 +07:00
theory_seq.cpp remove model initialization all-together because assumption literals are not connected with model 2020-03-25 04:00:21 -07:00
theory_seq.h
theory_seq_empty.h
theory_special_relations.cpp
theory_special_relations.h
theory_str.cpp z3str3: refactoring to str.indexof axioms 2020-02-27 20:27:33 -08:00
theory_str.h z3str3: fix crash in model construction when a variable has an impossible length assignment 2020-02-18 08:57:06 -10:00
theory_str_mc.cpp
theory_str_regex.cpp
theory_utvpi.cpp
theory_utvpi.h fix #2777 2019-12-03 13:53:59 +01:00
theory_utvpi_def.h
theory_wmaxsat.cpp fix #2081 2019-01-13 01:18:03 -08:00
theory_wmaxsat.h
uses_theory.cpp remove unused file & hide a few symbols 2020-01-31 17:13:28 +00:00
uses_theory.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
watch_list.cpp Change how 64 bit builds are detected. 2018-12-09 16:16:20 +07:00
watch_list.h Use nullptr. 2018-02-12 14:05:55 +07:00