3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
z3/src/muz/rel
2015-07-08 13:39:26 +01:00
..
aig_exporter.cpp re-organize muz_qe into separate units 2013-08-28 21:20:24 -07:00
aig_exporter.h re-organize muz_qe into separate units 2013-08-28 21:20:24 -07:00
check_relation.cpp make check_relation::check_equiv() exit only when solver return SAT (ie, avoid false-positives with unknowns) 2015-06-24 17:13:24 +01:00
check_relation.h updated check_relation test for join-project 2014-10-06 13:05:53 -07:00
dl_base.cpp use scoped pointers instead of explicit deallocation (robust under exceptions) 2015-06-11 10:19:29 -07:00
dl_base.h Add datalog infrastructure for min aggregation function 2015-06-10 18:14:14 +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 re-organize muz_qe into separate units 2013-08-28 21:23:16 -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 re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_compiler.cpp Add basic compiler support for min aggregation function 2015-06-11 16:23:26 +01:00
dl_compiler.h Add basic compiler support for min aggregation function 2015-06-11 16:23:26 +01:00
dl_external_relation.cpp re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_external_relation.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_finite_product_relation.cpp re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_finite_product_relation.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_instruction.cpp enforce stringstream formatting to avoid default format routine. fixes issue #149 2015-07-06 09:11:52 -07:00
dl_instruction.h Add datalog infrastructure for min aggregation function 2015-06-10 18:14:14 +01:00
dl_interval_relation.cpp Update Network Simplex implementation 2013-10-28 18:29:14 -07:00
dl_interval_relation.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_lazy_table.cpp fix mint64 build errors 2013-09-09 09:22:45 -07:00
dl_lazy_table.h fix mint64 build errors 2013-09-09 09:22:45 -07: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 re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_mk_partial_equiv.cpp re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_mk_partial_equiv.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -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 re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_mk_simple_joins.cpp Refactor count_vars and count_rule_vars 2015-05-14 17:04:38 +01:00
dl_mk_simple_joins.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -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 disable hybrid relations pending overhaul/deletion of product relations 2015-05-20 09:21:55 -07:00
dl_relation_manager.cpp Fix memory leaks 2015-06-11 09:20:52 +01:00
dl_relation_manager.h Add datalog infrastructure for min aggregation function 2015-06-10 18:14:14 +01:00
dl_sieve_relation.cpp re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_sieve_relation.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_sparse_table.cpp speed up parsing of large Datalog files, remove pinned 2014-03-28 18:26:42 -07:00
dl_sparse_table.h avoid creating full tables when negated variables are unitary, add lazy table infrastructure, fix coi_filter for relations, reduce dependencies on fixedpoing_parameters.hpp header file 2013-09-08 05:52:18 -07:00
dl_table.cpp re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_table.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_table_plugin.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_table_relation.cpp Fix memory leaks 2015-06-11 09:20:52 +01:00
dl_table_relation.h re-organize muz_qe into separate units 2013-08-28 21:23:16 -07:00
dl_vector_relation.h merge unstable into opt 2014-09-26 12:12:24 -07:00
doc.cpp fix gcc compiler warnings 2015-05-16 11:56:04 +01:00
doc.h fix gcc compiler warnings 2015-05-16 11:56:04 +01:00
karr_relation.cpp move functionality from qe_util to ast_util 2015-06-24 17:06:17 +01:00
karr_relation.h fix crash in explanation generation. Codeplex issue 181 2015-02-24 17:34:38 -08:00
rel_context.cpp remove uneeded calls to datalog_context::get_rules(), since it can be expensive. 2015-07-08 13:39:15 +01:00
rel_context.h add check_relation for integrity checking of relational operations 2014-09-24 01:06:58 -07:00
tbv.cpp Merge pull request #81 from ahorn/opt 2015-05-12 10:44:28 +01:00
tbv.h add ddnf tests, add facility to solve QF_NRA + QF_UF(and other theories) in joint solver to allow broader use of QF_NRA core 2015-05-09 19:40:34 -07:00
udoc_relation.cpp udoc: micro optimization for compiler_guard 2015-06-24 17:06:21 +01:00
udoc_relation.h udoc: micro optimization for compiler_guard 2015-06-24 17:06:21 +01:00