#include <vector>
#include "tgba/tgba.hh"
Go to the source code of this file.
Classes | |
class | spot::tgba_safra_complement |
Build a complemented automaton.It creates an automaton that recognizes the negated language of aut. More... | |
Namespaces | |
namespace | spot |
Defines | |
#define | TRANSFORM_TO_TGBA (!TRANSFORM_TO_TBA) |
Functions | |
void | spot::display_safra (const tgba_safra_complement *a) |
Produce a dot output of the Safra automaton associated to a. |
#define TRANSFORM_TO_TGBA (!TRANSFORM_TO_TBA) |