Valentin Kaisermayer
Valentin Kaisermayer
You are welcome! I really like this package. I think it has great potential.
It stopped
This could be handled via a type constraint on `Equation` https://github.com/JuliaSymbolics/Symbolics.jl/blob/ab7e1aa725f5599e1fb9a9b6e76beb5e392f820c/src/equations.jl#L33-L37
Tests will fail
Should be good to go now.
Should we add a compound inequality in order to represent `a
I have followed the implementation of `Equation`. Is there any reason why it is not an `isterm`?
I guess it would be somewhat important to be able to simplify inequalities into this form. Otherwise for e.g. Ipopt we would have double the amount of inequality constraints.
However, this could be handled via a the constructor, doesn't it? ```julia