From 5216fb4be01e88f5b4928a69287e8f7ee3b3af5b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 18 Oct 2024 16:35:17 +0200 Subject: Add node and fallback benchmarking --- python/nissy_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/nissy_module.c') diff --git a/python/nissy_module.c b/python/nissy_module.c index 851a9e6..d02d9fc 100644 --- a/python/nissy_module.c +++ b/python/nissy_module.c @@ -155,7 +155,7 @@ datasize(PyObject *self, PyObject *args) return long_result(result); } -/* TODO: gendata, checkdata and solve */ +/* TODO: gendata, checkdata and solve and countmoves */ static PyMethodDef nissy_methods[] = { { "compose", compose, METH_VARARGS, NULL }, -- cgit v1.3