Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Piecewise in LambdaDoubleVisitor #1446

Merged
merged 5 commits into from Jul 22, 2018

Conversation

bjodah
Copy link
Contributor

@bjodah bjodah commented Jul 18, 2018

@symengine symengine deleted a comment from isuruf-bot Jul 18, 2018
@certik certik requested a review from isuruf July 18, 2018 15:16
void bvisit(const Contains &x)
{
x.get_expr()->accept(*this);
x.get_set()->accept(*this);
Copy link
Member

Choose a reason for hiding this comment

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

Looks like you need to implement this for each type of set we have including Interval.

@bjodah bjodah changed the title [WIP] Lambdadouble piecewise Support for Piecewise in LambdaDoubleVisitor Jul 21, 2018
@bjodah
Copy link
Contributor Author

bjodah commented Jul 21, 2018

Tests passing locally, so I think this is ready for review.

@isuruf isuruf merged commit 32d8612 into symengine:master Jul 22, 2018
@isuruf
Copy link
Member

isuruf commented Jul 22, 2018

Thanks

@bjodah bjodah deleted the lambdadouble-piecewise branch October 31, 2018 11:06
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.

None yet

2 participants