# HG changeset patch # User Rik # Date 1238343017 25200 # Node ID 5d3059e2a34cf57ebf85ae1c34c2714ae3ff0555 # Parent 8970b4b10e9f31a3480e3cec976694a4bfd42f5d Cleanup documentation for optim.texi, set.texi Grammarcheck input .txi files Spellcheck .texi files diff -r 8970b4b10e9f -r 5d3059e2a34c doc/interpreter/optim.txi --- a/doc/interpreter/optim.txi Sat Mar 28 22:18:51 2009 -0700 +++ b/doc/interpreter/optim.txi Sun Mar 29 09:10:17 2009 -0700 @@ -20,7 +20,7 @@ @chapter Optimization Octave comes with support for solving various kinds of optimization -problems. Specifically Octave can solve problems in Linear Programming, +problems. Specifically Octave can solve problems in Linear Programming, Quadratic Programming, Nonlinear Programming, and Linear Least Squares Minimization. @@ -98,9 +98,11 @@ @end iftex @ifnottex @example +@group A*x = b lb <= x <= ub A_lb <= A_in*x <= A_ub +@end group @end example @end ifnottex