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
51e32f09
Commit
51e32f09
authored
3 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
tidy: match parameter names in function declaration vs definition
parent
4c25aefe
No related branches found
No related tags found
1 merge request
!200
clang tidy fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
alib2algo/src/automaton/convert/ToRTEStateElimination.h
+2
-2
2 additions, 2 deletions
alib2algo/src/automaton/convert/ToRTEStateElimination.h
with
2 additions
and
2 deletions
alib2algo/src/automaton/convert/ToRTEStateElimination.h
+
2
−
2
View file @
51e32f09
...
...
@@ -71,12 +71,12 @@ private:
* Helper function for the elimination of a single state according to the algorithm.
* @tparam SymbolType the type of symbol of the automaton's input ranked alphabet
* @tparam StateType the type of states of the automaton
* @param
extendedA
utomaton automaton for the elimination
* @param
a
utomaton automaton for the elimination
* @param state a state to eliminate
* @return the @p extendedAutomaton after the elimination of a state @state.
*/
template < class SymbolType, class StateType >
static automaton::ExtendedNFTA< SymbolType, StateType > eliminateState ( const automaton::ExtendedNFTA< SymbolType, StateType >&
extendedA
utomaton, const StateType& state );
static automaton::ExtendedNFTA< SymbolType, StateType > eliminateState ( const automaton::ExtendedNFTA< SymbolType, StateType >&
a
utomaton, const StateType& state );
/**
* Helper function to create RTE alternation from several transition's rtexps
...
...
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