Hello,
Thank you for this software.
I have the following code
using Symbolics, Nemo
@variables r P K
symbolic_solve(0 ~ r * P * (1 - (P / K)), P)
 
The output is:
2-element Vector{Any}:
 K
 0
 
It would be awesome to see what steps the solver took to get the final solution(s). Is this feature in Symbolics.jl? I haven't seen anything in the docs.