Home > freetb4matlab > optimization > glpkmex.m

glpkmex

PURPOSE ^

% This function is provided for compatibility with the old @sc{matlab}

SYNOPSIS ^

function [xopt, fopt, status, extra] = glpkmex (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @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})
% This function is provided for compatibility with the old @sc{matlab}
% interface to the GNU GLPK library.  For Octave code, you should use
% the @code{glpk} function instead.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003