Performance regression / unexpected nontermination
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 > 0)).</b>
loops, unexpected.
<b>?- valid(forall(x, exists(y, 3*x + y > 2))).</b>
loops, unexpected.
</pre>
This *used to work as expected* at one point!
关闭于 2026-05-11 2 条评论