boltzmann-brain-1.4: Boltzmann sampler compiler for combinatorial systems.

Copyright(c) Maciej Bendkowski 2017-2018
LicenseBSD3
Maintainermaciej.bendkowski@tcs.uj.edu.pl
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Data.Boltzmann.System.Renderer

Description

 

Synopsis

Documentation

data ColorScheme Source #

Color scheme for nodes.

Constructors

RandomCol

Nodes get random colors beased on their type.

BlackCol

Each node get the same, black color.

toDotFile :: ColorScheme -> Structure -> IO Text Source #

Prints a dotfile representation of the given structure.