diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -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 | ||
| 185 | Please note: as this is work in progress, not all functions are currently | 185 | Some methods have a different signature in the Pythn module than in |
| 186 | available from the Python module. | 186 | libnissy: for example `solve()` returns the solutions as a list of |
| 187 | strings instead of writing them to a return parameter buffer. | ||
| 188 | You can access the documentation for the Python module from within | ||
| 189 | a Python interpreter with `help(nissy)`. Cross-check this documentation | ||
| 190 | with the comments in nissy.h for more details. | ||
| 191 | |||
| 192 | Please note: the support for the Python module is still rudimentary. | ||
| 187 | 193 | ||
| 188 | ## Cube formats | 194 | ## Cube formats |
| 189 | 195 | ||
