Skip to content
Snippets Groups Projects
Commit 98bf7809 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

remove not needed code from arbology DZ algo

parent 6c236106
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -10,15 +10,12 @@
 
#include <set>
#include <vector>
#include <core/multipleDispatch.hpp>
#include <tree/TreeFeatures.h>
#include <alphabet/RankedSymbol.h>
 
#include <tree/properties/ReversedBadCharacterShiftTable.h>
#include <tree/properties/BorderArrayNaive.h>
#include <tree/properties/SubtreeJumpTable.h>
 
#include <tree/Tree.h>
#include <tree/ranked/PrefixRankedBarTree.h>
#include <tree/ranked/PrefixRankedBarPattern.h>
#include <tree/ranked/PrefixRankedTree.h>
......@@ -34,7 +31,7 @@ namespace exact {
/**
* Implementation of DeadZone matching using bad character shift as shifting method on one direction and border array on the other
*/
class DeadZoneUsingBadCharacterShiftAndBorderArray : public alib::DoubleDispatch < DeadZoneUsingBadCharacterShiftAndBorderArray, ext::set < unsigned >, const tree::TreeBase &, const tree::TreeBase & > {
class DeadZoneUsingBadCharacterShiftAndBorderArray {
public:
/**
* Search for pattern in linear string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment