@@ -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 )
272268current_minimal_factorisation = _wrap_cxx_free_fn (_froidure_pin_current_minimal_factorisation )
273269current_normal_forms = _wrap_cxx_free_fn (_froidure_pin_current_normal_forms )
274270current_position = _wrap_cxx_free_fn (_froidure_pin_current_position )
275271current_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 )
276276equal_to = _wrap_cxx_free_fn (_froidure_pin_equal_to )
277277factorisation = _wrap_cxx_free_fn (_froidure_pin_factorisation )
278278minimal_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