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

Defining multiple expressions in min/max estimation queries #266

Open
GameMonkey opened this issue May 15, 2024 · 0 comments
Open

Defining multiple expressions in min/max estimation queries #266

GameMonkey opened this issue May 15, 2024 · 0 comments
Assignees
Labels
confirmed feature New feature or request

Comments

@GameMonkey
Copy link

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.

@GameMonkey GameMonkey added the feature New feature or request label May 15, 2024
@mikucionisaau mikucionisaau self-assigned this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants