How to license CPLEX inside Google Colab’s Julia environment

I am dealing with a multi-stage mixed-integer stochastic global supply chain optimization problem and want to solve the stage-wise problem instances using the CPLEX solver within SDDiP algorithm using the SDDP.jl package in Julia.

1 Like

The installation instructions for CPLEX.jl are here: jump-dev/CPLEX.jl · JuMP

I haven’t tried installing CPLEX on colab, so I don’t have any other advice, sorry.

Got it, no problem at all.