Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
ce5fabc0
Commit
ce5fabc0
authored
5 years ago
by
Tomáš Pecka
Committed by
Tomáš Pecka
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Cover speedup: elgo epsilon
parent
2445af25
No related branches found
Branches containing commit
No related tags found
1 merge request
!96
Bp shushiri rebase
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alib2algo_experimental/project.conf
+1
-1
1 addition, 1 deletion
alib2algo_experimental/project.conf
alib2algo_experimental/src/stringology/cover/ApproximateCoversComputation.h
+2
-2
2 additions, 2 deletions
...ntal/src/stringology/cover/ApproximateCoversComputation.h
with
3 additions
and
3 deletions
alib2algo_experimental/project.conf
+
1
−
1
View file @
ce5fabc0
...
...
@@ -2,7 +2,7 @@
category
:
library
[
Dependencies
]
project
:
alib2algo
alib2data_experimental
alib2data
alib2xml
alib2common
alib2abstraction
alib2measure
alib2std
project
:
alib2algo
alib2data_experimental
alib2data
alib2xml
alib2common
alib2abstraction
alib2measure
alib2std
alib2elgo
system
:
xml2
[
TestDependencies
]
...
...
This diff is collapsed.
Click to expand it.
alib2algo_experimental/src/stringology/cover/ApproximateCoversComputation.h
+
2
−
2
View file @
ce5fabc0
...
...
@@ -8,7 +8,7 @@
#include <string/LinearString.h>
#include <automaton/FSM/EpsilonNFA.h>
#include <automaton/FSM/NFA.h>
#include <automaton/simplify/EpsilonRemoverIncoming.h>
#include <automaton/simplify/
efficient/
EpsilonRemoverIncoming.h>
#include <stringology/indexing/NondeterministicApproximateSuffixAutomatonForHammingDistance.h>
namespace stringology{
namespace cover {
...
...
@@ -62,7 +62,7 @@ ext::set < ext::pair < string::LinearString < SymbolType >, unsigned int > > Ap
stringology::indexing::NondeterministicApproximateSuffixAutomatonForHammingDistance::construct ( pattern, k );
automaton::NFA < SymbolType, ext::pair < unsigned int, unsigned int > > approximateSuffixNDA =
automaton::simplify::EpsilonRemoverIncoming::remove( approximateSuffixNDAwithEpsilonTransitions );
automaton::simplify::
efficient::
EpsilonRemoverIncoming::remove( approximateSuffixNDAwithEpsilonTransitions );
ext::set < ext::pair < unsigned int, unsigned int > > initialState;
initialState.insert( approximateSuffixNDA.getInitialState( ) );
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment