Fork me on GitHub
#meander
<
2022-01-31
>
lvh23:01:44

https://clojurians.slack.com/archives/C03S1KBA2/p1632095585187800 -- this seems like a problem meander may be able to solve, but I could've sworn I had seen an equation solver before using meander. FWIW: this is really expresso being too clever for its own good, I don't even think I need to rewrite any equations, it should be able to get where it needs to with strictly constraint propagation. if no-one has this off the shelf I'll just quickly write one; this feels like a simple call to rewrite?

Richie13:02:50

Sorry, I haven’t taken the time to understand your code but when you mentioned that you had seen an equation solver before using meander I thought of https://github.com/noprompt/meander/blob/epsilon/doc/strategies.md#rewrite. Idk if you mean in the docs or elsewhere.