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

Section 6 Problem 2 - Beautiful - Shipping Balls in a Box - Minimize the Surface Area (that's material)