mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 14:53:40 +00:00
parent
4b2e5ecca0
commit
2b929cb31e
1 changed files with 2 additions and 2 deletions
|
@ -800,9 +800,9 @@ namespace datalog {
|
||||||
SASSERT(prod_rel.size()==2);
|
SASSERT(prod_rel.size()==2);
|
||||||
|
|
||||||
if (!prod_rel[0].get_plugin().is_sieve_relation())
|
if (!prod_rel[0].get_plugin().is_sieve_relation())
|
||||||
throw default_exception("explanations are not supported for this query");
|
throw default_exception("explanations are not supported with undefined predicates");
|
||||||
if (!prod_rel[1].get_plugin().is_sieve_relation())
|
if (!prod_rel[1].get_plugin().is_sieve_relation())
|
||||||
throw default_exception("explanations are not supported for this query");
|
throw default_exception("explanations are not supported with undefined predicates");
|
||||||
sieve_relation * srels[] = {
|
sieve_relation * srels[] = {
|
||||||
static_cast<sieve_relation *>(&prod_rel[0]),
|
static_cast<sieve_relation *>(&prod_rel[0]),
|
||||||
static_cast<sieve_relation *>(&prod_rel[1]) };
|
static_cast<sieve_relation *>(&prod_rel[1]) };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue