|
|
|
|
|
by Cieplak
3326 days ago
|
|
I wonder if it uses Z3 under the hood for solving constraints. Very nice of MSFT to MIT license Z3. It's super useful for problems that result in circular dependencies when modeled in Excel, and require iterative solvers (e.g., goal seek). I use the python bindings, but unfortunately it's not as simple as `pip install` and requires a lengthy build/compilation. Well worth the effort, though. https://github.com/Z3Prover/z3 https://github.com/Z3Prover/z3/issues/288 |
|