Skip to content

Conversation

@chriseth
Copy link
Member

No description provided.

ExpressionSumHeadTail(e1, head, tail1),
ExpressionSumHeadTail(e2, head, tail2);

// AffinelyRelated(e1, f, e2, c) => e1 = f * e2 + c
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is still missing the case
l * r <-> l * r + c

where e1 is a product and e2 is a sum.

@chriseth
Copy link
Member Author

This rule is quite expensive, maybe we shouldn't have it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants