Mercurial > hg > octave-lyh
diff scripts/optimization/glpk.m @ 7151:aeeb646f6538
[project @ 2007-11-09 19:34:17 by jwe]
author | jwe |
---|---|
date | Fri, 09 Nov 2007 19:35:52 +0000 |
parents | 81bed50b9feb |
children | 854683691d7a |
line wrap: on
line diff
--- a/scripts/optimization/glpk.m +++ b/scripts/optimization/glpk.m @@ -477,7 +477,7 @@ endif else lb = zeros (nx, 1); - end + endif ## 5) Vector with the upper bound of each variable @@ -490,7 +490,7 @@ endif else ub = repmat (Inf, nx, 1); - end + endif ## 6) Sense of each constraint @@ -507,7 +507,7 @@ endif else ctype = repmat ("S", nc, 1); - end + endif ## 7) Vector with the type of variables