Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ext/algorithm>
#include <ext/random>
#include <alib/deque>
#include <alib/set>
#include <exception/CommonException.h>
#include <automaton/FSM/MultiInitialStateNFA.h>
Go to the source code of this file.
Data Structures | |
class | automaton::generate::RandomAutomatonFactory3 |
Namespaces | |
namespace | automaton |
namespace | automaton::generate |
Functions | |
template<class Callback > | |
void | automaton::generate::callbackOnRandom (Callback callback, size_t states, const ext::vector< unsigned > &set1, const ext::vector< unsigned > &set2, const ext::deque< ext::vector< unsigned > > &duplicates) |