/Nonogram-Solver

Nonogram solver using Genetic Algorithm and Constraint Satisfaction

Primary LanguagePython

Nonogram-Solver

Nonogram solver using Genetic Algorithm and Constraint Satisfaction

To run Backtracking search: python backtracking_search_py To run Genetic algorithm:

  • Greedy approach: python genetic.py greedy
  • Proper algorithm: python genetic.py proper

To choose a different puzzle, change (un-comment) the values of ROWS and COLUMNS in nonogram.py.