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

Extract collection from register #88

Closed
catena2w opened this issue Apr 30, 2018 · 2 comments
Closed

Extract collection from register #88

catena2w opened this issue Apr 30, 2018 · 2 comments

Comments

@catena2w
Copy link
Member

I can't find an example of collection extraction from a register, and expected way to do this like ExtractRegisterAs[SCollection[Boolean]](Self, R4)(SCollection[Boolean]) does not work

@kushti
Copy link
Contributor

kushti commented May 2, 2018

it shouldn't work also, as it is impossible to define collection size (i.e. cost) before transformations

@catena2w
Copy link
Member Author

catena2w commented May 7, 2018

Some sort of user-defined collections is required. E.g. If we want AVLTreeModification operation, user (not a script) should provide collection of modifications and proof for them.

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