3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-12 11:54:07 +00:00
z3/src/smt
Nikolaj Bjorner b6618892d8 fix #3469
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-03-22 11:02:24 -07:00
..
params fix #3194, remove euclidean solver 2020-03-08 16:05:13 +01:00
proto_model
tactic fix #3294 2020-03-14 10:46:03 -07:00
arith_eq_adapter.cpp
arith_eq_adapter.h
arith_eq_solver.cpp
arith_eq_solver.h
asserted_formulas.cpp fix #3150 2020-03-05 10:13:04 +01:00
asserted_formulas.h fix #3236 relax restriction on nnf-cnf pass 2020-03-11 10:04:15 -07:00
cached_var_subst.cpp
cached_var_subst.h
CMakeLists.txt fix #3194, remove euclidean solver 2020-03-08 16:05:13 +01:00
cost_evaluator.cpp
cost_evaluator.h
database.h
database.smt
diff_logic.h
dyn_ack.cpp fix #3224 2020-03-10 12:52:49 -07:00
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 fix #2902 2020-02-01 18:51:17 -08:00
mam.h
old_interval.cpp
old_interval.h
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 build errors/warnings 2020-02-07 10:09:10 -08:00
smt_case_split_queue.h
smt_cg_table.cpp
smt_cg_table.h
smt_checker.cpp
smt_checker.h
smt_clause.cpp update to logging 2019-12-04 23:08:41 +03:00
smt_clause.h
smt_clause_proof.cpp
smt_clause_proof.h add clause proof module, small improvements to bapa 2019-05-30 15:49:19 -07:00
smt_conflict_resolution.cpp
smt_conflict_resolution.h
smt_consequences.cpp delay evaluation of model, throttle propagation, introduce LUT results into cutset 2020-02-05 12:33:42 -08:00
smt_context.cpp fix #3459 2020-03-21 18:11:40 -07:00
smt_context.h fix #3411 2020-03-19 09:46:46 -07:00
smt_context_inv.cpp fix dotnet build 2020-02-26 09:44:21 -08:00
smt_context_pp.cpp remove debug code and improve printing 2020-02-04 16:08:24 -08:00
smt_context_stat.cpp investigating relevancy 2019-11-05 17:16:30 +01:00
smt_enode.cpp
smt_enode.h
smt_eq_justification.h
smt_failure.h
smt_farkas_util.cpp fix #3343 2020-03-16 12:24:22 -07:00
smt_farkas_util.h fix #3343 2020-03-16 12:24:22 -07:00
smt_for_each_relevant_expr.cpp
smt_for_each_relevant_expr.h
smt_implied_equalities.cpp remove unused file & hide a few symbols 2020-01-31 17:13:28 +00:00
smt_implied_equalities.h
smt_internalizer.cpp fix #3301 2020-03-14 14:42:24 -07:00
smt_justification.cpp fix #3190 fix #3168 2020-03-08 12:54:03 +01:00
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
smt_literal.h
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
smt_model_checker.cpp fix #3302 2020-03-14 14:39:03 -07:00
smt_model_checker.h
smt_model_finder.cpp fix #3198 2020-03-08 14:03:46 +01:00
smt_model_finder.h fix #3198 2020-03-08 14:03:46 +01:00
smt_model_generator.cpp fix #3141 2020-03-05 07:57:21 +01:00
smt_model_generator.h
smt_parallel.cpp port fix #3376 from Debug branch 2020-03-17 11:08:30 -07:00
smt_parallel.h fix build 2020-01-31 22:20:25 -08:00
smt_quantifier.cpp fix #3198 2020-03-08 14:03:46 +01:00
smt_quantifier.h fix #3198 2020-03-08 14:03:46 +01:00
smt_quantifier_instances.h
smt_quantifier_stat.cpp
smt_quantifier_stat.h
smt_quick_checker.cpp
smt_quick_checker.h
smt_relevancy.cpp
smt_relevancy.h
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
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
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 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
theory_arith_int.h fix ? #3370 2020-03-17 10:38:26 -07:00
theory_arith_inv.h
theory_arith_nl.h fix #3469 2020-03-22 11:02:24 -07:00
theory_arith_pp.h local 2020-01-31 17:08:52 -08:00
theory_array.cpp debugging cuts 2020-02-19 06:45:23 -08:00
theory_array.h
theory_array_bapa.cpp
theory_array_bapa.h
theory_array_base.cpp fix #3141 2020-03-05 07:57:21 +01:00
theory_array_base.h
theory_array_full.cpp fix #3233 2020-03-10 15:59:20 -07:00
theory_array_full.h
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 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
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
theory_diff_logic_def.h fix ? #3370 2020-03-17 10:38:26 -07:00
theory_dl.cpp
theory_dl.h
theory_dummy.cpp
theory_dummy.h
theory_fpa.cpp
theory_fpa.h
theory_jobscheduler.cpp
theory_jobscheduler.h
theory_lra.cpp fix #3330 2020-03-15 09:49:44 -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
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
theory_seq.cpp fix #3420 2020-03-19 17:49:48 -07:00
theory_seq.h fix #3389 2020-03-18 10:36:34 -07:00
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 z3str3: fix value cex in int.to.str model construction 2020-03-02 18:16:36 -08:00
theory_str_regex.cpp z3str3: assert precondition for regex linearity axiom 2020-02-13 18:19:24 -08:00
theory_utvpi.cpp
theory_utvpi.h
theory_utvpi_def.h fix #3350 2020-03-16 19:56:18 -07:00
theory_wmaxsat.cpp
theory_wmaxsat.h
uses_theory.cpp remove unused file & hide a few symbols 2020-01-31 17:13:28 +00:00
uses_theory.h
watch_list.cpp
watch_list.h