Skip to content
Snippets Groups Projects
user avatar
Hans-Peter Deifel authored
We can't split them anyways, might as well skip the work done by
updateBlock and splitBlock.

This can make the algorithm roughly twice as fast on some inputs.
4068d42c
History

Master's Thesis

In the absence of a project name: This is my master's thesis

Building

stack build

Running

There isn't much to see, yet. To see pretty printed parse results, use:

stack exec ma refine < FILENAME

Where FILENAME is a file describing the input. Examples are in examples/.

Command line syntax is described in stack exec -- ma --help.

API documentation

The documentation for the internal API can be built and opened in the default browser with:

stack haddock --open ma

This can help to understand the code structure.