Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 907 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 907 Bytes

Semi-External-Landau-Vishkin

A Semi-External Landau Vishkin algorithm for solving the Approximated Pattern Matching Problem.

Compiling

In order to compile the Landau-Vishkin Library, one must have cmake installed with g++ with version 4.8 or higher in order to support C++11.

cd build
cmake ..
make install

Running

We have provided a full functional example of running the Landau Vishkin Algorithm, which is instaled in the bin folder after the previous command.

This examples executes variations of such algorithm presented in our library. To execute one must do

/example <text-file> <pattern-file> <number of errors> <output-file> <variation>

Description of Experiments

A full paper describing experiments and employed techniques is available in a pdf file called "Daniel Saad Nogueira Nunes Mauricio Ayala-Rincon Semi External Landau Vishkin Full Paper.pdf"