Thanks to visit codestin.com
Credit goes to github.com

Skip to content

solution iterator implementation for RecursiveBacktrackingSolver #60

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

Open
FraCappo87Sky opened this issue Jul 13, 2020 · 1 comment
Open

Comments

@FraCappo87Sky
Copy link

Would it be possible to have the RecursiveBacktrackingSolver class to provide also a solution iterator?
Currently this class is only providing either a single solution, or the entire collection of solutions.

@jahagirdar
Copy link

+1 for an iterator.
I am using python-constraint to generate constrained random vectors for my testcase, I have dozens of variables and the solution space can have millions of entries. generating the entire collection will put a strain on my compute resources, An iterator will be a better option.

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