Solvers used


  1. GLPK solver:

!apt-get install -y -qq glpk-utils

  1. CPLEX solver

!pip install cplex -q

  1. IPOPT solver

!wget -N -q "https://ampl.com/dl/open/ipopt/ipopt-linux64.zip"

!unzip -o -q ipopt-linux64

  1. COUENNE solver

!wget -N -q "https://ampl.com/dl/open/couenne/couenne-linux64.zip"

!unzip -o -q couenne-linux64

  1. BONMIN solver

!wget -N -q "https://ampl.com/dl/open/bonmin/bonmin-linux64.zip"

!unzip -o -q bonmin-linux64

 


Comments

Popular posts from this blog

Section 5 Challenge Problem: Traveling Salesman

Integer Programming (Section 5) Introduces a Nice (Big "em") Coding Trick