libsemigroups
v3.6.0
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::matrix::throw_if_bad_entry
(Mat const &, typename Mat::scalar_type val) -> std::enable_if_t< IsIntMat< Mat > >
This function is deprecated and will be removed from
libsemigroups
in v4.
Member
libsemigroups::matrix::throw_if_bad_entry
(Mat const &, typename Mat::scalar_type val) -> std::enable_if_t< IsBMat< Mat > >
This function is deprecated and will be removed from
libsemigroups
in v4.
Member
libsemigroups::matrix::throw_if_bad_entry
(Mat const &, typename Mat::scalar_type val) -> std::enable_if_t< IsMaxPlusMat< Mat > >
This function is deprecated and will be removed from
libsemigroups
in v4.
Member
libsemigroups::matrix::throw_if_bad_entry
(Mat const &, typename Mat::scalar_type val) -> std::enable_if_t< IsMinPlusMat< Mat > >
This function is deprecated and will be removed from
libsemigroups
in v4.
Member
libsemigroups::matrix::throw_if_bad_entry
(Mat const &m, typename Mat::scalar_type val) -> std::enable_if_t< IsMaxPlusTruncMat< Mat > >
This function is deprecated and will be removed from
libsemigroups
in v4.
Member
libsemigroups::matrix::throw_if_bad_entry
(Mat const &m, typename Mat::scalar_type val) -> std::enable_if_t< IsMinPlusTruncMat< Mat > >
This function is deprecated and will be removed from
libsemigroups
in v4.
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::presentation::try_detect_inverses
(
Presentation< Word >
const &p, Word &letters, Word &inverses)
This function is deprecated and will be removed from
libsemigroups
in v4. Use
try_detect_group_inverses(Presentation<Word> const&, Word&, Word&)
} instead.
Member
libsemigroups::presentation::try_detect_inverses
(
Presentation< Word >
const &p)
This function is deprecated and will be removed from
libsemigroups
in v4. Use
try_detect_group_inverses(Presentation<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.
Generated by
1.16.1