Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
wordset.hh File Reference
#include <memory>
#include <set>
#include <awali/sttc/core/kind.hh>
#include <awali/sttc/misc/attributes.hh>
#include <awali/utils/hash.hh>
#include <awali/sttc/misc/raise.hh>

Go to the source code of this file.

Data Structures

class  awali::sttc::wordset< GenSet >
 Implementation of labels are words. More...
 

Namespaces

 awali
 Main namespace of Awali.
 
 awali::sttc
 Namespace for the static layer of Awali.
 

Functions

template<typename GenSet >
wordset< GenSet > awali::sttc::join (const wordset< GenSet > &lhs, const wordset< GenSet > &rhs)
 Compute the union with another alphabet. More...
 
template<typename GenSet >
wordset< GenSet > awali::sttc::meet (const wordset< GenSet > &lhs, const wordset< GenSet > &rhs)
 Compute the meet with another alphabet. More...