LAL-project / tests

Official repository for testing the Linear Arrangement Library (LAL) -- C++ only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test suite for LAL

The algorithms in this library are thoroughly tested during their development. It is our intention to continue extending the library, but also to make the algorithms more efficient every day. For this reason, we need automated tests that free us from the burden of carrying out the thousands of tests needed to be completely sure that the algorithms work every time we make the slightest change.

Dependencies

These tests require LAL to be installed in your system. Go to LAL's webpage and follow the installation instructions.

Compilation of the C++ tests

We wrote different sets of instructions for compiling the tests for

  • Windows in this file.
  • Linux in this file.

Graphs for testing

This directory contains several graphs used for testing.

Execution of the tests

See this file for instructions on how to execute the tests.

Format of the tests

The general format of the tests we use is explained here.

About

Official repository for testing the Linear Arrangement Library (LAL) -- C++ only

License:GNU Affero General Public License v3.0


Languages

Language:C++ 86.0%Language:Shell 5.9%Language:QMake 3.1%Language:Roff 1.8%Language:Python 1.4%Language:CMake 1.4%Language:R 0.3%Language:Pyret 0.1%