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

Store and derive information from function call images #35

Open
HarrisonGrodin opened this issue Aug 15, 2018 · 0 comments
Open

Store and derive information from function call images #35

HarrisonGrodin opened this issue Aug 15, 2018 · 0 comments
Labels
feature New feature or request

Comments

@HarrisonGrodin
Copy link
Owner

HarrisonGrodin commented Aug 15, 2018

It would be great to support images on specific function calls, and derive additional information from it.

  • Under the assumption that x is an integer and given the information that x^3 is nonnegative, we should be able to derive that x is nonnegative. Additionally, we should be able to determine that x^5 should be nonnegative.
  • Given the knowledge that the function call f(2) is greater than 7, we should infer that abs(f(2)) can be rewritten to f(2), even though we know nothing about f itself.
@HarrisonGrodin HarrisonGrodin added the feature New feature or request label Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant