Hi, thank you for this, I'm really interested in try this approach but I'm running windows 10 and I got this error
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\quantum\1.py", line 33, in
solve(board)
File "C:\Users\DELL\Desktop\quantum\1.py", line 26, in solve
board[i] = quantum.choice(x for x in range(1, 10) if x not in neighbors)
File "C:\Users\DELL\Desktop\quantum\quantum.py", line 11, in choice
pid = os.fork()
AttributeError: module 'os' has no attribute 'fork'
Hi, thank you for this, I'm really interested in try this approach but I'm running windows 10 and I got this error
Traceback (most recent call last): File "C:\Users\DELL\Desktop\quantum\1.py", line 33, in
solve(board)
File "C:\Users\DELL\Desktop\quantum\1.py", line 26, in solve
board[i] = quantum.choice(x for x in range(1, 10) if x not in neighbors)
File "C:\Users\DELL\Desktop\quantum\quantum.py", line 11, in choice
pid = os.fork()
AttributeError: module 'os' has no attribute 'fork'