pulp icon indicating copy to clipboard operation
pulp copied to clipboard

Can I use python3.6 to work with libCoinMP.so

Open TheRoadToSuccess opened this issue 6 years ago • 0 comments
trafficstars

I just want to use libCoinMP.so to do LP jobs. My Python version is 3.6. but when i run pulp.pulpTestAll(), there has a error occured. Error: one character bytes, bytearray or integer expected Src: File "/usr/lib/python3.6/site-packages/PuLP-1.6.11-py3.6.egg/pulp/solvers.py", line 269, in getCplexStyleArrays rowType[i] = senseDict[lp.constraints[c].sense]

cofigure: 1 compile CoinMP 2 modife pulp.cfg.linux

Dose pulp support python3.6? which is the correct python version.

TheRoadToSuccess avatar Jul 05 '19 10:07 TheRoadToSuccess