ITADN

Performance regression / unexpected nontermination

#3329Closedtriska 创建于 2026-05-09
T
triskacommented
Like #355, this is an issue with [`presprover.pl`](https://www.metalevel.at/presprover/presprover.pl): I expect for example the following queries to terminate instantly, but currently they loop: <pre> <b>?- valid(exists(x, x &gt; 0)).</b> loops, unexpected. <b>?- valid(forall(x, exists(y, 3*x + y &gt; 2))).</b> loops, unexpected. </pre> This *used to work as expected* at one point!
关闭于 2026-05-11 2 条评论