MCPcopy Create free account
hub / github.com/Gecode/gecode / Transition

Class Transition

gecode/int.hh:2193–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2191 public:
2192 /// Specification of a %DFA transition
2193 class Transition {
2194 public:
2195 int i_state; ///< input state
2196 int symbol; ///< symbol
2197 int o_state; ///< output state
2198 /// Default constructor
2199 Transition(void);
2200 /// Initialize members
2201 Transition(int i_state0, int symbol0, int o_state0);
2202 };
2203 /// Iterator for %DFA transitions (sorted by symbols)
2204 class Transitions {
2205 private:

Callers 4

same_or_0_dfaFunction · 0.85
distinct_except_0_dfaFunction · 0.85
not_all_equal_dfaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected