Skip to content

Commit 600ea21

Browse files
Merge pull request #229 from dpsanders/expr_for_equation
Add expression generation for Equation
2 parents ffda841 + 66643c2 commit 600ea21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/equations.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ struct ConstrainedEquation
4545
constraints
4646
eq
4747
end
48+
49+
50+
Base.Expr(op::Equation) = simplified_expr(op)

0 commit comments

Comments
 (0)