comparison scripts/optimization/glpkmex.m @ 12289:39bf9ee145a8 release-3-4-x

Add glpkmex function to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 18:59:27 -0800
parents fd0a3ac60b0e
children
comparison
equal deleted inserted replaced
12288:f07e6b4d34c7 12289:39bf9ee145a8
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{xopt}, @var{fmin}, @var{status}, @var{extra}] =} glpkmex (@var{sense}, @var{c}, @var{A}, @var{b}, @var{ctype}, @var{lb}, @var{ub}, @var{vartype}, @var{param}, @var{lpsolver}, @var{save_pb}) 20 ## @deftypefn {Function File} {[@var{xopt}, @var{fmin}, @var{status}, @var{extra}] =} glpkmex (@var{sense}, @var{c}, @var{A}, @var{b}, @var{ctype}, @var{lb}, @var{ub}, @var{vartype}, @var{param}, @var{lpsolver}, @var{save_pb})
21 ## This function is provided for compatibility with the old @sc{matlab} 21 ## This function is provided for compatibility with the old @sc{matlab}
22 ## interface to the GNU @sc{glpk} library. For Octave code, you should use 22 ## interface to the GNU @sc{glpk} library. For Octave code, you should use
23 ## the @code{glpk} function instead. 23 ## the @code{glpk} function instead.
24 ## @seealso{glpk}
24 ## @end deftypefn 25 ## @end deftypefn
25 26
26 function [xopt, fopt, status, extra] = glpkmex (varargin) 27 function [xopt, fopt, status, extra] = glpkmex (varargin)
27 28
28 ## If there is no input output the version and syntax 29 ## If there is no input output the version and syntax