Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <InducedEquivalence.h>
Static Public Member Functions | |
template<class T > | |
static ext::set< ext::set< T > > | inducedEquivalence (const ext::set< ext::pair< T, T > > &relation) |
Partition inducedEquivalence states in automata
|
static |
Creates a set of equivalent objects from a symetric relation.
T | Type of objects. |
automaton | which states are to be partitioned. |