mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
merged
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
commit
32791204e7
28 changed files with 1114 additions and 742 deletions
|
@ -1768,7 +1768,7 @@ namespace datalog {
|
|||
if (use_fixedpoint_extensions) {
|
||||
for (unsigned i = 0; i < num_queries; ++i) {
|
||||
out << "(query ";
|
||||
PP(queries[i]);
|
||||
PP(queries[i]);
|
||||
out << ")\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue