cfl_omega.h File Reference

Operations on omega languages. More...

#include "cfl_definitions.h"
#include "cfl_generator.h"

Go to the source code of this file.

Namespaces

 faudes
 libFAUDES resides within the namespace faudes.
 

Functions

void faudes::OmegaProduct (const Generator &rGen1, const Generator &rGen2, Generator &rResGen)
 Product composition for Buechi automata. More...
 
void faudes::aOmegaProduct (const Generator &rGen1, const Generator &rGen2, Generator &rResGen)
 Product composition for Buechi automata. More...
 
void faudes::OmegaParallel (const Generator &rGen1, const Generator &rGen2, Generator &rResGen)
 Parallel composition with relaxed acceptance condition. More...
 
void faudes::aOmegaParallel (const Generator &rGen1, const Generator &rGen2, Generator &rResGen)
 Parallel composition with relaxed acceptance condition. More...
 
void faudes::OmegaClosure (Generator &rGen)
 Topological closure. More...
 
bool faudes::IsOmegaClosed (const Generator &rGen)
 Test for topologically closed omega language. More...
 

Detailed Description

Operations on omega languages.

Definition in file cfl_omega.h.

libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen