We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599e4a1 commit c31641fCopy full SHA for c31641f
src/schreier-sims.cpp
@@ -19,9 +19,6 @@
19
20
// TODO(0) Check types
21
22
-// C std headers....
23
-// TODO complete or delete
24
-
25
// C++ stl headers....
26
#include <memory> // for allocator, make_unique, unique_ptr
27
@@ -31,10 +28,6 @@
31
28
32
29
// pybind11....
33
30
#include <pybind11/pybind11.h>
34
-// #include <pybind11/chrono.h>
35
-// #include <pybind11/functional.h>
36
-// #include <pybind11/stl.h>
37
-// TODO uncomment/delete
38
39
// libsemigroups_pybind11....
40
#include "main.hpp" // for init_schreier_sims
0 commit comments