gamspy-xpress 52.0.0rc1__py3-none-macosx_13_0_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ import os
2
+ from pathlib import Path
3
+ from .version import __version__
4
+ directory = str(Path(__file__).resolve().parent)
5
+
6
+ files = ['libxprl.dylib', 'libxprs.dylib', 'libgsi.dylib', 'xpauth.xpr', 'optxpress.def', 'libxpxcclib64.dylib']
7
+
8
+ file_paths = [directory + os.sep + file for file in files]
9
+ verbatim = 'XPRESS 11 5 XPXLXSXXXG 1 0 2 LP MIP RMIP NLP CNS DNLP RMINLP MINLP QCP MIQCP RMIQCP\ngmsgenus.run\ngmsgenux.out\nlibxpxcclib64.dylib xpx 1 1'
Binary file
Binary file
Binary file
Binary file