Vcsn
2.4
Be Rational
Main Page
Namespaces
Classes
Files
File List
File Members
star-status.hh
Go to the documentation of this file.
1
#pragma once
2
3
namespace
vcsn
4
{
5
enum
star_status_t
6
{
9
ABSVAL
,
10
11
// valid iff there is no epsilon-circuit with weight zero. Warning: the
12
// property tested here is the acyclicity, which is equivalent only in
13
// zero divisor free semirings.
14
NON_STARRABLE
,
15
17
STARRABLE
,
18
20
TOPS
,
21
};
22
};
vcsn::STARRABLE
always valid.
Definition:
star-status.hh:17
vcsn::NON_STARRABLE
Definition:
star-status.hh:14
vcsn
Definition:
a-star.hh:8
vcsn::ABSVAL
valid iff proper succeeds on the "absolute value" of the automaton
Definition:
star-status.hh:9
vcsn::star_status_t
star_status_t
Definition:
star-status.hh:5
vcsn::TOPS
valid iff proper succeeds.
Definition:
star-status.hh:20
vcsn
misc
star-status.hh
Generated by
1.8.10