diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-18 16:35:17 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-18 16:35:17 +0200 |
| commit | 5216fb4be01e88f5b4928a69287e8f7ee3b3af5b (patch) | |
| tree | 24aa57a0e34c49e0e6307caf8cf830f8dd26ed49 /python/nissy_module.c | |
| parent | 3d6c73c33276ecedba86cb871b4b5a089571629b (diff) | |
| download | nissy-core-5216fb4be01e88f5b4928a69287e8f7ee3b3af5b.tar.gz nissy-core-5216fb4be01e88f5b4928a69287e8f7ee3b3af5b.zip | |
Add node and fallback benchmarking
Diffstat (limited to 'python/nissy_module.c')
| -rw-r--r-- | python/nissy_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 155 | return long_result(result); | 155 | return long_result(result); |
| 156 | } | 156 | } |
| 157 | 157 | ||
| 158 | /* TODO: gendata, checkdata and solve */ | 158 | /* TODO: gendata, checkdata and solve and countmoves */ |
| 159 | 159 | ||
| 160 | static PyMethodDef nissy_methods[] = { | 160 | static PyMethodDef nissy_methods[] = { |
| 161 | { "compose", compose, METH_VARARGS, NULL }, | 161 | { "compose", compose, METH_VARARGS, NULL }, |
