Skip to content

Commit ae37e87

Browse files
Add missing FroidurePin functions to __all__
1 parent 04fb896 commit ae37e87

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/libsemigroups_pybind11/froidure_pin.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,14 @@ def sorted_elements( # pylint: disable=missing-function-docstring
265265
# TODO(1) be good to get the notes about enumeration being triggered or not, in
266266
# this doc
267267

268-
dot_current_left_cayley_graph = _wrap_cxx_free_fn(_froidure_pin_dot_current_left_cayley_graph)
269-
dot_current_right_cayley_graph = _wrap_cxx_free_fn(_froidure_pin_dot_current_right_cayley_graph)
270-
dot_left_cayley_graph = _wrap_cxx_free_fn(_froidure_pin_dot_left_cayley_graph)
271-
dot_right_cayley_graph = _wrap_cxx_free_fn(_froidure_pin_dot_right_cayley_graph)
272268
current_minimal_factorisation = _wrap_cxx_free_fn(_froidure_pin_current_minimal_factorisation)
273269
current_normal_forms = _wrap_cxx_free_fn(_froidure_pin_current_normal_forms)
274270
current_position = _wrap_cxx_free_fn(_froidure_pin_current_position)
275271
current_rules = _wrap_cxx_free_fn(_froidure_pin_current_rules)
272+
dot_current_left_cayley_graph = _wrap_cxx_free_fn(_froidure_pin_dot_current_left_cayley_graph)
273+
dot_current_right_cayley_graph = _wrap_cxx_free_fn(_froidure_pin_dot_current_right_cayley_graph)
274+
dot_left_cayley_graph = _wrap_cxx_free_fn(_froidure_pin_dot_left_cayley_graph)
275+
dot_right_cayley_graph = _wrap_cxx_free_fn(_froidure_pin_dot_right_cayley_graph)
276276
equal_to = _wrap_cxx_free_fn(_froidure_pin_equal_to)
277277
factorisation = _wrap_cxx_free_fn(_froidure_pin_factorisation)
278278
minimal_factorisation = _wrap_cxx_free_fn(_froidure_pin_minimal_factorisation)
@@ -288,6 +288,10 @@ def sorted_elements( # pylint: disable=missing-function-docstring
288288
"current_normal_forms",
289289
"current_position",
290290
"current_rules",
291+
"dot_current_left_cayley_graph",
292+
"dot_current_right_cayley_graph",
293+
"dot_left_cayley_graph",
294+
"dot_right_cayley_graph",
291295
"equal_to",
292296
"factorisation",
293297
"minimal_factorisation",

0 commit comments

Comments
 (0)