Vcsn
2.0
Be Rational
|
#include <stdexcept>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/algos.hh>
#include <vcsn/algos/read.hh>
#include <lib/vcsn/rat/read.hh>
#include <lib/vcsn/dot/driver.hh>
#include <lib/vcsn/algos/fwd.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 | |
automaton | vcsn::dyn::read_automaton (std::istream &is, const std::string &format="default") |
Read an automaton from a stream. More... | |
label | vcsn::dyn::read_label (std::istream &is, const context &ctx) |
Read a label from a stream. More... | |
ratexp | vcsn::dyn::read_ratexp (std::istream &is, const ratexpset &rs, const std::string &format="default") |
Read a ratexp from a stream. More... | |
polynomial | vcsn::dyn::read_polynomial (std::istream &is, const context &ctx) |
Read a polynomial from a stream. More... | |
weight | vcsn::dyn::read_weight (std::istream &is, const context &ctx) |
Read a weight from a stream. More... | |