mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +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
|
@ -115,7 +115,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
rule_set * mk_scale::operator()(rule_set const & source) {
|
||||
if (!m_ctx.get_params().scale()) {
|
||||
if (!m_ctx.scale()) {
|
||||
return 0;
|
||||
}
|
||||
rule_manager& rm = source.get_rule_manager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue