aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-19 19:17:13 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-19 19:17:13 +0200
commita3a477870cdbdb4b9c4c8b403c09b13502291234 (patch)
treedb26bc921e48ea8c919f19aa05395f100b854fec /README.md
parentb80b1b78901154240bc5d2ab6f5ea4465bf7fa67 (diff)
downloadnissy-core-a3a477870cdbdb4b9c4c8b403c09b13502291234.tar.gz
nissy-core-a3a477870cdbdb4b9c4c8b403c09b13502291234.zip
Finished Python module
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index d1ae1ce..4f9be77 100644
--- a/README.md
+++ b/README.md
@@ -182,8 +182,14 @@ From here you can call the library functions directly, for example:
182'ASTUGFBH=DACXEZGBLIKF' 182'ASTUGFBH=DACXEZGBLIKF'
183``` 183```
184 184
185Please note: as this is work in progress, not all functions are currently 185Some methods have a different signature in the Pythn module than in
186available from the Python module. 186libnissy: for example `solve()` returns the solutions as a list of
187strings instead of writing them to a return parameter buffer.
188You can access the documentation for the Python module from within
189a Python interpreter with `help(nissy)`. Cross-check this documentation
190with the comments in nissy.h for more details.
191
192Please note: the support for the Python module is still rudimentary.
187 193
188## Cube formats 194## Cube formats
189 195

Generated with cgit - Back to sebastiano.tronto.net