bonskotti / multiobjective-portfolio-optimization

Multiobjective portfolio optimization with sustainability factors considered.
8 stars 5 forks source link

glpk issue #2

Open qowiews opened 2 years ago

qowiews commented 2 years ago

Hi!

I have an issue with when running your program:

WARNING: Could not locate the 'glpsol' executable, which is required for solver 'glpk'

No executable found for solver 'glpk'

Do you have an idea to fix it ?

bonskotti commented 2 years ago

Hi,

Did you install glpk? Easy way to do so is with conda: conda install glpk