SolverStudio

Summary

SolverStudio is a free Excel plug-in developed at the University of Auckland[1] that supports optimization and simulation modelling in a spreadsheet using an algebraic modeling language. It is popular in education,[2] the public sector[3] and industry for optimization users because it uses industry-standard modelling languages and is faster than traditional Excel optimisation approaches.[4]

SolverStudio adds a text editor to Excel that is used to create a text-based optimization (or simulation) model using a modelling language such as PuLP, AMPL, GAMS or Julia/JuMP. SolverStudio also provides a tool for naming data on a spreadsheet (and specifying indices for this data), allowing the data to be used in the model. When the model is run, the system automatically reads input data from the spreadsheet and provides it to the model, and then writes the model results back to the spreadsheet.

SolverStudio works with a range of commercial and open source modelling systems. By default, it uses PuLP, an open-source Python COIN-OR modelling language. A second open-source Python option is Pyomo which supports non-linear and stochastic programming and provides access to a larger range of solvers. Another supported linear and non-linear modelling option is Julia/JuMP.

SolverStudio also makes the two popular commercial modelling languages, AMPL and GAMS available to Excel users. SolverStudio allows models written using these languages to be solved on the user's own PC, or in the cloud using NEOS.[5]

The GNU clone of AMPL, GMPL (GNU MathProg Language) is included with SolverStudio.

SolverStudio includes the open-source COIN-OR CMPL modelling language, and the Python-based SimPy simulation language. SolverStudio supports general programming using both Python and IronPython, allowing these programming languages to be used to script Excel using the standard VBA interfaces.

References edit

  1. ^ Mason, Andrew (2013). "SolverStudio: A New Tool for Better Optimisation and Simulation Modelling in Excel". INFORMS Transactions on Education. Vol. 14, no. 1. pp. 45–52.
  2. ^ Ralphs, Ted (10 January 2015). "The COIN-OR Optimization Suite: Open Source Tools for Optimization. Part 4: Modeling with COIN" (PDF). Computational Optimization Research at Lehigh. Lehigh University. Retrieved 9 April 2016.
  3. ^ "SolverStudio". International Federation of Operational Research Societies. Retrieved 9 April 2016.
  4. ^ "SolverStudio+GAMS speedup: 2 hours to 2 minutes". SolverStudio User Feedback. Retrieved 9 April 2016.
  5. ^ "NEOS Server for Optimization". Retrieved 11 August 2015.

External links edit

  • Official website SolverStudio web site
  • Official website COIN-OR, Computational Infrastructure for Operations Research