Pogin's logbook Wiki
Advertisement

Haskell

インストール[]

  • 普通にインストール
    cabal install fgl
  • Arch Linux
    pacman -S haskell-fgl (のはず)

Data.Graph.Inductiveの使い方[]

ghciでData.Graph.Inductive.Exampleでいろいろためす。

FGL/Haskell - A Functional Graph Library for Haskell FGLの公式ページ

Data.Graph.Inductive.Graph Data.Graph.Inductive.Graphのhackage(だいたい本体)

Data.Graph.Inductive.Example Data.Graph.Inductive.Exampleのhackage

Data.Graph Data.Graphのhackage Data.Graph.Inductiveとは別物なので注意して取り扱ったほうがいい。

FGL/Haskell ー A Functional Graph Library User Guide FGLのpdf

Data.Graph.Inductive.Graphviz

HaskellでGraphviz

graph-utils-0.3.5 を公開しました。

m2ym's gist: 675959 — Gist

Graph test

Divisibility Graph

Advertisement