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

new tests: backwards reasoning for fma #21

Open
florianschanda opened this issue May 22, 2020 · 0 comments
Open

new tests: backwards reasoning for fma #21

florianschanda opened this issue May 22, 2020 · 0 comments
Labels
new tests New generators

Comments

@florianschanda
Copy link
Owner

New test schema as following:

  • define input_1
  • define input_2
  • define result

Then either:

  • assert (= result (fp.fma rm input_1 input_2 input_free))
  • assert (= result (fp.fma rm input_1 input_free input_2))

Prove something about input_free. For example:

  • != something
  • in interval
  • not in interval
@florianschanda florianschanda added the new tests New generators label May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new tests New generators
Projects
None yet
Development

No branches or pull requests

1 participant