diff scripts/ChangeLog @ 5237:652e8aa49fa7

[project @ 2005-03-23 21:28:45 by jwe]
author jwe
date Wed, 23 Mar 2005 21:28:46 +0000
parents bdf892d3b024
children 8a7224914e16
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Mar 23 17:11:08 2005 +0000
+++ b/scripts/ChangeLog	Wed Mar 23 21:28:46 2005 +0000
@@ -1,5 +1,14 @@
+2005-03-23  John W. Eaton  <jwe@octave.org>
+
+	* optimization/glpk.m: Simplify interface.  By default, solve
+	standard LP min C'*x s.t. A*x = b, x >= 0.
+	* optimization/glpkmex.m: New file.
+
 2005-03-22  John W. Eaton  <jwe@octave.org>
 
+	* configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the
+	list.
+
 	* optimization/glpk.m: Adapt to Octave coding style.
 	No need for varargout or varargin.
 	Print usage message if nargin > 11.