wo / tpg

Tree Proof Generator
GNU General Public License v3.0
151 stars 20 forks source link

Feature request, timing in milliseconds #15

Closed Jean-Luc-Picard-2021 closed 4 months ago

Jean-Luc-Picard-2021 commented 2 years ago

Hi,

I am quite amazed by your tool, since it not only searches a proof, it also tries to find a counter model at the same time.

I am currently experimenting with a prover on my own, and the best I get in Chrome browser is:

?- prove0('∀p∀q(∀x(x∈p⇔x∈q)⇒p=q) ∧ ∀x(x∈u⇔r(x)) ∧ ∀x(x∈v⇔r(x)) ⇒ u=v', 5, time), !. % Wall 1601 ms, gc 5 ms, 1928801 lips

Would it be possible to show timings in your prover as well. Maybe through some debug option, like opening the tree tool with ?debug=true.

Bye