Gecode::MiniModel::TransitionBag Class Reference
For collecting transitions while constructing a DFA. More...
Public Member Functions | |
| TransitionBag (void) | |
| void | add (int, int, int) |
| void | finish (void) |
| DFA::Transition * | transitions (void) |
Detailed Description
For collecting transitions while constructing a DFA.Definition at line 644 of file reg.cpp.
Constructor & Destructor Documentation
| Gecode::MiniModel::TransitionBag::TransitionBag | ( | void | ) | [inline] |
Member Function Documentation
| void Gecode::MiniModel::TransitionBag::add | ( | int | i_state, | |
| int | symbol, | |||
| int | o_state | |||
| ) | [inline] |
| void Gecode::MiniModel::TransitionBag::finish | ( | void | ) | [inline] |
| DFA::Transition * Gecode::MiniModel::TransitionBag::transitions | ( | void | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/minimodel/reg.cpp (Revision: 8082)
