CutSolver icon indicating copy to clipboard operation
CutSolver copied to clipboard

Webservice to determine ideal cut placement on stocks

Results 11 CutSolver issues
Sort by recently updated
recently updated
newest added

There are often solutions with identical trimmings. Current code just picks one at random, but there could be a setting to prioritize based on secondary metrics. 1. Most cuts of...

enhancement

People that are trying this service out are likely to queue the same result multiple times. Caching these values will really save some execution time. This is somehow relevant to...

enhancement

Random variations in solvers can result in test working only some of the time. Problem was found during rework of #66 , where unsorted sets can result in different results...

testing

Current implementation will ignore content during iteration and try to generate permutations for multiple entries for the same length. Combining all entires would make some parts of the code easier...

enhancement

https://realpython.com/pytest-python-testing/

documentation

The algorithm is very CPU intense, might be a good idea to do that close to the metal. SIMD or numpy? There are probably a few ways to do that,...

help wanted

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies