142 return std::max(i1, i2);
bool is_linear() const
Whether linear identities are on.
static type join(rat::identities i1, rat::identities i2)
identities(ids_t id=deflt)
bool is_trivial() const
Whether trivial identities are on.
Strictly obey to the syntax.
bool operator<(self_t that) const
bool operator==(self_t that) const
std::ostringstream os
The output stream: the corresponding C++ snippet to compile.
identities meet(identities i1, identities i2)
More restricted of these identities (min).
Trivial, plus associativity of add and product.
bool operator!=(self_t that) const
bool is_agressive() const
Whether agressive optimizations are on.
::vcsn::rat::identities identities
Sets of identities on expressions.
An expressionset can implement several different sets of identities on expressions.
bool is_associative() const
Whether associative identities are on.
Associative plus commutativity, and "idempotence" for add.
Linear plus distribution. Used for series identities.
A structure that implements the computation of join(V1, V2).
Distributive plus optimizations.
std::istream & operator>>(std::istream &is, identities &i)
Read from string form.
std::string to_string(identities i)
Wrapper around operator<<.
std::ostream & operator<<(std::ostream &o, type_t t)
Print a expression type.
bool is_distributive() const
Whether distributive identities are on.