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

  • lib
    • render
      • sudoku.pl -- SWISH Sudoku renderer
      • chess.pl -- SWISH chessboard renderer
        • term_rendering//3
      • 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)//
Render an N-queens problem. This renderer assumes that the solution is represented by a permutation of a list of integers 1..N, where the I-th integer describes the column of the queen at row I.