next up previous contents
Next: Prototype Up: Algorithms Previous: Complexity   Contents

Example

#include <astl.h>
#include <ccopy.h>
#include <minimize.h>
#include <determinize.h>
#include <dfa.h>
#include <nfa.h>

int main()
{
  DFA_map<> A;
  NFA_mmap<> B;
  DFA_bin<> C;

  reverse(A, B);
  clone(C, dfirstc(forwarddc(B)));  // determinization
}
make_hash
Category : Algorithm
Component Type : Function



Vincent Le Maout 2003-07-08