automaton.h

Back to Finite-state automaton

pastel/sys/

// Description: Automaton module
// Documentation: automaton.txt

#ifndef PASTELSYS_AUTOMATON_H_MODULE
#define PASTELSYS_AUTOMATON_H_MODULE

#include "pastel/sys/automaton/automaton.h"
#include "pastel/sys/automaton/automaton_algorithms.h"

#endif