diff scripts/optimization/glpkparams.m @ 5237:652e8aa49fa7

[project @ 2005-03-23 21:28:45 by jwe]
author jwe
date Wed, 23 Mar 2005 21:28:46 +0000
parents 9b776f5a33eb
children
line wrap: on
line diff
--- a/scripts/optimization/glpkparams.m	Wed Mar 23 17:11:08 2005 +0000
+++ b/scripts/optimization/glpkparams.m	Wed Mar 23 21:28:46 2005 +0000
@@ -70,6 +70,16 @@
 %              problem using the built-in LP presolver. Otherwise the LP
 %               presolver is not used.
 %
+% lpsolver     type: int, default: 1
+%              Select which solver to use:
+%                 1 revised simplex method
+%                 2 interior point method
+%              If the problem is a MIP problem this flag will be ignored.
+%
+% save         type: int, default 0
+%              If this parameter is nonzero, save a copy of the problem
+%              problem in CPLEX LP format to the file "outpb.lp".  There
+%              is currently no way to change the name of the output file.
 %
 % -----------------------
 % 2 Real parameters