/home/swish/lib/render/sudoku.pl
AllApplicationManualNameSummaryHelp

  • lib
    • render
      • sudoku.pl -- SWISH Sudoku renderer
        • term_rendering//3
      • chess.pl -- SWISH chessboard renderer
      • table.pl -- SWISH table renderer
      • codes.pl -- SWISH code-list renderer
      • svgtree.pl -- SWISH SVG tree renderer
      • graphviz.pl -- Render data using graphviz
      • c3.pl -- SWISH C3.js based chart renderer
      • url.pl -- SWISH url renderer
      • bdd.pl -- Render Binary Decision Diagrams (BDDs)
      • mathjax.pl -- SWISH Mathjax renderer
 term_rendering(+Term, +Vars, +Options)//
Renders Term as a sudoku matrix. Term must be a list of 9 lists, each of which must have 9 elements that are all either the integer 1..9 or unbound.