spopt
spopt copied to clipboard
Spatial Optimization
Assigning decision variables different named labels should not alter the results of an optimization problem, but this seems to be happening. For example, tests fail when the client decision variable...
> Hi everyone, I discovered the documentation of spopt yesterday. An extremely interesting project! > > It just so happens that one of the tutorials fits in perfectly with one...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.6.9)
I'm trying to use the SKATER model, and continue to run into issues with the ValueError: `Islands must be larger than the quorum. If not, drop the small islands and...
- Add FRLM class and example notebook - With exact and greedy solver options - Combined capacited FRLM and basic FRLM
* reconsider how we are storing [testing data](https://github.com/pysal/spopt/tree/0a5f69caa6a77cca9e3a21f05fb7d4c6b3adebc2/spopt/tests/data) * currently a mishmash of `.pkl`, `.csv.`, `.shp` * xref https://github.com/pysal/spopt/issues/370#issuecomment-2974477787
* `codecov` badge now needs token * https://github.com/pysal/pysal/issues/1376
* adapt for the sunsetting of `spaghetti` * https://github.com/pysal/spaghetti/issues/780 * also `libpysal.cg` -- https://github.com/pysal/libpysal/issues/484
TSP suite?
I now have a collection of vehicle routing problem tools built on top of [`pyvrp`](https://github.com/PyVRP/PyVRP) that might be useful for `spopt`. The tooling mainly involves data ingestion and conversion to...
Hi @jGaboardi, As a new contributor, I found it a bit tricky to get everything up and running quickly - especially with optional dependencies and development setup. I’d like to...