We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11c098 commit 560cd0dCopy full SHA for 560cd0d
README.md
@@ -1,2 +1,15 @@
1
# cylp-python-win
2
cylp python windows binary
3
+
4
+cylp is a Python package:
5
+https://pypi.org/project/cylp
6
+https://github.com/coin-or/CyLP
7
+License: CPL v1.0
8
9
+I compiled under Windows 64bit Python 2.7 using MinGW-64 (gcc 4.8.3),
10
+because the original authors only compiled under Python 3+:
11
+https://pypi.org/project/cylp/0.9.0b1/#files
12
+and under Python 2.7, only 32 bit is available.
13
+https://pypi.org/project/cylp/0.7.4/#files
14
15
+For your convenience, I also copied Python 3+ binaries.
0 commit comments