aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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