fgunyel
fgunyel
Yes, that is exactly what I am looking for. The problem is that I am not able to specify the path for the "**settings**" since it does only take the...
Thank you Johannes. I am working on Google Colab. I will try to find a way to define path variables there if I can. If I succeed, I put an...
!apt-get install -y -qq coinor-cbc import os !export cbc='/usr/bin/cbc' os.environ['cbc'] ='/usr/bin/cbc The above code in Google Colab solves the problem, prior to calling cbc. Great!