3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-28 05:58:55 +00:00
z3/src/muz/rel
Nikolaj Bjorner 0765eea486 add suggestions from #835
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-12-11 05:45:40 +01:00
..
aig_exporter.cpp re-organize muz_qe into separate units 2013-08-28 21:20:24 -07:00
aig_exporter.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
check_relation.cpp merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
check_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_base.cpp make use of warning_msg safe for formatting. Thanks to Scott McPeak for reporting 2016-06-14 08:10:10 -07:00
dl_base.h add suggestions from #835 2016-12-11 05:45:40 +01:00
dl_bound_relation.cpp re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_bound_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_check_table.cpp re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_check_table.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_compiler.cpp reduce set of mainly verbose warnings raised by -Wmaybe-uninitialized and unused variable warnings from release mode builds 2016-06-22 20:25:47 -07:00
dl_compiler.h strengthen support for int.to.str and length reasoning. Issue #589 2016-05-28 12:26:47 -07:00
dl_external_relation.cpp fix warnings for unused variables 2016-05-17 13:54:22 -07:00
dl_external_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_finite_product_relation.cpp fix warnings for unused variables 2016-05-17 13:54:22 -07:00
dl_finite_product_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_instruction.cpp strengthen support for int.to.str and length reasoning. Issue #589 2016-05-28 12:26:47 -07:00
dl_instruction.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_interval_relation.cpp Update Network Simplex implementation 2013-10-28 18:29:14 -07:00
dl_interval_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_lazy_table.cpp fix mint64 build errors 2013-09-09 09:22:45 -07:00
dl_lazy_table.h cleanup cancelation logic 2015-12-11 12:35:35 -08:00
dl_mk_explanations.cpp disable hybrid relations pending overhaul/deletion of product relations 2015-05-20 09:21:55 -07:00
dl_mk_explanations.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_similarity_compressor.cpp Refactor count_vars and count_rule_vars 2015-05-14 17:04:38 +01:00
dl_mk_similarity_compressor.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_mk_simple_joins.cpp fix non-determinism bug in simple joins. Keys were normalized based on pointer equality not object identifier equality. Also some ptr hashtables were used with pointer hashes, and then traversed. reported in issue #619 2016-05-27 07:51:02 -07:00
dl_mk_simple_joins.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_product_relation.cpp disable hybrid relations pending overhaul/deletion of product relations 2015-05-20 09:21:55 -07:00
dl_product_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_relation_manager.cpp address #835 2016-12-10 07:52:00 +01:00
dl_relation_manager.h cleanup cancelation logic 2015-12-11 12:35:35 -08:00
dl_sieve_relation.cpp re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_sieve_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_sparse_table.cpp reduce set of mainly verbose warnings raised by -Wmaybe-uninitialized and unused variable warnings from release mode builds 2016-06-22 20:25:47 -07:00
dl_sparse_table.h compiler warning by daniel j h 2015-10-04 10:35:48 -07:00
dl_table.cpp remove buggy and unused equivalence relation plugin. Github issue #770 2016-10-31 22:59:56 +01:00
dl_table.h remove buggy and unused equivalence relation plugin. Github issue #770 2016-10-31 22:59:56 +01:00
dl_table_plugin.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_table_relation.cpp address warnings from #836 2016-12-10 13:14:36 +01:00
dl_table_relation.h address warnings from #836 2016-12-10 13:14:36 +01:00
dl_vector_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
doc.cpp fix gcc compiler warnings 2015-05-16 11:56:04 +01:00
doc.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
karr_relation.cpp fix unused-but-set-variable warnings reported in #579 2016-05-18 11:02:10 -07:00
karr_relation.h fix warning messages 2015-12-15 04:11:11 +02:00
rel_context.cpp remove buggy and unused equivalence relation plugin. Github issue #770 2016-10-31 22:59:56 +01:00
rel_context.h cleanup cancelation logic 2015-12-11 12:35:35 -08:00
tbv.cpp remove reinterpret_cast. Issue #229, issue #24 2015-10-04 10:54:19 -07:00
tbv.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
udoc_relation.cpp fix warnings for unused variables 2016-05-17 13:54:22 -07:00
udoc_relation.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00