Awali
Another Weighted Automata library
|
The semiring of extended natural numbers. More...
#include <noo.hh>
Public Types | |
using | self_type = noo |
using | value_t = unsigned |
Public Member Functions | |
value_t | parse (const std::string &s, size_t &p) const |
std::ostream & | print_set (std::ostream &o, const std::string &format="text") const |
value_t | star (const value_t v) const |
template<unsigned version = version::fsm_json> | |
value_t | value_from_json (json::node_t const *p) const |
template<unsigned version = version::fsm_json> | |
json::node_t * | value_to_json (value_t v) const |
std::string | vname (bool=true) const |
Static Public Member Functions | |
static value_t | add (const value_t l, const value_t r) |
static value_t | conv (b, b::value_t v) |
static value_t | conv (self_type, value_t v) |
static value_t | conv (std::istream &stream) |
static bool | equals (const value_t l, const value_t r) |
static size_t | hash (value_t v) |
constexpr static value_t | infinity () |
static constexpr bool | is_commutative_semiring () |
static bool | is_infinity (const value_t v) |
static bool | is_one (const value_t v) |
constexpr static bool | is_special (value_t) |
static bool | is_zero (const value_t v) |
static value_t | ldiv (const value_t l, const value_t r) |
static bool | less_than (value_t lhs, value_t rhs) |
Whether lhs < rhs. More... | |
static noo | make (std::istream &is) |
Build from the description in is. More... | |
static value_t | mul (const value_t l, const value_t r) |
constexpr static value_t | one () |
static std::ostream & | print (const value_t v, std::ostream &o, const std::string &fmt="text") |
static value_t | rdiv (const value_t l, const value_t r) |
static constexpr bool | show_one () |
static std::string | sname () |
static constexpr star_status_t | star_status () |
static value_t | sub (const value_t l, const value_t r) |
template<unsigned version = version::fsm_json> | |
static json::node_t * | to_json () |
static value_t | transpose (const value_t v) |
constexpr static value_t | zero () |
The semiring of extended natural numbers.
This semiring includes infinity.
using awali::sttc::noo::self_type = noo |
using awali::sttc::noo::value_t = unsigned |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
staticconstexpr |
|
static |
|
static |
|
staticconstexpr |
|
static |
|
static |
Build from the description in is.
|
staticconstexpr |
value_t awali::sttc::noo::parse | ( | const std::string & | s, |
size_t & | p | ||
) | const |
|
static |
std::ostream& awali::sttc::noo::print_set | ( | std::ostream & | o, |
const std::string & | format = "text" |
||
) | const |
|
staticconstexpr |
|
static |
|
staticconstexpr |
|
static |
value_t awali::sttc::noo::value_from_json | ( | json::node_t const * | p | ) | const |
json::node_t* awali::sttc::noo::value_to_json | ( | value_t | v | ) | const |
std::string awali::sttc::noo::vname | ( | bool | = true | ) | const |
|
staticconstexpr |