mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
working on tab Horn solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
79dafcea81
commit
8daf100c65
5 changed files with 214 additions and 26 deletions
|
@ -518,7 +518,7 @@ namespace datalog {
|
|||
|
||||
if (m.is_false(itail.get())) {
|
||||
//the tail member is never true, so we may delete the rule
|
||||
TRACE("dl", r->display(m_context, tout << "rule in infeasible\n"););
|
||||
TRACE("dl", r->display(m_context, tout << "rule is infeasible\n"););
|
||||
return false;
|
||||
}
|
||||
if (!m.is_true(itail.get())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue