3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-29 18:52:29 +00:00
z3/src/muz/base
Dan Liew 4b517b96df [CMake] Move CMake files into their intended location so the
`contrib/cmake/bootstrap.py` script no longer needs to be executed.

The previous location of the CMake files was a compromise proposed
by @agurfinkel in #461. While this has served us well (allowing progress
to be made) over time limitations of this approach have appeared.

The main problem is that doing many git operations (e.g. pull, rebase)
means the CMake files don't get updated unless the user remembers to
run the script. This can lead to broken and confusing build system
behaviour.

This commit only does the file moving and necessary changes to
`.gitignore`. Other changes will be done in subsequent commits.
2017-06-12 11:59:00 +01:00
..
bind_variables.cpp make self-contained bind-variables 2014-09-24 14:30:30 -07:00
bind_variables.h bind variables in queries generated from Horn tactic to enforce that rule formulas don't contain free variables. Issue #328 2015-12-01 14:47:33 -08:00
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
dl_boogie_proof.cpp move functionality from qe_util to ast_util 2015-06-23 14:33:45 +02:00
dl_boogie_proof.h added missing Copyright forms 2015-06-10 11:54:02 -07:00
dl_context.cpp fix bug incorrect clearing of goals during node creation. Issue #777 2016-11-19 10:06:16 -08:00
dl_context.h address warnings from #836 2016-12-10 13:14:36 +01:00
dl_costs.cpp re-organization of muz 2013-08-28 22:11:33 -07:00
dl_costs.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_engine_base.h address warnings from #836 2016-12-10 13:14:36 +01:00
dl_rule.cpp Added rewriter.ignore_patterns_on_ground_qbody option to disable simplification of quantifiers that have their universals appear only in patterns, but otherwise have a ground body. 2017-04-07 21:19:20 +01:00
dl_rule.h moving remaining qsat functionality over 2016-03-19 15:35:26 -07:00
dl_rule_set.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_rule_set.h remove unused min-aggregate 2015-12-04 09:23:36 -08:00
dl_rule_subsumption_index.cpp re-organization of muz 2013-08-28 22:11:33 -07:00
dl_rule_subsumption_index.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_rule_transformer.cpp re-organization of muz 2013-08-28 22:11:33 -07:00
dl_rule_transformer.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
dl_util.cpp Refactor count_vars and count_rule_vars 2015-05-14 17:04:38 +01:00
dl_util.h include 'stopwatch.h' to avoid ODR warnings, #994 2017-04-30 11:28:11 -07:00
fixedpoint_params.pyg add option to bypass compression of unbound tails, issue #738 2016-09-16 14:56:10 -07:00
hnf.cpp Fix Issue #405: Horn normal form ignores implication 2016-01-10 19:16:59 -08:00
hnf.h cleanup cancelation logic 2015-12-11 12:35:35 -08:00
proof_utils.cpp tabs and indentation 2015-09-17 13:25:22 +01:00
proof_utils.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
rule_properties.cpp accept hereditarily finite sorts in datalog engine 2017-05-22 19:32:43 -07:00
rule_properties.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00