FLAGR is an open-source project licensed under the Apache License, version 2. The current version is 1.0.18.
It can be downloaded from the respective GitHub repository: https://github.com/lakritidis/FLAGR.
The repository contains:
- The core C++ components (
/srcdirectory) and rank aggregation algorithm implementations (/src/ramdirectory). - The dynamic library references (
cflagr.cppanddllflagr.cppfiles), which allow the compilation of FLAGR as a shared or a dynamic link library. - Precompiled shared libraries for Linux (
pyflagr/pyflagr/flagr.so) and MacOS (pyflagr/pyflagr/flagr.dylib) and a dynamic link library for Windows (pyflagr/pyflagr/flagr.dll). - The PyFLAGR library which allows the usage of FLAGR in Python applications (
/pyflagrdirectory). - Documentation and code examples (
/docsdirectory).
