gamspy-cbc 52.5.0__py3-none-manylinux_2_28_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.
gamspy_cbc/__init__.py ADDED
@@ -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 = ['libmkl_gams.so', 'libiomp5.so', 'optcbc.def', 'libcbccclib64.so']
7
+
8
+ file_paths = [directory + os.sep + file for file in files]
9
+ verbatim = 'CBC 2011 5 00010203040506070809 1 0 2 LP MIP RMIP\ngmsgenus.run\ngmsgenux.out\nlibcbccclib64.so cbc 1 0'
Binary file
gamspy_cbc/libiomp5.so ADDED
Binary file
Binary file
gamspy_cbc/optcbc.def ADDED
@@ -0,0 +1,554 @@
1
+ * This file is autogenerated by optcbc.
2
+ autoScale boolean 213 0 1 2 Whether to scale objective, rhs and bounds of problem if they look odd (experimental)
3
+ biasLU enumstr 210 "LX" 1 2 Whether factorization biased towards U
4
+ "UU" 1
5
+ "UX" 1
6
+ "LX" 1
7
+ "LL" 1
8
+ bscale enumstr 216 "off" 1 2 Whether to scale in barrier (and ordering speed)
9
+ "off" 1
10
+ "on" 1
11
+ "off1" 1
12
+ "on1" 1
13
+ "off2" 1
14
+ "on2" 1
15
+ cliqueCuts enumstr 311 "ifmove" 1 4 Whether to use Clique cuts
16
+ "off" 1
17
+ "on" 1
18
+ "root" 1
19
+ "ifmove" 1
20
+ "forceOn" 1
21
+ "onglobal" 1
22
+ clocktype enumstr -1 "wall" 1 1 type of clock for time measurement
23
+ "cpu" 1 CPU clock
24
+ "wall" 1 Wall clock
25
+ combine2Solutions enumstr 340 "off" 1 5 Whether to use crossover solution heuristic
26
+ "off" 1
27
+ "on" 1
28
+ "both" 1
29
+ "before" 1
30
+ combineSolutions enumstr 319 "off" 1 5 Whether to use combine solution heuristic
31
+ "off" 1
32
+ "on" 1
33
+ "both" 1
34
+ "before" 1
35
+ "onquick" 1
36
+ "bothquick" 1
37
+ "beforequick" 1
38
+ "0" 1 Same as off. This is a deprecated setting.
39
+ "1" 1 Same as on. This is a deprecated setting.
40
+ conflictcuts boolean -1 0 1 4 Conflict Cuts
41
+ costStrategy enumstr 312 "off" 1 3 How to use costs for branching priorities
42
+ "off" 1
43
+ "priorities" 1
44
+ "columnOrder" 1
45
+ "01first" 1
46
+ "binaryfirst" 1 This is a deprecated setting. Please use 01first.
47
+ "01last" 1
48
+ "binarylast" 1 This is a deprecated setting. Please use 01last.
49
+ "length" 1
50
+ "singletons" 1
51
+ "nonzero" 1
52
+ "generalForce" 1
53
+ crash enumstr 209 "off" 1 2 Whether to create basis for problem
54
+ "off" 1
55
+ "on" 1
56
+ "solow_halim" 1
57
+ "lots" 1
58
+ "idiot1" 1
59
+ "idiot2" 1
60
+ "idiot3" 1
61
+ "idiot4" 1
62
+ "idiot5" 1
63
+ "idiot6" 1
64
+ "idiot7" 1
65
+ crossover enumstr 218 "on" 1 2 Whether to get a basic solution with the simplex algorithm after the barrier algorithm finished
66
+ "on" 1
67
+ "off" 1
68
+ "presolve" 1
69
+ "0" 1 Same as off. This is a deprecated setting.
70
+ "1" 1 Same as on. This is a deprecated setting.
71
+ cut_passes_root integer 170 20 minint maxint 1 4 Number of rounds that cut generators are applied in the root node
72
+ cut_passes_slow integer 187 10 -1 maxint 1 4 Maximum number of rounds for slower cut generators
73
+ cut_passes_tree integer 168 10 minint maxint 1 4 Number of rounds that cut generators are applied in the tree
74
+ cutDepth integer 152 -1 -1 maxint 1 4 Depth in tree at which to do cuts
75
+ cutLength integer 179 -1 -1 maxint 1 4 Length of a cut
76
+ cutoff double 52 1e+100 mindouble maxdouble 1 3 Bound on the objective value for all solutions
77
+ cutoffConstraint enumstr 347 "off" 1 3 Whether to use cutoff as constraint
78
+ "off" 1
79
+ "on" 1
80
+ "variable" 1
81
+ "forcevariable" 1
82
+ "conflict" 1
83
+ "0" 1 Same as off. This is a deprecated setting.
84
+ "1" 1 Same as on. This is a deprecated setting.
85
+ cuts enumstr 303 "on" 1 4 Switches all cut generators on or off
86
+ "off" 1
87
+ "on" 1
88
+ "root" 1
89
+ "ifmove" 1
90
+ "forceOn" 1
91
+ denseThreshold integer 172 -1 -1 10000 1 2 Threshold for using dense factorization
92
+ Dins enumstr 334 "off" 1 5 Whether to try Distance Induced Neighborhood Search
93
+ "off" 1
94
+ "on" 1
95
+ "both" 1
96
+ "before" 1
97
+ "often" 1
98
+ "0" 1 Same as off. This is a deprecated setting.
99
+ "1" 1 Same as on. This is a deprecated setting.
100
+ diveSolves integer 175 100 -1 200000 1 5 Diving solve option
101
+ DivingCoefficient enumstr 328 "off" 1 5 Whether to try Coefficient diving heuristic
102
+ "off" 1
103
+ "on" 1
104
+ "both" 1
105
+ "before" 1
106
+ "0" 1 Same as off. This is a deprecated setting.
107
+ "1" 1 Same as on. This is a deprecated setting.
108
+ DivingFractional enumstr 329 "off" 1 5 Whether to try Fractional diving heuristic
109
+ "off" 1
110
+ "on" 1
111
+ "both" 1
112
+ "before" 1
113
+ "0" 1 Same as off. This is a deprecated setting.
114
+ "1" 1 Same as on. This is a deprecated setting.
115
+ DivingGuided enumstr 330 "off" 1 5 Whether to try Guided diving heuristic
116
+ "off" 1
117
+ "on" 1
118
+ "both" 1
119
+ "before" 1
120
+ "0" 1 Same as off. This is a deprecated setting.
121
+ "1" 1 Same as on. This is a deprecated setting.
122
+ DivingLineSearch enumstr 331 "off" 1 5 Whether to try Linesearch diving heuristic
123
+ "off" 1
124
+ "on" 1
125
+ "both" 1
126
+ "before" 1
127
+ "0" 1 Same as off. This is a deprecated setting.
128
+ "1" 1 Same as on. This is a deprecated setting.
129
+ DivingPseudoCost enumstr 332 "off" 1 5 Whether to try Pseudocost diving heuristic
130
+ "off" 1
131
+ "on" 1
132
+ "both" 1
133
+ "before" 1
134
+ "0" 1 Same as off. This is a deprecated setting.
135
+ "1" 1 Same as on. This is a deprecated setting.
136
+ DivingRandom enumstr 327 "off" 1 5 Whether to try Diving heuristics
137
+ "off" 1
138
+ "on" 1
139
+ "both" 1
140
+ "before" 1
141
+ "0" 1 Same as off. This is a deprecated setting.
142
+ "1" 1 Same as on. This is a deprecated setting.
143
+ DivingVectorLength enumstr 333 "off" 1 5 Whether to try Vectorlength diving heuristic
144
+ "off" 1
145
+ "on" 1
146
+ "both" 1
147
+ "before" 1
148
+ "0" 1 Same as off. This is a deprecated setting.
149
+ "1" 1 Same as on. This is a deprecated setting.
150
+ dualPivot enumstr 202 "automatic" 1 2 Dual pivot choice algorithm
151
+ "automatic" 1
152
+ "dantzig" 1
153
+ "partial" 1
154
+ "steepest" 1
155
+ "PEsteepest" 1
156
+ "PEdantzig" 1
157
+ "auto" 1 Same as automatic. This is a deprecated setting.
158
+ dumpsolutions string -1 "" 1 3 name of solutions index gdx file for writing alternate solutions
159
+ dumpsolutionsmerged string -1 "" 1 3 name of gdx file for writing all alternate solutions
160
+ dwHeuristic enumstr 348 "off" 1 5 Whether to try Dantzig Wolfe heuristic
161
+ "off" 1
162
+ "on" 1
163
+ "both" 1
164
+ "before" 1
165
+ expensiveStrong integer 185 0 0 maxint 1 3 Whether to do even more strong branching
166
+ extraVariables integer 186 0 minint maxint 1 3 Allow creation of extra integer variables
167
+ factorization enumstr 222 "normal" 1 2 Which factorization to use
168
+ "normal" 1
169
+ "dense" 1
170
+ "simple" 1
171
+ "osl" 1
172
+ feaspump enumstr 317 "on" 1 5 Whether to try the Feasibility Pump heuristic
173
+ "off" 1
174
+ "on" 1
175
+ "both" 1
176
+ "before" 1
177
+ "0" 1 Same as off. This is a deprecated setting.
178
+ "1" 1 Same as on. This is a deprecated setting.
179
+ feaspump_artcost double 87 0 0 maxdouble 1 5 Costs >= this treated as artificials in feasibility pump
180
+ feaspump_cutoff double 86 0 mindouble maxdouble 1 5 Fake cutoff for use in feasibility pump
181
+ feaspump_fracbab double 89 0.5 1e-05 1.1 1 5 Fraction in feasibility pump
182
+ feaspump_increment double 85 0 mindouble maxdouble 1 5 Fake increment for use in feasibility pump
183
+ feaspump_passes integer 159 20 0 10000 1 5 How many passes to do in the Feasibility Pump heuristic
184
+ fixOnDj double 81 -1 mindouble maxdouble 1 3 Try heuristic based on fixing variables with reduced costs greater than this
185
+ flowCoverCuts enumstr 313 "ifmove" 1 4 Whether to use Flow Cover cuts
186
+ "off" 1
187
+ "on" 1
188
+ "root" 1
189
+ "ifmove" 1
190
+ "forceOn" 1
191
+ "onglobal" 1
192
+ gamma enumstr 217 "off" 1 2 Whether to regularize barrier
193
+ "off" 1
194
+ "on" 1
195
+ "gamma" 1
196
+ "delta" 1
197
+ "onstrong" 1
198
+ "gammastrong" 1
199
+ "deltastrong" 1
200
+ gomoryCuts enumstr 305 "ifmove" 1 4 Whether to use Gomory cuts
201
+ "off" 1
202
+ "on" 1
203
+ "root" 1
204
+ "ifmove" 1
205
+ "forceOn" 1
206
+ "onglobal" 1
207
+ "forceandglobal" 1
208
+ "forceLongOn" 1
209
+ "long" 1
210
+ gomorycuts2 enumstr 346 "off" 1 4 Whether to use alternative Gomory cuts
211
+ "off" 1
212
+ "on" 1
213
+ "root" 1
214
+ "ifmove" 1
215
+ "forceOn" 1
216
+ "endonly" 1
217
+ "long" 1
218
+ "longroot" 1
219
+ "longifmove" 1
220
+ "forceLongOn" 1
221
+ "longendonly" 1
222
+ greedyHeuristic enumstr 318 "on" 1 5 Whether to use a greedy heuristic
223
+ "off" 1
224
+ "on" 1
225
+ "both" 1
226
+ "before" 1
227
+ heuristics boolean 304 1 1 5 Switches most primal heuristics on or off
228
+ hOptions integer 178 0 minint maxint 1 5 Heuristic options
229
+ idiotCrash integer 106 -1 -1 maxint 1 2 Whether to try idiot crash
230
+ increment double 54 1e-05 mindouble maxdouble 1 3 A valid solution must be at least this much better than last integer solution
231
+ infeasibilityWeight double 51 0 0 maxdouble 1 3 Each integer infeasibility is expected to cost this much
232
+ iterlim integer 104 maxint 0 maxint 1 2 Maximum number of iterations before stopping
233
+ KKT boolean 215 0 1 2 Whether to use KKT factorization in barrier
234
+ knapsackCuts enumstr 307 "ifmove" 1 4 Whether to use Knapsack cuts
235
+ "off" 1
236
+ "on" 1
237
+ "root" 1
238
+ "ifmove" 1
239
+ "forceOn" 1
240
+ "onglobal" 1
241
+ "forceandglobal" 1
242
+ lagomoryCuts enumstr 343 "off" 1 4 Whether to use Lagrangean Gomory cuts
243
+ "off" 1
244
+ "endonlyroot" 1
245
+ "endcleanroot" 1
246
+ "root" 1
247
+ "endonly" 1
248
+ "endclean" 1
249
+ "endboth" 1
250
+ "onlyaswell" 1
251
+ "cleanaswell" 1
252
+ "bothaswell" 1
253
+ "onlyinstead" 1
254
+ "cleaninstead" 1
255
+ "bothinstead" 1
256
+ "onlyaswellroot" 1
257
+ "cleanaswellroot" 1
258
+ "bothaswellroot" 1
259
+ latwomirCuts enumstr 344 "off" 1 4 Whether to use Lagrangean TwoMir cuts
260
+ "off" 1
261
+ "endonlyroot" 1
262
+ "endcleanroot" 1
263
+ "endbothroot" 1
264
+ "endonly" 1
265
+ "endclean" 1
266
+ "endboth" 1
267
+ "onlyaswell" 1
268
+ "cleanaswell" 1
269
+ "bothaswell" 1
270
+ "onlyinstead" 1
271
+ "cleaninstead" 1
272
+ "bothinstead" 1
273
+ liftAndProjectCuts enumstr 323 "off" 1 4 Whether to use Lift and Project cuts
274
+ "off" 1
275
+ "on" 1
276
+ "root" 1
277
+ "ifmove" 1
278
+ "forceOn" 1
279
+ localTreeSearch boolean 321 0 1 5 Whether to use local tree search when a solution is found
280
+ loglevel integer -1 1 0 maxint 1 3 amount of output printed by CBC
281
+ maxFactor integer 102 200 1 maxint 1 2 Maximum number of iterations between refactorizations
282
+ maxsol integer 182 100 0 maxint 1 3 Maximum number of solutions to save
283
+ mipstart boolean -1 0 1 3 whether it should be tried to use the initial variable levels as initial MIP solution
284
+ mirCuts enumstr 314 "ifmove" 1 4 Whether to use Mixed Integer Rounding cuts
285
+ "off" 1
286
+ "on" 1
287
+ "root" 1
288
+ "ifmove" 1
289
+ "forceOn" 1
290
+ "onglobal" 1
291
+ multipleRootPasses integer 184 0 0 maxint 1 3 Do multiple root passes to collect cuts and solutions
292
+ naiveHeuristics enumstr 337 "off" 1 5 Whether to try some stupid heuristic
293
+ "off" 1
294
+ "on" 1
295
+ "both" 1
296
+ "before" 1
297
+ "0" 1 Same as off. This is a deprecated setting.
298
+ "1" 1 Same as on. This is a deprecated setting.
299
+ nodeStrategy enumstr 301 "fewest" 1 3 What strategy to use to select the next node from the branch and cut tree
300
+ "hybrid" 1
301
+ "fewest" 1
302
+ "depth" 1
303
+ "upfewest" 1
304
+ "downfewest" 1
305
+ "updepth" 1
306
+ "downdepth" 1
307
+ nodlim integer 153 maxint -1 maxint 1 3 node limit
308
+ optca double 55 0 0 maxdouble 1 3 Stop when gap between best possible and best less than this
309
+ optcr double 57 0.0001 0 maxdouble 1 3 Stop when gap between best possible and best known is less than this fraction of larger of two
310
+ OrbitalBranching enumstr 349 "off" 1 3 Whether to try orbital branching
311
+ "off" 1
312
+ "on" 1
313
+ "strong" 1
314
+ "force" 1
315
+ "simple" 1
316
+ "fastish" 1
317
+ "lightweight" 1
318
+ "moreprinting" 1
319
+ "cuts" 1
320
+ "cutslight" 1
321
+ parallelmode enumstr -1 "deterministic" 1 3 whether to run opportunistic or deterministic
322
+ "opportunistic" 1
323
+ "deterministic" 1
324
+ passPresolve integer 105 5 -200 100 1 2 How many passes in presolve
325
+ perturbation boolean 211 1 1 2 Whether to perturb the problem
326
+ pivotAndComplement enumstr 341 "off" 1 5 Whether to try Pivot and Complement heuristic
327
+ "off" 1
328
+ "on" 1
329
+ "both" 1
330
+ "before" 1
331
+ pivotAndFix enumstr 335 "off" 1 5 Whether to try Pivot and Fix heuristic
332
+ "off" 1
333
+ "on" 1
334
+ "both" 1
335
+ "before" 1
336
+ "0" 1 Same as off. This is a deprecated setting.
337
+ "1" 1 Same as on. This is a deprecated setting.
338
+ preprocess enumstr 316 "sos" 1 3 Whether to use integer preprocessing
339
+ "off" 1
340
+ "on" 1
341
+ "save" 1
342
+ "equal" 1
343
+ "sos" 1
344
+ "trysos" 1
345
+ "equalall" 1
346
+ "strategy" 1
347
+ "aggregate" 1
348
+ "forcesos" 1
349
+ "stopaftersaving" 1
350
+ presolve enumstr 208 "on" 1 2 Whether to presolve problem
351
+ "on" 1
352
+ "off" 1
353
+ "more" 1
354
+ "0" 1 Same as off. This is a deprecated setting.
355
+ "1" 1 Same as on. This is a deprecated setting.
356
+ primalPivot enumstr 207 "automatic" 1 2 Primal pivot choice algorithm
357
+ "automatic" 1
358
+ "exact" 1
359
+ "dantzig" 1
360
+ "partial" 1
361
+ "steepest" 1
362
+ "change" 1
363
+ "sprint" 1
364
+ "PEsteepest" 1
365
+ "PEdantzig" 1
366
+ "auto" 1 Same as automatic. This is a deprecated setting.
367
+ primalWeight double 5 1e+10 1e-20 maxdouble 1 2 Initially algorithm acts as if it costs this much to be infeasible
368
+ printfrequency integer -1 0 0 maxint 1 3 frequency of status prints
369
+ probingCuts enumstr 306 "ifmove" 1 4 Whether to use Probing cuts
370
+ "off" 1
371
+ "on" 1
372
+ "root" 1
373
+ "ifmove" 1
374
+ "forceOn" 1
375
+ "onglobal" 1
376
+ "forceonglobal" 1
377
+ "forceOnBut" 1
378
+ "forceOnStrong" 1
379
+ "forceOnButStrong" 1
380
+ "strongRoot" 1
381
+ proximitySearch enumstr 320 "off" 1 5 Whether to do proximity search heuristic
382
+ "off" 1
383
+ "on" 1
384
+ "both" 1
385
+ "before" 1
386
+ "10" 1
387
+ "100" 1
388
+ "300" 1
389
+ "0" 1 Same as off. This is a deprecated setting.
390
+ "1" 1 Same as on. This is a deprecated setting.
391
+ psi double 9 -0.5 -1.1 1.1 1 2 Two-dimension pricing factor for Positive Edge criterion
392
+ randomizedRounding enumstr 336 "off" 1 5 Whether to try randomized rounding heuristic
393
+ "off" 1
394
+ "on" 1
395
+ "both" 1
396
+ "before" 1
397
+ "0" 1 Same as off. This is a deprecated setting.
398
+ "1" 1 Same as on. This is a deprecated setting.
399
+ randomSeedCbc integer 183 -1 -1 maxint 1 3 Random seed for Cbc
400
+ randomSeedClp integer 119 1234567 0 maxint 1 2 Random seed for Clp
401
+ reduceAndSplitCuts enumstr 308 "off" 1 4 Whether to use Reduce-and-Split cuts
402
+ "off" 1
403
+ "on" 1
404
+ "root" 1
405
+ "ifmove" 1
406
+ "forceOn" 1
407
+ reduceAndSplitCuts2 enumstr 345 "off" 1 4 Whether to use Reduce-and-Split cuts - style 2
408
+ "off" 1
409
+ "on" 1
410
+ "root" 1
411
+ "longOn" 1
412
+ "longRoot" 1
413
+ Rens enumstr 326 "off" 1 5 Whether to try Relaxation Enforced Neighborhood Search
414
+ "off" 1
415
+ "on" 1
416
+ "both" 1
417
+ "before" 1
418
+ "200" 1
419
+ "1000" 1
420
+ "10000" 1
421
+ "dj" 1
422
+ "djbefore" 1
423
+ "usesolution" 1
424
+ "0" 1 Same as off. This is a deprecated setting.
425
+ "1" 1 Same as on. This is a deprecated setting.
426
+ residualCapacityCuts enumstr 325 "off" 1 4 Whether to use Residual Capacity cuts
427
+ "off" 1
428
+ "on" 1
429
+ "root" 1
430
+ "ifmove" 1
431
+ "forceOn" 1
432
+ reslim double 56 1e+10 -1 maxdouble 1 1 maximum seconds
433
+ Rins enumstr 324 "off" 1 5 Whether to try Relaxed Induced Neighborhood Search
434
+ "off" 1
435
+ "on" 1
436
+ "both" 1
437
+ "before" 1
438
+ "often" 1
439
+ "0" 1 Same as off. This is a deprecated setting.
440
+ "1" 1 Same as on. This is a deprecated setting.
441
+ roundingHeuristic enumstr 309 "on" 1 5 Whether to use simple (but effective) Rounding heuristic
442
+ "off" 1
443
+ "on" 1
444
+ "both" 1
445
+ "before" 1
446
+ "0" 1 Same as off. This is a deprecated setting.
447
+ "1" 1 Same as on. This is a deprecated setting.
448
+ scaling enumstr 203 "automatic" 1 2 Whether to scale problem
449
+ "off" 1
450
+ "equilibrium" 1
451
+ "geometric" 1
452
+ "automatic" 1
453
+ "dynamic" 1
454
+ "rowsonly" 1
455
+ "auto" 1 Same as automatic. This is a deprecated setting.
456
+ smallFactorization integer 177 -1 -1 10000 1 2 Threshold for using small factorization
457
+ sollim integer 160 maxint 1 maxint 1 3 Maximum number of feasible solutions to get
458
+ solvefinal boolean -1 1 1 3 final solve of MIP with fixed discrete variables
459
+ solvetrace string -1 "" 1 3 name of trace file for solving information
460
+ solvetracenodefreq integer -1 100 0 maxint 1 3 frequency in number of nodes for writing to solve trace file
461
+ solvetracetimefreq double -1 5 0 maxdouble 1 3 frequency in seconds for writing to solve trace file
462
+ sosPrioritize enumstr 351 "off" 1 3 How to deal with SOS priorities
463
+ "off" 1
464
+ "high" 1
465
+ "low" 1
466
+ "orderhigh" 1
467
+ "orderlow" 1
468
+ sparseFactor boolean 206 1 1 2 Whether factorization treated as sparse
469
+ special string -1 "" 1 1 options passed unseen to CBC
470
+ sprintCrash integer 107 -1 -1 maxint 1 2 Whether to try sprint crash
471
+ startalg enumstr -1 "dual" 1 2 LP solver for root node
472
+ "primal" 1 Primal Simplex algorithm
473
+ "dual" 1 Dual Simplex algorithm
474
+ "barrier" 1 Primal-dual predictor-corrector algorithm
475
+ strategy integer 176 1 0 2 1 3 Switches on groups of features
476
+ strongBranching integer 151 5 0 maxint 1 3 Number of variables to look at in strong branching
477
+ substitution integer 113 3 0 10000 1 2 How long a column to substitute for in presolve
478
+ threads integer 169 0 0 99 1 3 Number of threads to try and use
479
+ tol_dual double 2 1e-07 1e-20 maxdouble 1 2 For an optimal solution no dual infeasibility may exceed this value
480
+ tol_integer double 53 1e-07 1e-20 0.5 1 3 For a feasible solution no integer variable may be more than this away from an integer value
481
+ tol_presolve double 83 1e-08 1e-20 maxdouble 1 2 Tolerance to use in presolve
482
+ tol_primal double 1 1e-07 1e-20 maxdouble 1 2 For a feasible solution no primal infeasibility, i.e., constraint violation, may exceed this value
483
+ trustPseudoCosts integer 154 10 -3 maxint 1 3 Number of branches before we trust pseudocosts
484
+ twoMirCuts enumstr 315 "root" 1 4 Whether to use Two phase Mixed Integer Rounding cuts
485
+ "off" 1
486
+ "on" 1
487
+ "root" 1
488
+ "ifmove" 1
489
+ "forceOn" 1
490
+ "onglobal" 1
491
+ "forceandglobal" 1
492
+ "forceLongOn" 1
493
+ VndVariableNeighborhoodSearch enumstr 342 "off" 1 5 Whether to try Variable Neighborhood Search
494
+ "off" 1
495
+ "on" 1
496
+ "both" 1
497
+ "before" 1
498
+ "intree" 1
499
+ vubheuristic integer 171 -1 -2 20 1 5 Type of VUB heuristic
500
+ writemps string -1 "" 1 1 create MPS file for problem
501
+ zeroHalfCuts enumstr 338 "ifmove" 1 4 Whether to use zero half cuts
502
+ "off" 1
503
+ "on" 1
504
+ "root" 1
505
+ "ifmove" 1
506
+ "forceOn" 1
507
+ "onglobal" 1
508
+ *
509
+ * synonym section
510
+ *
511
+ passCuts synonym cut_passes_root
512
+ slowcutpasses synonym cut_passes_slow
513
+ passTreeCuts synonym cut_passes_tree
514
+ constraintfromCutoff synonym cutoffConstraint
515
+ cutsOnOff synonym cuts
516
+ DivingSome synonym DivingRandom
517
+ feasibilityPump synonym feaspump
518
+ artificialCost synonym feaspump_artcost
519
+ pumpCutoff synonym feaspump_cutoff
520
+ fractionforBAB synonym feaspump_fracbab
521
+ pumpIncrement synonym feaspump_increment
522
+ passFeasibilityPump synonym feaspump_passes
523
+ GMICuts synonym gomorycuts2
524
+ heuristicsOnOff synonym heuristics
525
+ maxIterations synonym iterlim
526
+ maxSavedSolutions synonym maxsol
527
+ mixedIntegerRoundingCuts synonym mirCuts
528
+ maxNodes synonym nodlim
529
+ nodelim synonym nodlim
530
+ allowableGap synonym optca
531
+ ratioGap synonym optcr
532
+ randomCbcSeed synonym randomSeedCbc
533
+ randomSeed synonym randomSeedClp
534
+ reduce2AndSplitCuts synonym reduceAndSplitCuts2
535
+ seconds synonym reslim
536
+ maxSolutions synonym sollim
537
+ sifting synonym sprintCrash
538
+ dualTolerance synonym tol_dual
539
+ integerTolerance synonym tol_integer
540
+ preTolerance synonym tol_presolve
541
+ primalTolerance synonym tol_primal
542
+ *
543
+ * indicator section
544
+ *
545
+ indicator SEPARATOR " "
546
+ indicator STRINGQUOTE
547
+ *
548
+ * Groups
549
+ *
550
+ gr_General_Options group 1 1 General Options
551
+ gr_LP_Options group 2 1 LP Options
552
+ gr_MIP_Options group 3 1 MIP Options
553
+ gr_MIP_Options_for_Cutting_Plane_Generators group 4 1 MIP Options for Cutting Plane Generators
554
+ gr_MIP_Options_for_Primal_Heuristics group 5 1 MIP Options for Primal Heuristics
gamspy_cbc/version.py ADDED
@@ -0,0 +1 @@
1
+ __version__ = '52.5.0'
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamspy_cbc
3
+ Version: 52.5.0
@@ -0,0 +1,10 @@
1
+ gamspy_cbc/__init__.py,sha256=862E_bY7qRBcCJ4z6Izhlx2kcuyvYTrJNm2mARaEKDc,371
2
+ gamspy_cbc/libcbccclib64.so,sha256=IXHS9Jmx14pn4QwWRvgmFkekVuCIJfsP_3gKdl_Zr8Q,8343344
3
+ gamspy_cbc/libiomp5.so,sha256=lXQVJvSD5a6PvFbIc2_qJkW2kQ8BNiTa76C3Lft_YGc,2800576
4
+ gamspy_cbc/libmkl_gams.so,sha256=xMxIG7veskOBTyC39qIzDfoOS2Vn1FS8IKrRKxDv0e4,87450744
5
+ gamspy_cbc/optcbc.def,sha256=qTlrTal5NBbISIl4G_mWcVnfxngw_RKmRzOHwNV8CdE,17701
6
+ gamspy_cbc/version.py,sha256=EITVRFxRWF8Gg0y2N4ektQGNUFuw1gCNSHDAJv4VJkE,22
7
+ gamspy_cbc-52.5.0.dist-info/METADATA,sha256=2Ws0x4L6qyc9JepCj2uY_-uzbQhtZXz5v5qZ5Cw_9yE,55
8
+ gamspy_cbc-52.5.0.dist-info/WHEEL,sha256=603VBOc0UuEJ4fOMsrkuH2u1WBaGejJtjE6VADVJG78,116
9
+ gamspy_cbc-52.5.0.dist-info/top_level.txt,sha256=IcTgSB0GiKn1AAeyYp_UDQixhnMIDBuufgKjfrBEqt4,11
10
+ gamspy_cbc-52.5.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: false
4
+
5
+ Tag: py3-none-manylinux_2_28_x86_64
@@ -0,0 +1 @@
1
+ gamspy_cbc