We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Currently, the syntax for min/max estimation is:
Estimate ::= 'E[' SMCBounds ']' '(' ('min:' | 'max:') Expression ')'
However, when I have several values' min or max I want to estimate, I need to run several queries, one for each value I want to estimate.
Describe the solution you'd like I wish the syntax was something along the lines:
Estimate ::= 'E[' SMCBounds ']' '(' ('min:' | 'max:') Expression [, Espression]* ')'
This would same time on executing queries when the SMCBounds for the different expressions are the same.
SMCBounds
The text was updated successfully, but these errors were encountered:
mikucionisaau
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently, the syntax for min/max estimation is:
However, when I have several values' min or max I want to estimate, I need to run several queries, one for each value I want to estimate.
Describe the solution you'd like
I wish the syntax was something along the lines:
This would same time on executing queries when the
SMCBounds
for the different expressions are the same.The text was updated successfully, but these errors were encountered: