libsemigroups / libsemigroups_pybind11

Python bindings for the libsemigroups C++ library for semigroups and monoids
https://libsemigroups.github.io/libsemigroups_pybind11
GNU General Public License v3.0
6 stars 7 forks source link

Update for dot hpp in v1/3 #176

Closed james-d-mitchell closed 3 months ago

james-d-mitchell commented 3 months ago

This is done modulo finishing and merging the corresponding PR in libsemigroups.

Joseph-Edwards commented 3 months ago

We should also add dot to the list of helper functions in ac-helpers.rst:

  .. autosummary::
     :nosignatures:

     add_word
     rm_word
+    dot
     traverse_word
james-d-mitchell commented 3 months ago

I think the ci will fail here until #180 is merged, since we've merged the forest-hpp pr into libsemigroups already.

james-d-mitchell commented 3 months ago

@Joseph-Edwards should be good to go