-
Notifications
You must be signed in to change notification settings - Fork 4
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
Optimise GRASShopper terms #136
Comments
On further look I'm not entirely sure how to proceed with this—the problematic terms are things like I've started a branch to start adding more expression optimisation but I feel as if this could be a very deep rabbit hole… |
I don't think this is a high priority unless you can do it easily.
…On 1 February 2017 at 16:36, Matt Windsor ***@***.***> wrote:
On further look I'm not entirely sure how to proceed with this—the
problematic terms are things like P || !P that we aren't currently
optimising away at all.
I've started a branch to start adding more expression optimisation but I
feel as if this could be a very deep rabbit hole…
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#136 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANd9g1XX9MbwMo0DXnxH8A0p-7RpfnGks5rYLR4gaJpZM4LzyJu>
.
|
Yeah, I think I'll push what I have and give up =3 |
👍 |
We probably don't want to write our own boolean simplifier, but Z3 has the Stack overflow question on the simplifier: https://stackoverflow.com/questions/14057349/simplification-in-z3 |
As far as I know, the GRASShopper terms are currently bypassing the term optimiser, which is sub-optimal. Not sure whether a quick pass through
simp
would be enough or if we need to try plumb it back in a bit more.The text was updated successfully, but these errors were encountered: