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

algo: fix random nfa algo

parent d22f0cf9
No related branches found
No related tags found
2 merge requests!181Clang tidy fixes merge,!180Clang tidy fixes merge
Checking pipeline status
......@@ -29,7 +29,7 @@ unsigned RandomAutomatonFactory::ithAccessibleState ( const ext::deque < bool >
i --;
 
if( i == 0 )
return i;
return j;
}
throw std::logic_error ( "Not enough states in deque of visited states" );
}
......
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