{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": "# Solvers\n\n## 3rd party solver installation\n\nThrough COBRApy, StrainDesign is already shipped with the free **GLPK** linear programming solver. Alternatively, the more powerful commercial solvers [**IBM CPLEX**](https://www.ibm.com/de-de/products/ilog-cplex-optimization-studio) and [**Gurobi**](https://www.gurobi.com/) can be used by both COBRApy and StrainDesign, and the free solver [**SCIP**](https://scipopt.org/) can be used by StrainDesign. Using one of the GLPK alternatives is preferred, in particular, when using strain design algorithms like MCS, OptKnock etc. since their support of indicator contstraints renders computations significantly more stable.\n\nIn the following, you will find installation instructions for the individual solvers.\n\n