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

Rename range getter function for affine terms #17

Open
mforets opened this issue Mar 9, 2020 · 2 comments
Open

Rename range getter function for affine terms #17

mforets opened this issue Mar 9, 2020 · 2 comments

Comments

@mforets
Copy link
Collaborator

mforets commented Mar 9, 2020

If A is an affine form, its range (cf. [1]) denotes the set of values of c + sum_i \gamma_i eps_i. It is awkard to call this range(A) in this package because in Base that is something else.

Possible choices:

  • interval
  • image
  • bounds
  • width

[1] http://www.ti3.tuhh.de/paper/rump/RuKas14.pdf

@mforets mforets mentioned this issue Mar 9, 2020
@mforets
Copy link
Collaborator Author

mforets commented Mar 9, 2020

@dpsanders do you have any preference?

@dpsanders
Copy link
Member

Another option would be hull.

I think interval is a reasonable choice but maybe it is not suggestive enough of the operation that is being done?

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