User Tools

Site Tools


sc330_f2016:sudoku

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
sc330_f2016:sudoku [2016/08/18 22:06]
dcostello created
sc330_f2016:sudoku [2016/10/26 16:39]
wingated
Line 99: Line 99:
 % After calling `solve` on a board, the board should be fully % After calling `solve` on a board, the board should be fully
 % instantiated with a satisfying Sudoku solution. % instantiated with a satisfying Sudoku solution.
-solve(Board) :- true. % ---PUT CODE HERE---+ 
 +% ---- PUT CODE HERE --- 
 +% ---- PUT CODE HERE --- 
 + 
 +solve(Board) :- true.  ---PUT CODE HERE--- 
 + 
 +% ---- PUT CODE HERE --- 
 +% ---- PUT CODE HERE ---
  
 % Prints out the given board. % Prints out the given board.
sc330_f2016/sudoku.txt · Last modified: 2021/06/30 23:42 (external edit)