Skip to content

A simple sudoku solver in Prolog using Constraint Logic Programming over Finite Domains (CLPFD)

Notifications You must be signed in to change notification settings

thomaschlt/sudoku-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUDOKU SOLVER IN PROLOG

For this program, i used prolog the Constraint Logic Programming over Finite Domains (CLPFD) library.

Run

To run the .pl file on SWI-prolog compiler, go to it then run the following command

  swipl -l sudoku_solver.pl
  ?- solver('sudoku-puzzle-input/name_sudoku.txt', 'sudoku-puzzle-output/name_sudoku.txt').

About

A simple sudoku solver in Prolog using Constraint Logic Programming over Finite Domains (CLPFD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages