mirror of
https://github.com/Z3Prover/z3
synced 2025-09-08 02:31:24 +00:00
parent
ba820223ce
commit
9c6722bea8
3 changed files with 3 additions and 9 deletions
|
@ -885,13 +885,8 @@ namespace datalog {
|
|||
}
|
||||
|
||||
bool context::is_monotone() {
|
||||
try {
|
||||
m_rule_properties.check_for_negated_predicates();
|
||||
return true;
|
||||
}
|
||||
catch (...) {
|
||||
return false;
|
||||
}
|
||||
// only the spacer engine uses monotone semantics.
|
||||
return get_engine() == SPACER_ENGINE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue