amosr / clustering

implementation of clustering/scheduling for combinators, using ILP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clustering

This is an implementation of clustering/scheduling for combinators, using ILP. The version shown in the paper Fusing Filters with Integer Linear Program is in Program/Paper/*.

GLPK, and glpk-hs are required.

Example

$ ./Benchmarks benches/QuadTree.comb
Clustering:
Found a 3-length clustering
1: { minx maxx miny maxy }
2: { External(xmym) }
3: { tl tr bl br }

About

implementation of clustering/scheduling for combinators, using ILP


Languages

Language:Assembly 71.2%Language:Haskell 28.4%Language:Fortran 0.4%