Mescal
|
Separation by classes built with polynomial closure. More...
#include <stdbool.h>
#include <stdlib.h>
#include "nfa.h"
#include "sep_group.h"
#include "printing.h"
#include "graphs_tarjan.h"
#include "nfa_intersec.h"
Go to the source code of this file.
Functions | |
bool | decid_polst_sep (nfa *, nfa *, bool, FILE *) |
Pol(ST)-separation. | |
bool | decid_polmod_sep (nfa *, nfa *, bool, FILE *) |
Pol(MOD)-separation. | |
bool | decid_polgr_sep (nfa *, nfa *, bool, FILE *) |
Pol(GR)-separation. | |
Separation by classes built with polynomial closure.
Pol(GR)-separation.
A | First NFA. |
B | Second NFA. |
details | Should further details be displayed? |
out | The stream. |
Pol(MOD)-separation.
A | First NFA. |
B | Second NFA. |
details | Should further details be displayed? |
out | The stream. |
Pol(ST)-separation.
A | First NFA. |
B | Second NFA. |
details | Should further details be displayed? |
out | The stream. |