| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated build help message | Sebastiano Tronto | 2025-07-18 | 1 | -5/+9 |
| | | |||||
| * | Fix test | Sebastiano Tronto | 2025-07-18 | 1 | -3/+2 |
| | | |||||
| * | Fix build webtest | Sebastiano Tronto | 2025-07-18 | 1 | -1/+2 |
| | | |||||
| * | Added simpler python example | Sebastiano Tronto | 2025-07-18 | 1 | -0/+10 |
| | | |||||
| * | Added unit tests for coord cp and epud | Sebastiano Tronto | 2025-07-17 | 6 | -0/+66 |
| | | |||||
| * | Renamed tests to make space for more coordinate tests | Sebastiano Tronto | 2025-07-17 | 92 | -0/+0 |
| | | |||||
| * | Renamed drslice drfinnoe | Sebastiano Tronto | 2025-07-17 | 3 | -26/+26 |
| | | |||||
| * | Comments for drslice | Sebastiano Tronto | 2025-07-17 | 1 | -4/+15 |
| | | |||||
| * | Small optimization for coord gendata | Sebastiano Tronto | 2025-07-17 | 1 | -5/+10 |
| | | |||||
| * | Working drslice (same results as nissy-classic) | Sebastiano Tronto | 2025-07-17 | 6 | -0/+195 |
| | | |||||
| * | Avoid warning on constant redefinition for python module | Sebastiano Tronto | 2025-07-11 | 1 | -1/+2 |
| | | |||||
| * | Add small comments on benchmark results | Sebastiano Tronto | 2025-06-19 | 1 | -0/+8 |
| | | |||||
| * | Fix pictures in benchmarks, maybe | Sebastiano Tronto | 2025-06-19 | 1 | -12/+12 |
| | | |||||
| * | Added plots to benchmark | Sebastiano Tronto | 2025-06-19 | 14 | -0/+106 |
| | | |||||
| * | Added benchmarks for all solutions | Sebastiano Tronto | 2025-06-19 | 2 | -68/+20 |
| | | |||||
| * | Add benchmark results | Sebastiano Tronto | 2025-06-19 | 7 | -0/+276 |
| | | |||||
| * | Small fixes | Sebastiano Tronto | 2025-06-19 | 2 | -2/+4 |
| | | |||||
| * | Trick fix | Sebastiano Tronto | 2025-06-18 | 2 | -12/+30 |
| | | |||||
| * | Change min depth for H48 tasks heuristic sort | Sebastiano Tronto | 2025-06-18 | 1 | -1/+1 |
| | | |||||
| * | Update H48 doc | Sebastiano Tronto | 2025-06-18 | 1 | -15/+35 |
| | | |||||
| * | Big speedup for H48 solver (heuristic sort of tasks) | Sebastiano Tronto | 2025-06-18 | 1 | -19/+46 |
| | | |||||
| * | Make tool fail if build fails | Sebastiano Tronto | 2025-06-18 | 1 | -1/+1 |
| | | |||||
| * | Adapted solve tool to find multiple solutions | Sebastiano Tronto | 2025-06-17 | 1 | -7/+16 |
| | | |||||
| * | Added benchmark scrambles (from Enrico's thesis) | Sebastiano Tronto | 2025-06-16 | 5 | -0/+125 |
| | | |||||
| * | Added documentation about symmetry issues with pruning tables | Sebastiano Tronto | 2025-06-13 | 2 | -3/+95 |
| | | |||||
| * | Fix some HTML in web version demo | Sebastiano Tronto | 2025-06-09 | 1 | -12/+12 |
| | | |||||
| * | Added debug mode to web build and fixed a couple of bugs | Sebastiano Tronto | 2025-06-05 | 4 | -10/+20 |
| | | |||||
| * | Simplify callback business (web version) | Sebastiano Tronto | 2025-06-05 | 7 | -82/+46 |
| | | |||||
| * | Added dev documentation | Sebastiano Tronto | 2025-05-30 | 1 | -0/+14 |
| | | |||||
| * | Added last option to solver configuration web version | Sebastiano Tronto | 2025-05-30 | 2 | -9/+18 |
| | | |||||
| * | More improvements to web solver | Sebastiano Tronto | 2025-05-30 | 5 | -44/+176 |
| | | |||||
| * | Removed log message that appears at wrong time | Sebastiano Tronto | 2025-05-30 | 1 | -1/+0 |
| | | |||||
| * | Use ARM NEON for web build for tiny performance gain | Sebastiano Tronto | 2025-05-30 | 1 | -2/+6 |
| | | |||||
| * | Move worker.mjs back to example folder | Sebastiano Tronto | 2025-05-30 | 3 | -4/+1 |
| | | |||||
| * | Revert memory64 and improve frontend for web version | Sebastiano Tronto | 2025-05-28 | 5 | -13/+58 |
| | | |||||
| * | Fix small build error with clang | Sebastiano Tronto | 2025-05-28 | 1 | -1/+2 |
| | | |||||
| * | Enable WASM64 | Sebastiano Tronto | 2025-05-28 | 6 | -26/+22 |
| | | |||||
| * | Web solver is usable | Sebastiano Tronto | 2025-05-28 | 3 | -22/+222 |
| | | |||||
| * | Big progress with web version | Sebastiano Tronto | 2025-05-27 | 8 | -69/+187 |
| | | |||||
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 13 | -70/+70 |
| | | | | | | 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. | ||||
| * | Avoid pausing for logging only if poll_status() is null (h48 solver). | Sebastiano Tronto | 2025-05-26 | 1 | -10/+7 |
| | | | | | | | | | | | | | This is a small amendment to c6a77f30f64be73a5e55e06336975f2ecfbb2324, which changed the way we log solutions while the h48 solver is running. With the method recently introduced, the main thread checks for solutions to log every 0.5 seconds, resulting in a possible slowdown of at most 0.5s per solve. The solutions are also logged when all worker threads are completed. With this new method, when the poll_status() callback function is NULL, which likely means nissy is not run interactively, we rely only on the final log on completion of the worker threads. This means less frequent logging, but at no performance cost. | ||||
| * | Progress with web version | Sebastiano Tronto | 2025-05-26 | 7 | -94/+174 |
| | | |||||
| * | Cleanup | Sebastiano Tronto | 2025-05-25 | 3 | -40/+9 |
| | | |||||
| * | Quick fix for bug | Sebastiano Tronto | 2025-05-25 | 1 | -9/+8 |
| | | |||||
| * | Oops forgot to add these files | Sebastiano Tronto | 2025-05-25 | 2 | -0/+44 |
| | | |||||
| * | Cleanup | Sebastiano Tronto | 2025-05-25 | 8 | -69/+38 |
| | | |||||
| * | Clean up build (FS not available from nodejs) | Sebastiano Tronto | 2025-05-25 | 1 | -7/+0 |
| | | |||||
| * | Web version (work in progress) | Sebastiano Tronto | 2025-05-23 | 10 | -32/+247 |
| | | |||||
| * | Do all loggin in main thread | Sebastiano Tronto | 2025-05-23 | 9 | -93/+214 |
| | | | | | | | | | | | | | | | | | | Before this committ, the solver (via the generic solution-appender routines in src/solve/solutions.h) and the H48 data generator did some logging in the worker threads, without using any locks. This was not nice, but in practice it did not cause any problem, because the log messages were rare. However, this turned out to be a problem when building to WASM, because web workers do not have access to the main JS memory, and therefore they cannot call functions from the main JS. This includes not only the callback functions for logging, but also those for polling the status of the solver (run / pause / stop). This commit fixes this at the cost or being somewhat inelegant: the solutions are not logged as they are found, but only every 500ms. | ||||
| * | Refactored checkdata | Sebastiano Tronto | 2025-05-19 | 25 | -659/+418 |
| | | | | | | | | | 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. | ||||
