Difference between revisions of "Combinatorics"

From HaskellWiki
Jump to navigation Jump to search
(create initial combinatorics page)
 
 
(3 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
There are a number of Haskell libraries related to combinatorics:
 
There are a number of Haskell libraries related to combinatorics:
   
  +
* {{HackagePackage|id=arithmoi}}
* [http://hackage.haskell.org/package/arithmoi arithmoi]
 
  +
* {{HackagePackage|id=combinat}}
* [http://hackage.haskell.org/package/combinat combinat]
 
* [http://hackage.haskell.org/package/exact-combinatorics exact-combinatorics]
+
* {{HackagePackage|id=exact-combinatorics}}
* [http://hackage.haskell.org/package/HaskellForMaths HaskellForMaths]
+
* {{HackagePackage|id=HaskellForMaths}}
  +
* {{HackagePackage|id=species}}
* [http://hackage.haskell.org/package/species species]
 
  +
* {{HackagePackage|id=testing-feat}}
  +
* [http://code.haskell.org/~thielema/htam/src/ htam] - a mathematical sandbox containing some code for combinatorics
  +
  +
[[Category:Combinatorics|*]]

Latest revision as of 21:23, 25 September 2012

Haskell is a great language for computational combinatorics. This page is for collecting information, links, and resources related to doing combinatorics in Haskell.

Mailing list

combinatorics@projects.haskell.org is a low-traffic list for discussing anything related to the intersection of combinatorics and Haskell. Topics in the union of combinatorics and Haskell are probably welcome as well. You can subscribe here.

Libraries

There are a number of Haskell libraries related to combinatorics: