mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
parent
1959b7c48a
commit
f810f25d8d
4 changed files with 10 additions and 11 deletions
|
@ -690,7 +690,7 @@ namespace datalog {
|
|||
void context::reopen() {
|
||||
SASSERT(m_closed);
|
||||
m_rule_set.reopen();
|
||||
m_closed = false;
|
||||
m_closed = false;
|
||||
}
|
||||
|
||||
void context::transform_rules(rule_transformer::plugin* plugin) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue