We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda841 commit 66643c2Copy full SHA for 66643c2
src/equations.jl
@@ -45,3 +45,6 @@ struct ConstrainedEquation
45
constraints
46
eq
47
end
48
+
49
50
+Base.Expr(op::Equation) = simplified_expr(op)
0 commit comments