sauto
causes "Unable to handle arbitrary u+k <= v constraints."
#134
Labels
bug
Something isn't working
sauto
causes "Unable to handle arbitrary u+k <= v constraints."
#134
I encounter a strange problem. After a seemingly unrelated change, CoqHammer's
sauto
tactic does not work anymore in some goals, where it used to work. And it reportsIt seems that a certain proof searching step in
sauto
produces a universe constraint that Coq does not support. Coq only allows universe constraint in the form ofu+k <= v
wherek
is a constant. If this is the case, a possible fix is to locate what proof searching causes this constrain, and then either prevent this from happening or catch the exception and assume the proof searching step has failed.I have a relatively small example of the issue, but it's based on our project. I can try to make an independent example if it is helpful.
The text was updated successfully, but these errors were encountered: