3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-06 09:51:09 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-08 04:56:15 -07:00
parent dde0c9bd0d
commit 7595371721
5 changed files with 22 additions and 19 deletions

View file

@ -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();
}