Skip to content

Conversation

@JTurcotti
Copy link
Collaborator

@JTurcotti JTurcotti commented Jul 1, 2025

Dataflow.lean implements a verified dataflow solver for Kildall-style problems. There are a series of solvers implemented at various levels of abstraction, in-code docs describe each.



/-
The section `DataflowProblemSolver ` is paramterized on an instance of `DataflowProblem α β`.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'parameterized'

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you 🙏

@JTurcotti
Copy link
Collaborator Author

This is ready for review! ✅ Big comments explain the implementation details, and the section ConcreteMapImpl shows a realistic end-to-end example of using the solver. thank you 🤩

@JTurcotti
Copy link
Collaborator Author

image

Impeccably neat sketch of the graph used the final example!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants