libsemigroups  v3.5.2
C++ library for semigroups and monoids
Loading...
Searching...
No Matches
Deprecated List
Member libsemigroups::IsBipartition
This alias is deprecated and will be removed from libsemigroups in v4, please use std::is_same_v<Thing, Bipartition> instead.
Member libsemigroups::IsInversePresentation
This alias is deprecated and will be removed from libsemigroups in v4, please use is_specialization_of_v<Thing, InversePresentation> instead.
Member libsemigroups::IsPBR
This alias is deprecated and will be removed from libsemigroups in v4, please use std::is_same_v<Thing, PBR> instead.
Member libsemigroups::IsPresentation
This alias is deprecated and will be removed from libsemigroups in v4, please use is_specialization_of_v<Thing, Presentation> instead.
Member libsemigroups::IsWordGraph
This alias is deprecated and will be removed from libsemigroups in v4, please use is_specialization_of_v<Thing, WordGraph> instead.
Member libsemigroups::presentation::balance_no_checks (Presentation< std::string > &p, std::string_view letters, std::string_view inverses)
This alias is deprecated and will be removed from libsemigroups in v4, please use balance_no_checks(Presentation<Word>&, Word const&, Word const&) instead.
Member libsemigroups::presentation::balance_no_checks (Presentation< std::string > &p, char const *letters, char const *inverses)
This alias is deprecated and will be removed from libsemigroups in v4, please use balance_no_checks(Presentation<Word>&, Word const&, Word const&) instead.
Member libsemigroups::throw_if_image_value_out_of_range (PTransfBase< Scalar, Container > const &f)
This function is deprecated and will be removed from libsemigroups in v4.
Member libsemigroups::throw_if_image_value_out_of_range (Transf< N, Scalar > const &f)
This function is deprecated and will be removed from libsemigroups in v4.
Member libsemigroups::throw_if_not_perm (Perm< N, Scalar > const &f)
This function is deprecated and will be removed from libsemigroups in v4.
Member libsemigroups::throw_if_not_pperm (PPerm< N, Scalar > const &f)
This function is deprecated and will be removed from libsemigroups in v4.
Member libsemigroups::todd_coxeter::perform_lookbehind (detail::ToddCoxeterImpl &tc)
This function is deprecated and will be removed from libsemigroups in v4.. Use tc.perform_lookbehind() instead.
Member number_of_paths
This function is deprecated, it will be moved into the paths namespace in the file paths-count.hpp in libsemigroups v4.
Member number_of_paths
This function is deprecated, it will be moved into the paths namespace in the file paths-count.hpp in libsemigroups v4.
Member number_of_paths
This function is deprecated, it will be moved into the paths namespace in the file paths-count.hpp in libsemigroups v4.
Member number_of_paths_algorithm
This function is deprecated, it will be moved into the paths namespace in the file paths-count.hpp in libsemigroups v4.
Member number_of_paths_algorithm
This function is deprecated, it will be moved into the paths namespace in the file paths-count.hpp in libsemigroups v4.
Member ToddCoxeterImpl::current_spanning_tree () const
This function is deprecated and will be removed from libsemigroups in v4. Please use current_word_graph().current_spanning_tree() instead.
Member ToddCoxeterImpl::is_standardized (Order val) const
This function is deprecated and will be removed from libsemigroups in v4. Please use current_word_graph().is_standardized(val) instead.
Member ToddCoxeterImpl::is_standardized () const
This function is deprecated and will be removed from libsemigroups in v4. Please use current_word_graph().is_standardized() instead.
Member ToddCoxeterImpl::number_of_edges_active () const noexcept
This function is deprecated and will be removed from libsemigroups in v4. Use current_word_graph().number_of_edges_active() instead.
Member ToddCoxeterImpl::number_of_nodes_active () const noexcept
This function is deprecated and will be removed from libsemigroups in v4. Use current_word_graph().number_of_nodes_active() instead.
Member ToddCoxeterImpl::perform_lookahead (bool stop_early)
This function is deprecated and will be removed from libsemigroups in v4. Use perform_lookahead_until instead.
Member ToddCoxeterImpl::spanning_tree ()
This function is deprecated and will be removed from libsemigroups in v4. Please use current_word_graph().current_spanning_tree() instead.
Member ToddCoxeterImpl::standardization_order () const noexcept
This function is deprecated and will be removed from libsemigroups in v4. Please use current_word_graph().standardization_order() instead.