mirror of
https://github.com/Z3Prover/z3
synced 2025-09-06 09:51:09 +00:00
parent
dde0c9bd0d
commit
7595371721
5 changed files with 22 additions and 19 deletions
|
@ -885,8 +885,8 @@ namespace datalog {
|
|||
}
|
||||
|
||||
bool context::is_monotone() {
|
||||
// only the spacer engine uses monotone semantics.
|
||||
return get_engine() == SPACER_ENGINE;
|
||||
// assumes flush_add_rules was called
|
||||
return m_rule_properties.is_monotone();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue