Skip to content

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

License

Notifications You must be signed in to change notification settings

LAL-project/tests

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published