Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
RandomAutomatonFactory3.h File Reference
#include <ext/algorithm>
#include <ext/random>
#include <alib/deque>
#include <alib/set>
#include <exception/CommonException.h>
#include <automaton/FSM/MultiInitialStateNFA.h>
Include dependency graph for RandomAutomatonFactory3.h:
This graph shows which files directly or indirectly include this file:

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)