Commit 97733ee
Use cbcbox for CBC binaries, drop bundled libs
- Replace bundled CBC binaries with cbcbox package dependency
- Simplify cbc.py library loading: cbcbox is primary source,
PMIP_CBC_LIBRARY env var still supported for custom builds
- Remove os.chdir() workaround (cbcbox uses proper $ORIGIN rpath)
- Remove mip/libraries/ bundled .so/.dylib/.dll files
- Remove [tool.setuptools.package-data] for libraries
- Bump requires-python to >=3.8 (cbcbox minimum)
- Update classifiers: explicit OS/Python version coverage (3.8-3.13,
Linux x86_64/aarch64, macOS x86_64/arm64, Windows x64)
- CI: update PyPy pypy3.9 -> pypy3.11 (latest stable)
- CI: remove macOS PyPy exclusion (was CBC bug, fixed in cbcbox)
- CI: remove stale Windows/ubuntu-3.9 exclusion for highsbox
- examples/tsp-compact-ulysses22.py: replace max_nodes_same_incumbent
(unsupported in new CBC) with max_nodes=500
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 36d0247 commit 97733ee
File tree
12 files changed
+39
-61
lines changed- .github/workflows
- examples
- mip
- libraries
- win64
12 files changed
+39
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
| |||
57 | 51 | | |
58 | 52 | | |
59 | 53 | | |
| 54 | + | |
60 | 55 | | |
61 | 56 | | |
62 | 57 | | |
| |||
77 | 72 | | |
78 | 73 | | |
79 | 74 | | |
80 | | - | |
| 75 | + | |
81 | 76 | | |
82 | 77 | | |
83 | 78 | | |
84 | | - | |
85 | 79 | | |
86 | 80 | | |
87 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
60 | | - | |
61 | 58 | | |
62 | | - | |
63 | | - | |
| 59 | + | |
64 | 60 | | |
65 | 61 | | |
66 | 62 | | |
67 | | - | |
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
71 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 75 | + | |
81 | 76 | | |
| 77 | + | |
82 | 78 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 79 | + | |
97 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
98 | 86 | | |
99 | 87 | | |
100 | 88 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
111 | 95 | | |
112 | 96 | | |
113 | 97 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments