mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 13:47:01 +00:00
fix slice bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
93dfafb6d4
commit
21eca20b9e
4 changed files with 8 additions and 2 deletions
|
@ -1523,7 +1523,7 @@ namespace datalog {
|
|||
switch(get_engine()) {
|
||||
case DATALOG_ENGINE:
|
||||
return false;
|
||||
case PDR_ENGINE:
|
||||
case QPDR_ENGINE:
|
||||
ensure_pdr();
|
||||
m_pdr->display_certificate(out);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue