Safe Haskell | None |
---|
Algorithms.BF.HexBoard
Description
This module provides the code for drawing Hex boards in graphical format. See Algorithms.BF.Main for an overview of the boolean formula algorithm.
- output_start_board :: Format -> BooleanFormulaOracle -> IO ()
- output_HexBoards :: Format -> BooleanFormulaOracle -> [HexBoard] -> IO ()
Documentation
output_start_board :: Format -> BooleanFormulaOracle -> IO ()Source
Output the starting HexBoard
in the given format, for the given oracle.
output_HexBoards :: Format -> BooleanFormulaOracle -> [HexBoard] -> IO ()Source
Output multiple HexBoard
s in the given format, for the given oracle.