396 B
396 B
Compiling hgraph
- initialize the sandbox cabal sandbox init
- install dependencies cabal install --only-dependencies
- build package cabal build
- Optional build documentation (Requires haddock - installable with cabal install haddock) cabal haddock
- Run with ./hgraph input.mat input.adj weights.p +RTS -N and redirect the output into desired target.