Gecode::MiniModel::FinalBag Class Reference
For collecting final states while constructing a DFA. More...
Public Member Functions | |
| FinalBag (void) | |
| void | add (int) |
| void | finish (void) |
| int * | finals (void) |
Detailed Description
For collecting final states while constructing a DFA.
Definition at line 797 of file reg.cpp.
Constructor & Destructor Documentation
Member Function Documentation
| void Gecode::MiniModel::FinalBag::add | ( | int | state | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/minimodel/reg.cpp
