3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

move some configuration parameters into dl_context, add notes to udoc_relation

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-26 08:22:25 -07:00
parent 74053275cf
commit 061a18efcf
11 changed files with 86 additions and 23 deletions

View file

@ -262,7 +262,7 @@ namespace datalog {
rule_set * operator()(rule_set const & source) {
// TODO pc
if (!m_context.bit_blast()) {
if (!m_context.xform_bit_blast()) {
return 0;
}
rule_manager& rm = m_context.get_rule_manager();