|
70 | 70 | #include "schreier-sims.hpp" |
71 | 71 | #include "sims.hpp" |
72 | 72 | #include "stephen.hpp" |
| 73 | +#include "to-cong.hpp" |
73 | 74 | #include "to-froidure-pin.hpp" |
74 | 75 | #include "to-knuth-bendix.hpp" |
75 | 76 | #include "to-presentation.hpp" |
|
83 | 84 | #include "word-graph.hpp" |
84 | 85 | #include "word-range.hpp" |
85 | 86 |
|
| 87 | +#include "detail/bruidhinn-traits.hpp" |
| 88 | +#include "detail/citow.hpp" |
| 89 | +#include "detail/cong-common-class.hpp" |
| 90 | +#include "detail/containers.hpp" |
| 91 | +#include "detail/eigen.hpp" |
| 92 | +#include "detail/felsch-graph.hpp" |
| 93 | +#include "detail/felsch-tree.hpp" |
| 94 | +#include "detail/fmt.hpp" |
| 95 | +#include "detail/formatters.hpp" |
| 96 | +#include "detail/function-ref.hpp" |
| 97 | +#include "detail/int-range.hpp" |
| 98 | +#include "detail/iterator.hpp" |
| 99 | +#include "detail/kambites-nf.hpp" |
| 100 | +#include "detail/kbe.hpp" |
| 101 | +#include "detail/ke.hpp" |
| 102 | +#include "detail/knuth-bendix-impl.hpp" |
| 103 | +#include "detail/knuth-bendix-nf.hpp" |
| 104 | +#include "detail/multi-string-view.hpp" |
| 105 | +#include "detail/node-managed-graph.hpp" |
| 106 | +#include "detail/node-manager.hpp" |
| 107 | +#include "detail/path-iterators.hpp" |
| 108 | +#include "detail/pool.hpp" |
| 109 | +#include "detail/race.hpp" |
| 110 | +#include "detail/report.hpp" |
| 111 | +#include "detail/rewriters.hpp" |
| 112 | +#include "detail/stl.hpp" |
| 113 | +#include "detail/string.hpp" |
| 114 | +#include "detail/tce.hpp" |
| 115 | +#include "detail/timer.hpp" |
| 116 | +#include "detail/todd-coxeter-impl.hpp" |
| 117 | +#include "detail/uf.hpp" |
| 118 | +#include "detail/word-graph-with-sources.hpp" |
| 119 | +#include "detail/word-iterators.hpp" |
| 120 | + |
| 121 | + |
86 | 122 | #endif // LIBSEMIGROUPS_LIBSEMIGROUPS_HPP_ |
0 commit comments