XL: Problems with SOLVER Functions

ID: Q104625


The information in this article applies to:


SUMMARY

Pages 407-413 of the "Function Reference," contain incorrect information about the SOLVER functions. For information about a particular SOLVER function, see the appropriate section below.


MORE INFORMATION

SOLVER.ADD()

SOLVER.DELETE()

SOLVER.LOAD()

The SOLVER.OPTIONS() function uses a array that is in a different order than the array used by SOLVER.LOAD(); therefore, this statement should read:


   The order of the options is the same as the top-to-bottom order in
   the Solver Options dialog box. 


SOLVER.RESET()

The description of the SOLVER.RESET() function states that this function "is performed automatically when you call SOLVER.LOAD." This information is not entirely correct: SOLVER.RESET() does not reset the options, and so previously set options will be used unless the SOLVER.LOAD() model includes new options settings.

SOLVER.SOLVE()

The values and stopping conditions listed on page 413 are incorrect. The correct values and Stopping conditions are:


   Value           Stopping condition
   ---------------------------------------------------

   0               Solver found a solution. All constraints and
                   optimal conditions are satisfied.

   1               Solver has converged to the current solution. All
                   constraints are satisfied.

   2               Solver cannot improve the current solution. All
                   constraints are satisfied.

   3               Stop chosen when the maximum iteration limit was
                   reached.

   4               The Set Cell values do not converge.

   5               Solver could not find a feasible solution.

   6               Solver stopped at user's request.

   7               The conditions for Assume Linear Model are not
                   satisfied.

   8               The problem is too large for Solver to handle.

   9               Solver encountered an error value in a target or
                   constraint cell.

  10               Stop chosen when the maximum time limit was
                   reached.

  11               There is not enough memory available to solve the
                   problem.

  12               Another Microsoft Excel instance is using
                   SOLVER.DLL(). Try again later.

  13               Error in model. Please verify that all cells and
                   constraints are valid. 


SOLVER.SOLVE?()

Page 412 of the "Function Reference" suggests that the SOLVER.SOLVE?() form of the SOLVER.SOLVE() function exists. This information is incorrect: there is no such command.


REFERENCES

"Function Reference," pages 407-413

Additional query words: add-in 4.00a


Keywords          : kbmacro 
Version           : WINDOWS:4.0,4.0a; MACINTOSH:4.0
Platform          : MACINTOSH WINDOWS 
Issue type        : 

Last Reviewed: April 7, 1999