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

implement fast inversion #7

Open
2 tasks
tfaoliveira-sb opened this issue Jul 2, 2024 · 0 comments
Open
2 tasks

implement fast inversion #7

tfaoliveira-sb opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tfaoliveira-sb
Copy link
Collaborator

The implementations of this repository use the 'slow' inversion algorithm:

  • study existing 'fast' implementations/related literature;
  • implement it; test it; safety+sct it; bench it; merge it;

Proving it correct might require some more time: separate issue.

Note: this issue raises a question. At some point in time, there will be components in this repository that will not be formally verified:

  • I'm in favor of: the release should only contain formally verified code
  • for development and prototyping purposes, the user/dev should have access to the infrastructure that allows to compile a library with the existing non-formally code (that also lives under main)
@tfaoliveira-sb tfaoliveira-sb added the enhancement New feature or request label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants