Awali
Another Weighted Automata library
|
#include <iostream>
#include <set>
#include <stdexcept>
#include <awali/common/version.hh>
#include <awali/common/json/node.cc>
#include <awali/common/parse_exception.cc>
#include <awali/sttc/core/kind.hh>
#include <awali/sttc/empty.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::oneset |
Implementation of labels are ones: there is a single instance of label. More... | |
Namespaces | |
awali | |
Main namespace of Awali. | |
awali::sttc | |
Namespace for the static layer of Awali. | |
Functions | |
oneset | awali::sttc::join (const oneset &, const oneset &) |
The union of two labelsets. More... | |
oneset | awali::sttc::meet (const oneset &, const oneset &) |
The meet of two labelsets. More... | |