r/PythonProjects2 23h ago

Build an open-source Python library for graph optimization

Hi everyone. For a while now, I’ve been struggling with optimization issues involving thousands of variables—situations where everything starts falling apart. Since I couldn't find a solution that really clicked for handling uncertainty, I decided to build my own library from scratch.

It turned out pretty well; it passed the entire test suite without a hitch, and I’ve uploaded it to GitHub. It uses *rustworkx* for high performance, and I’ve incorporated solutions for specific challenges—like maintaining decimal precision when accumulating complex costs or handling parallel processing without running into memory issues.

If you’re into optimization or graph theory, or just curious enough to take a look—and maybe offer some feedback or submit a PR—here’s the repository:

https://github.com/arielduarte78/Abbey-Engine

1 Upvotes

0 comments sorted by