Skip to content

Commit 926a922

Browse files
authored
Fix typo in setup doc (#122)
1 parent e2dfe52 commit 926a922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ECOS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ end
7777
# Provide ECOS with a problem in the form
7878
# min c'x
7979
# st A*x = b
80-
# G*x in_K h,
80+
# G*x ⪯_K h,
8181
# or equivalently h - G*x in K
8282
# or equivalently G*x + s = h, s in K
8383
# K is the product of R+ and multiple second-order cones, with the

0 commit comments

Comments
 (0)