Open seebees opened 1 year ago
Update ModInternals to use assert by
assert by
Example:
src/NonlinearArithmetic/Internals/ModInternals.dfy(94,4): Warning: a forall statement with no bound variables is deprecated; use an 'assert by' statement instead
I have tried a lot but there is something different with non-linear arithmetic that I don't know why but can't prove at all.
Update ModInternals to use
assert by
Example:
src/NonlinearArithmetic/Internals/ModInternals.dfy(94,4): Warning: a forall statement with no bound variables is deprecated; use an 'assert by' statement instead