libsemigroups
  • Installation
  • Changelog

API REFERENCE

  • Actions
  • Congruences
  • Digraphs
  • Elements
  • Finitely presented semigroups
  • Orders
  • Semigroups
  • Semirings
    • Semiring
    • BooleanSemiring
    • Integers
    • MaxPlusSemiring
    • MinPlusSemiring
    • SemiringWithThreshold
      • Constructors
        • SemiringWithThreshold()
        • SemiringWithThreshold(SemiringWithThreshold const&)
        • SemiringWithThreshold(SemiringWithThreshold&&)
        • operator=(SemiringWithThreshold const&)
        • operator=(SemiringWithThreshold&&)
      • Public member functions
        • contains
        • one
        • plus
        • prod
        • threshold
        • zero
    • TropicalMaxPlusSemiring
    • TropicalMinPlusSemiring
    • NaturalSemiring
  • Words
  • Miscellaneous

Bibliography

  • Bibliography

Further info

  • Semigroupe
  • Authors
libsemigroups
  • Docs »
  • Semirings »
  • SemiringWithThreshold
  • View page source

SemiringWithThreshold¶

class SemiringWithThreshold : public libsemigroups::Semiring<int64_t>¶

Defined in semiring.hpp.

This abstract class provides common member functions for its subclasses TropicalMaxPlusSemiring, TropicalMinPlusSemiring, and NaturalSemiring.

Subclassed by libsemigroups::NaturalSemiring, libsemigroups::TropicalMaxPlusSemiring, libsemigroups::TropicalMinPlusSemiring

Constructors¶

  • SemiringWithThreshold()
  • SemiringWithThreshold(SemiringWithThreshold const&)
  • SemiringWithThreshold(SemiringWithThreshold&&)
  • operator=(SemiringWithThreshold const&)
  • operator=(SemiringWithThreshold&&)

Public member functions¶

  • contains
  • one
  • plus
  • prod
  • threshold
  • zero
Next Previous

© Copyright 2019-20, J. D. Mitchell

Built with Sphinx using a theme provided by Read the Docs.