3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-27 17:32:45 +00:00
z3/src/smt
Nikolaj Bjorner 44a0dbbc61 fix #1864
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-10-06 08:06:51 -07:00
..
params feat(smt/dt): expose the configuration param for datatype case splits 2018-08-10 17:37:23 -05:00
proto_model integrate lambda expressions 2018-06-26 07:23:04 -07:00
tactic Use nullptr. 2018-10-02 09:11:19 +07:00
arith_eq_adapter.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
arith_eq_adapter.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
arith_eq_solver.cpp [NFC] Cleanup arith_eq_solver.(cpp|h) 2018-10-02 16:14:01 +03:00
arith_eq_solver.h [NFC] Cleanup arith_eq_solver.(cpp|h) 2018-10-02 16:14:01 +03:00
asserted_formulas.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
asserted_formulas.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
cached_var_subst.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
cached_var_subst.h
CMakeLists.txt fix #1828, add self-contained utility to extract arithmetical values for use in theory_seq and theory_str and other theories that access current values assigned to numeric variables 2018-09-16 13:31:37 -07:00
cost_evaluator.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
cost_evaluator.h
database.h
database.smt
diff_logic.h
dyn_ack.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
dyn_ack.h
elim_term_ite.cpp
elim_term_ite.h
expr_context_simplifier.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
expr_context_simplifier.h
fingerprints.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
fingerprints.h integrate lambda expressions 2018-06-26 07:23:04 -07:00
mam.cpp adding call to update_max_generation 2018-10-01 16:32:04 +02:00
mam.h Improved quantifier instantiation logging 2018-04-08 18:18:02 +02:00
old_interval.cpp fixing #1520 2018-07-28 18:03:13 -07:00
old_interval.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
qi_queue.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
qi_queue.h
smt2_extra_cmds.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt2_extra_cmds.h
smt_almost_cg_table.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_almost_cg_table.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_arith_value.cpp Merge remote-tracking branch 'upstream/master' into refactoring-arith 2018-10-01 17:51:12 -04:00
smt_arith_value.h work on Gomory cut 2018-09-18 13:34:05 -07:00
smt_b_justification.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_bool_var_data.h
smt_case_split_queue.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_case_split_queue.h
smt_cg_table.cpp
smt_cg_table.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_checker.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_checker.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_clause.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_clause.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_conflict_resolution.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_conflict_resolution.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_consequences.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_context.cpp hardening pop abuse and exception safety for #1776 2018-07-30 09:56:16 -07:00
smt_context.h Use nullptr. 2018-10-02 09:11:19 +07:00
smt_context_inv.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_context_pp.cpp narrowing incorrect lemma generation 2018-09-11 11:31:19 -07:00
smt_context_stat.cpp
smt_enode.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_enode.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_eq_justification.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_failure.h
smt_farkas_util.cpp disable dotnet in ci script. It seems to get turned on even if dotnet bindings are not requested 2018-09-11 03:14:31 -07:00
smt_farkas_util.h
smt_for_each_relevant_expr.cpp
smt_for_each_relevant_expr.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_implied_equalities.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_implied_equalities.h
smt_internalizer.cpp fix #1817 2018-09-10 08:57:35 -07:00
smt_justification.cpp remove spurious copies and inc_refs around ref_vector 2018-06-28 10:31:38 +01:00
smt_justification.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_kernel.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_kernel.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_literal.cpp
smt_literal.h fixing #1520 2018-07-28 18:03:13 -07:00
smt_model_checker.cpp Use nullptr. 2018-10-02 09:11:19 +07:00
smt_model_checker.h fix #1812 2018-09-10 15:15:00 -07:00
smt_model_finder.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
smt_model_finder.h integrate lambda expressions 2018-06-26 07:23:04 -07:00
smt_model_generator.cpp harness internalization and API for #1776 2018-08-02 20:18:27 -07:00
smt_model_generator.h tidy model generator 2018-07-11 08:52:13 -07:00
smt_quantifier.cpp synchronize fork 2018-07-06 16:19:13 +02:00
smt_quantifier.h synchronize fork 2018-07-06 16:19:13 +02:00
smt_quantifier_instances.h
smt_quantifier_stat.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_quantifier_stat.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_quick_checker.cpp synchronize fork 2018-07-06 16:19:13 +02:00
smt_quick_checker.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_relevancy.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_relevancy.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_setup.cpp fixing #1520 2018-07-28 18:03:13 -07:00
smt_setup.h update smt_setup and default parameters to only use new solver consveratively 2018-07-01 12:52:50 -07:00
smt_solver.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_solver.h
smt_statistics.cpp
smt_statistics.h
smt_theory.cpp fixing #1520 2018-07-28 18:03:13 -07:00
smt_theory.h Z3str3: refactor regex automata to subroutine, use arith_value 2018-09-17 16:13:34 -04:00
smt_theory_var_list.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
smt_types.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
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 merge 2018-09-16 13:43:38 -07:00
theory_arith_aux.h na 2018-10-04 13:43:01 -07:00
theory_arith_core.h merge 2018-09-16 13:43:38 -07:00
theory_arith_def.h
theory_arith_eq.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_arith_int.h fix #1819 2018-09-10 13:53:44 -07:00
theory_arith_inv.h
theory_arith_nl.h fixing #1520 2018-07-28 18:03:13 -07:00
theory_arith_pp.h remove dependency on ARRAYSIZE for issue #1616 2018-08-15 22:26:14 -07:00
theory_array.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
theory_array.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_array_base.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
theory_array_base.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_array_full.cpp fixing #1847 2018-10-02 17:13:46 -07:00
theory_array_full.h fixing #1847 2018-10-02 17:13:46 -07:00
theory_bv.cpp harness internalization and API for #1776 2018-08-02 20:18:27 -07:00
theory_bv.h move mk-bits to mk-var 2018-07-31 16:13:25 -07:00
theory_datatype.cpp tidy model generator 2018-07-11 08:52:57 -07:00
theory_datatype.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_dense_diff_logic.cpp
theory_dense_diff_logic.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_dense_diff_logic_def.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_diff_logic.cpp
theory_diff_logic.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_diff_logic_def.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_dl.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_dl.h
theory_dummy.cpp
theory_dummy.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_fpa.cpp integrate lambda expressions 2018-06-26 07:23:04 -07:00
theory_fpa.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_lra.cpp fix #1864 2018-10-06 08:06:51 -07:00
theory_lra.h merge 2018-09-16 13:43:38 -07:00
theory_opt.cpp
theory_opt.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_pb.cpp Use 'override' where possible. 2018-10-02 10:26:38 +07:00
theory_pb.h Use nullptr. 2018-10-02 09:11:19 +07:00
theory_seq.cpp Avoid unnecessary copies in for-range loops. 2018-10-02 10:38:41 +07:00
theory_seq.h fix #681, unsound propagation of binary equalities. Clean up memory leaks on exit 2018-07-29 12:08:59 -07:00
theory_seq_empty.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_str.cpp Merge remote-tracking branch 'upstream/master' into refactoring-arith 2018-10-02 12:38:40 -04:00
theory_str.h Merge remote-tracking branch 'upstream/master' into refactoring-arith 2018-10-02 12:38:40 -04:00
theory_utvpi.cpp
theory_utvpi.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_utvpi_def.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_wmaxsat.cpp merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
theory_wmaxsat.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00
uses_theory.cpp
uses_theory.h
watch_list.cpp watch_list: Fix indentation. 2018-10-02 10:43:00 +07:00
watch_list.h merge with Z3Prover/master 2018-06-25 19:44:46 +08:00