mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
remove some dependencies on parameter file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8ab04fb05b
commit
10e203da43
8 changed files with 19 additions and 11 deletions
|
@ -39,7 +39,6 @@ Revision History:
|
|||
#include"dl_mk_karr_invariants.h"
|
||||
#include"dl_mk_backwards.h"
|
||||
#include"dl_mk_loop_counter.h"
|
||||
#include"fixedpoint_params.hpp"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
@ -197,7 +196,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
rule_set * mk_karr_invariants::operator()(rule_set const & source) {
|
||||
if (!m_ctx.get_params().karr()) {
|
||||
if (!m_ctx.karr()) {
|
||||
return 0;
|
||||
}
|
||||
rule_set::iterator it = source.begin(), end = source.end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue