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
kakuro solver based on CSP backtracking, forward checking and MRV with limited domains.
just declare your kakuro game like what I did in board_generator.py then add your function to constructor of game class in game.py