aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix alignmentSebastiano Tronto2025-12-171-3/+9
|
* Added solver documentationSebastiano Tronto2025-08-081-1/+1
|
* Mention lastqt and unniss in description of nissy_variations()Sebastiano Tronto2025-08-071-1/+2
|
* Added API function for solution variationsSebastiano Tronto2025-08-071-0/+41
|
* Added move sequence comparison functionSebastiano Tronto2025-07-311-0/+22
|
* Removed VLA notation from function parameters.Sebastiano Tronto2025-05-271-4/+4
| | | | | I found out that this gives undefined behavior when then size is 0. Better not to have it at all, it is confusing for other developers anyway.
* Refactored checkdataSebastiano Tronto2025-05-191-0/+2
| | | | | | | | Relevant changes include: - Changed the signature of nissy_checkdata(). - Removed expected_distribution.h from tools; this data is now included in each solver's src/ code. - Removed distribution check for cocsep; may add back later.
* Added stop / pause / resume solve to APISebastiano Tronto2025-04-291-19/+34
|
* NISSSebastiano Tronto2025-04-251-0/+2
|
* Added orientation to getcubeSebastiano Tronto2025-04-231-4/+6
|
* Adjusted solvers, fixed bugSebastiano Tronto2025-04-231-2/+3
|
* Remove compose from the public APISebastiano Tronto2025-04-221-25/+0
|
* Updated documentationSebastiano Tronto2025-04-221-4/+4
|
* Removed old scripts and updated public APISebastiano Tronto2025-04-221-68/+30
|
* Always use unsigned char * for data buffersSebastiano Tronto2025-04-211-3/+3
| | | | | Before this commit I was inconsistently using one of void *, char * and uint8_t *.
* Small rework of optimal vs maxsolsSebastiano Tronto2025-04-171-4/+3
| | | | | | | | | | | | | | I wanted to make the "optimal" and "maxsolutions" options mutually exclusive, but in the end I decided there is value in keeping both (e.g. for specifying a limit to the number of solutions when asking for "all" optimal"). Now optimal cannot be negative anymore, for the same reason of maxsolutions. The interface user (shell, UI) will have to take care of handling this in a way that makes sense for the user. Usually this means setting the maximum number of solutions to UINT_MAX (or a similar very high number) when the user wants "all optimal".
* Better logging functionSebastiano Tronto2025-04-151-2/+7
| | | | | | | Now it is possible to provide some data together with the logging function. This is useful for example in C++, where I can now provide an arbitrary callable object as data, and a simple wrapper function that call the callable object as logging function.
* Add an opinionated C++20 adapterSebastiano Tronto2025-04-091-1/+1
|
* Fixed shell; reorganized nissy.hSebastiano Tronto2025-04-081-93/+93
|
* Some minor changes to the interface.Sebastiano Tronto2025-04-081-10/+11
| | | | | | | | | - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments.
* Added dreo coordinate solverSebastiano Tronto2025-04-021-2/+5
|
* Replaced datasize with solverinfoSebastiano Tronto2025-03-141-4/+10
|
* Revert API changeSebastiano Tronto2025-03-121-4/+0
|
* Working (?) version of coordinate solverSebastiano Tronto2025-03-091-0/+4
|
* Fixed alignment bugSebastiano Tronto2024-12-161-0/+6
|
* Allow choosing number of threads when calling solve()Sebastiano Tronto2024-12-141-0/+4
|
* Add node and fallback benchmarkingSebastiano Tronto2024-10-181-13/+28
|
* New interface function nissy_countmovesSebastiano Tronto2024-10-181-0/+13
|
* Interface changes, progress with pythonSebastiano Tronto2024-10-141-74/+56
|
* Removed nissy_explainerror and moved datainfo to toolsSebastiano Tronto2024-10-131-53/+89
|
* Trivial fixes to commentsSebastiano Tronto2024-10-121-4/+4
|
* Make writecube saferSebastiano Tronto2024-10-121-13/+20
|
* Added buffer sizes in API argsSebastiano Tronto2024-10-111-35/+64
|
* Improved commentSebastiano Tronto2024-10-111-1/+1
|
* Error codes, documentation, change nisstype from string to flagsSebastiano Tronto2024-10-111-40/+189
|
* Improved error messages and add some comments in nissy.hSebastiano Tronto2024-10-101-29/+91
|
* Removed "options" from solver selectionSebastiano Tronto2024-10-101-5/+2
| | | | | | | | Now the solver name fully determines the solver (and options) to be used. For example, now one must specify "h48h0k4" as the name of the solver. This PR also fixes a couple of things in tools.
* Merge branch 'master' of tronto.net:h48Sebastiano Tronto2024-09-271-0/+6
|\
| * Added checkdata functionSebastiano Tronto2024-09-261-0/+6
| |
* | First try for derive tablesSebastiano Tronto2024-09-271-0/+7
|/
* Finished table refactorSebastiano Tronto2024-09-111-0/+6
|
* Reorganized folder structureSebastiano Tronto2024-08-181-0/+104

Generated with cgit - Back to sebastiano.tronto.net