You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quantifier instantiation for forall quantifier, addHypothesis and case distinction added in 055ee81
@mattulbrich what do mean by integer expression simplification? things like a + 0 == 0 or a more sophiticated rule which is able to simplify arbitrary terms?
@JonasKlamroth. Actually: both. Anything which helps. I do not really know if some "normalisation" technique would help tremendously or if a handful of eager rules will do the trick. I believe that x + (-1)*x + 0*y should automatically be simplified to 0.
For a usable tools, there must be a set of sensible proof rules present.
That here is more an umbrella issue for a lot of smaller items.
That would include:
The simplification rules must not be atomic steps but sequences of individual rewritings.
The text was updated successfully, but these errors were encountered: