In this page you will find information about the Linear Arrangement Library (LAL) project on github: from source code and free software to documentation and tests.
Visit the official webpage of the project here. There you will find information about the authors, data that you can use to try LAL, user guides, information about courses and much more.
LAL is free software: its source code is distributed under the Affero GPL v3 along with every official release.
If you want to build LAL on your machine from sources, or make changes, you are encouraged to run tests to ensure everything works correctly. Tests are also distributed under the Affero GPL v3.
We have strived to ease the process of working with LAL with the treebank parser tool, which can parse a treebanks in various formats and convert them to a format that LAL understands. This tool is also distributed under the Affero GPL v3.
LAL is a C++ library, but it can also be used from python thanks to SWIG.
- Code for profiling purposes. If you want to improve LAL in any way, feel free to peruse the profiling project to measure execution times.
Documentation is available online in doxygen format for every official release of LAL.