/* fsaexists.c 4/11/94. * Calculates finite state automaton that accepts w_1 if and only if * input automaton accepts (w_1,w_2) for some w_2. * * SYNOPSIS: fsaexists [-ip d/s[dr]] [-op d/s] [-silent] [-v] [-l/-h] * filename * * Input is from filename, which should contain a fsa. * Output is to filename.exists * * OPTIONS: * -ip d/s[dr] input in dense or sparse format - dense is default * -op d/s output in dense or sparse format - default is as in current * value of table->printing_format, in the fsa. * -v verbose * -silent no diagnostics * -l/-h large/huge hash-tables (for big examples)
*/
if (kbm_print_level > 1)
printf(" Number of states of fsaexists before minimisation = %d.\n",
fsaexists->states->size); if (fsa_minimize(fsaexists) == -1) exit(1); if (kbm_print_level > 1)
printf(" Number of states of fsaexists after minimisation = %d.\n",
fsaexists->states->size);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.