Vcsn
2.0
Be Rational
|
#include <lib/vcsn/algos/registry.hh>
#include <vcsn/dyn/ratexp.hh>
#include <vcsn/algos/sum.hh>
#include <vcsn/dyn/algos.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
FIXME: duplicate code with determinize. | |
Functions | |
automaton | vcsn::dyn::sum (const automaton &lhs, const automaton &rhs) |
Sum of two standard automata. More... | |
polynomial | vcsn::dyn::sum (const polynomial &lhs, const polynomial &rhs) |
Sum of two polynomials. More... | |
ratexp | vcsn::dyn::sum (const ratexp &lhs, const ratexp &rhs) |
Sum of two ratexps. More... | |
weight | vcsn::dyn::sum (const weight &lhs, const weight &rhs) |
Sum of two weights. More... | |