diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-19 19:17:13 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-19 19:17:13 +0200 |
| commit | a3a477870cdbdb4b9c4c8b403c09b13502291234 (patch) | |
| tree | db26bc921e48ea8c919f19aa05395f100b854fec /README.md | |
| parent | b80b1b78901154240bc5d2ab6f5ea4465bf7fa67 (diff) | |
| download | nissy-core-a3a477870cdbdb4b9c4c8b403c09b13502291234.tar.gz nissy-core-a3a477870cdbdb4b9c4c8b403c09b13502291234.zip | |
Finished Python module
Diffstat (limited to '')
| -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 | ||
