Mercurial > hg > octave-lyh
changeset 12209:61a4171c057f
Add glpkmex function to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 29 Jan 2011 18:59:27 -0800 |
parents | 9611014e7cf1 |
children | cd6f7f4f53a3 |
files | doc/ChangeLog doc/interpreter/optim.txi scripts/ChangeLog scripts/optimization/glpkmex.m |
diffstat | 4 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-29 Rik <octave@nomad.inbox5.com> + + * interpreter/optim.txi: Add glpkmex function to documentation. + 2011-01-29 Rik <octave@nomad.inbox5.com> * interpreter/system.txi: Add compare_versions function to
--- a/doc/interpreter/optim.txi +++ b/doc/interpreter/optim.txi @@ -70,6 +70,8 @@ @DOCSTRING(glpk) +@DOCSTRING(glpkmex) + @node Quadratic Programming @section Quadratic Programming
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2011-01-29 Rik <octave@nomad.inbox5.com> + + * optimization/glpkmex.m: Add seealso reference to glpk. + 2011-01-29 Rik <octave@nomad.inbox5.com> * miscellaneous/compare_versions.m: Allow only "==" equality operator.
--- a/scripts/optimization/glpkmex.m +++ b/scripts/optimization/glpkmex.m @@ -21,6 +21,7 @@ ## This function is provided for compatibility with the old @sc{matlab} ## interface to the GNU @sc{glpk} library. For Octave code, you should use ## the @code{glpk} function instead. +## @seealso{glpk} ## @end deftypefn function [xopt, fopt, status, extra] = glpkmex (varargin)