|
|
The programs described in this site, must be installed as add-ins
for Microsoft Excel. This article explains how to install add-ins
and what to do in case of trouble. We also show how to get
access to the source code. |
|
|
When called, this add-in lists all the Teach OR add-ins
that are in the same directory as the Add Teach add-in.
Add-ins are installed and removed with a simple click of a button.
The add-in also loads demonstration files that illustrate the
add-ins. To use this feature these files must be stored in a
the same directory as the add-ins. See the instructions for details. |
|
|
The add-in teaches three solution algorithms for linear programming,
the Tableau Simplex method, the Revised Simplex method and the
Interior Point method. |
|
|
This add-in is concerned with solving the Transportation problem
with the primal simplex method. The program works on problems
with up to 10 suppliers or demanders. |
|
|
This add-in considers the primal simplex method for network flow
programming problems. Included are algorithms for the pure and
the generalized minimum cost flow problems. |
|
|
Three methods for solving integer programming problems are shown:
branch and bound, Gomory cuts and Benders' Algorithm. |
|
|
This add-in demonstrates procedures used to solve unconstrained
nonlinear programming problems. Two procedures are available,
gradient search and conjugate gradient search. The convexity
of the objective function at specified points is determined. |
|
|
The add-in provides a structure for the various model components
for dynamic programming. The student provides the various components
using Excel functions. The optimization algorithms use recursion
and reaching to find optimum solutions. |
|
|