<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.6.4.4 $  $Date: 2004/12/06 16:36:03 $ -->
<demos>
   <name>Optimization</name>
   <type>toolbox</type>
   <icon>$toolbox/matlab/icons/matlabicon.gif</icon>
   <description><![CDATA[
<p>The Optimization Toolbox is a collection of functions that extend the
capability of the MATLAB numeric computing environment. The toolbox includes 
routines for many types of optimization including:
<ul>
<li>Unconstrained nonlinear minimization</li>
<li>Constrained nonlinear minimization, including goal attainment problems,
minimax problems, and semi-infinite minimization problems</li>
<li>Quadratic and linear programming</li>
<li>Nonlinear least squares and curve-fitting</li>
<li>Nonlinear system of equation solving</li>
<li>Constrained linear least squares</li>
<li>Sparse and structured large-scale minimization</li>
<li>Binary integer programming </li>
</ul>
</p>

]]></description>
   <demoitem>
      <label>Large-scale unconstrained nonlinear minimization</label>
      <file>html/molecule.html</file>
      <callback>playshow molecule</callback>
   </demoitem>
   <demoitem>
      <label>Large-scale quadratic programming</label>
      <file>html/circustent.html</file>
      <callback>playshow circustent</callback>
   </demoitem>
   <demoitem>
      <label>Large-scale constrained linear least-squares</label>
      <file>html/optdeblur.html</file>
      <callback>playshow optdeblur</callback>
   </demoitem>
   <demoitem>
      <label>Minimization of the banana function</label>
      <callback>bandem</callback>
   </demoitem>
   <demoitem>
      <label>Binary integer programming</label>
      <file>html/officeassign.html</file>
   </demoitem>
   <demoitem>
      <label>Multiobjective goal attainment optimization</label>
      <file>html/goaldemo.html</file>
   </demoitem>
   <demoitem>
      <label>Minimax optimization</label>
      <file>html/dfildemo.html</file>
      <dependency>Signal Processing</dependency>
   </demoitem>
   <demoitem>
      <label>Tutorial</label>
      <file>html/tutdemo.html</file>
   </demoitem>
   <demoitem>
      <label>Medium-scale nonlinear data fitting</label>
      <file>html/datdemo.html</file>
   </demoitem>
</demos>
