Skip to content
Snippets Groups Projects
Verified Commit 9b9c5beb authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Ensure that unary ops aux vars are never created when there is a lead

The transformation would be incorrect because of the expectation operator.

There was already a safety check, but it was not entirely correct. For example,
if “exp(y)” was appearing before “exp(y(+1))”, the check would not catch the
problem, because it happened after the substitution table had been filled. So
we now do the check before filling that table.
parent 39412788
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment