Vcsn
2.0
Be Rational
|
#include <min-plus.hh>
Public Types | |
using | value_t = Value |
Public Member Functions | |
value_t | star (const value_t v) const |
Static Public Member Functions | |
static value_t | add (const value_t l, const value_t r) |
static value_t | mul (const value_t l, const value_t r) |
static value_t | rdiv (const value_t l, const value_t r) |
static value_t | ldiv (const value_t l, const value_t r) |
static value_t | one () |
static value_t | zero () |
static bool | equals (const value_t l, const value_t r) |
static bool | less_than (value_t lhs, value_t rhs) |
Whether lhs < rhs. More... | |
static constexpr bool | is_special (value_t) |
static bool | is_zero (const value_t v) |
static bool | is_one (const value_t v) |
static constexpr bool | is_commutative () |
static constexpr bool | is_idempotent () |
static constexpr bool | show_one () |
static constexpr star_status_t | star_status () |
static value_t | transpose (const value_t v) |
static size_t | hash (value_t v) |
static value_t | conv (b, b::value_t v) |
static value_t | conv (std::istream &is) |
static std::ostream & | print (const value_t v, std::ostream &o, symbol format=symbol{"text"}) |
Definition at line 16 of file min-plus.hh.
using vcsn::detail::min_plus_impl< Value >::value_t = Value |
Definition at line 19 of file min-plus.hh.
|
inlinestatic |
Definition at line 22 of file min-plus.hh.
|
inlinestatic |
Definition at line 120 of file min-plus.hh.
|
inlinestatic |
Definition at line 126 of file min-plus.hh.
|
inlinestatic |
Definition at line 71 of file min-plus.hh.
|
inlinestatic |
Definition at line 114 of file min-plus.hh.
|
inlinestatic |
Definition at line 99 of file min-plus.hh.
|
inlinestatic |
Definition at line 100 of file min-plus.hh.
|
inlinestatic |
Definition at line 94 of file min-plus.hh.
|
inlinestatic |
Definition at line 82 of file min-plus.hh.
|
inlinestatic |
Definition at line 88 of file min-plus.hh.
Referenced by vcsn::detail::min_plus_impl< int >::mul(), and vcsn::detail::min_plus_impl< int >::rdiv().
|
inlinestatic |
Definition at line 43 of file min-plus.hh.
|
inlinestatic |
Whether lhs < rhs.
Definition at line 77 of file min-plus.hh.
|
inlinestatic |
Definition at line 28 of file min-plus.hh.
|
inlinestatic |
Definition at line 59 of file min-plus.hh.
Referenced by vcsn::detail::min_plus_impl< int >::conv(), vcsn::detail::min_plus_impl< int >::is_one(), and vcsn::detail::min_plus_impl< int >::star().
|
inlinestatic |
Definition at line 143 of file min-plus.hh.
|
inlinestatic |
Definition at line 36 of file min-plus.hh.
Referenced by vcsn::detail::min_plus_impl< int >::ldiv().
|
inlinestatic |
Definition at line 102 of file min-plus.hh.
|
inline |
Definition at line 49 of file min-plus.hh.
|
inlinestatic |
Definition at line 103 of file min-plus.hh.
|
inlinestatic |
Definition at line 109 of file min-plus.hh.
|
inlinestatic |
Definition at line 65 of file min-plus.hh.
Referenced by vcsn::detail::min_plus_impl< int >::conv(), vcsn::detail::min_plus_impl< int >::is_zero(), and vcsn::detail::min_plus_impl< int >::mul().