You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
+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.
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.
The text was updated successfully, but these errors were encountered: