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

[FEAT]: Add a prioritization mechanism or expression strength #595

Closed
polRk opened this issue Mar 6, 2024 · 2 comments
Closed

[FEAT]: Add a prioritization mechanism or expression strength #595

polRk opened this issue Mar 6, 2024 · 2 comments

Comments

@polRk
Copy link

polRk commented Mar 6, 2024

It would be great to be able to sort expressions by their strength/complexity.

Example:

1==1
1==0 || 0==0 
(1==1 && 0==0) || 0
@antonmedv
Copy link
Member

I did not get it.

@antonmedv
Copy link
Member

I think this is related to Estimated cost #628

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

No branches or pull requests

2 participants