mirror of
https://github.com/Z3Prover/z3
synced 2026-01-25 19:44:01 +00:00
fix #6467
This commit is contained in:
parent
cd3d38caf7
commit
9054e72920
8 changed files with 51 additions and 46 deletions
|
|
@ -1149,7 +1149,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
void modify_fact(table_fact & f) const override {
|
||||
permutate_by_cycle(f, m_cycle);
|
||||
permute_by_cycle(f, m_cycle);
|
||||
}
|
||||
|
||||
table_base * operator()(const table_base & t) override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue