package knights_tour

  1. Overview
  2. Docs
Solves the 'Knights Tour' and various 'Poyomino' puzzles

Install

Dune Dependency

Authors

Maintainers

Sources

knights_tour-0.0.4.tbz
sha256=dbaafd55fab8dd6a693878310c645c402d7c91e05d62819ae7913908ac17cdf1
sha512=e33e38572ba2e42b876915a74f8e9688a84666d61bc94fa2035d16f2fc6d5bf79d6cc5a2ac1a88d1aa28d8878ec035836df2d7919d2fe9dcd133e1259943ecef

doc/src/knights_tour.pentominos/pentominos.ml.html

Source file pentominos.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(* generated by dune *)

(** @canonical Pentominos.Board *)
module Board = Pentominos__Board

(** @canonical Pentominos.PointSet *)
module PointSet = Pentominos__PointSet

(** @canonical Pentominos.Polyomino *)
module Polyomino = Pentominos__Polyomino

(** @canonical Pentominos.Puzzle *)
module Puzzle = Pentominos__Puzzle

(** @canonical Pentominos.Randomize *)
module Randomize = Pentominos__Randomize
OCaml

Innovation. Community. Security.