Vcsn
2.0
Be Rational
|
#include <vcsn/core/rat/identities.hh>
#include <vcsn/dyn/algos.hh>
#include <vcsn/dyn/signature-printer.hh>
#include <vcsn/dyn/translate.hh>
#include <vcsn/algos/make-context.hh>
#include <lib/vcsn/algos/registry.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
Functions | |
context | vcsn::dyn::context_of (const automaton &a) |
The context of this automaton. More... | |
context | vcsn::dyn::context_of (const ratexp &r) |
The context of this ratexp. More... | |
context | vcsn::dyn::make_context (const std::string &name) |
Build a context from its name. More... | |
ratexpset | vcsn::dyn::make_ratexpset (const context &ctx,::vcsn::rat::identities is) |
Build an ratexpset from its context. More... | |
context | vcsn::dyn::make_word_context (const context &ctx) |
The context for words. More... | |