gamspy-copt 49.6.0__py3-none-manylinux_2_17_x86_64.whl → 50.1.0__py3-none-manylinux_2_17_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.

Potentially problematic release.


This version of gamspy-copt might be problematic. Click here for more details.

gamspy_copt/libcopt.so CHANGED
Binary file
Binary file
gamspy_copt/optcopt.def CHANGED
@@ -1,5 +1,5 @@
1
1
  * This file is autogenerated by optcopt.
2
- .feaspref double 12 1 0 maxdouble 1 6 preference to include variable bound or equation side into feasibility relaxation
2
+ .feaspref double 12 1 0 maxdouble 1 7 preference to include variable bound or equation side into feasibility relaxation
3
3
  AbsGap double 0 0 0 maxdouble 1 1 The absolute gap for MIP
4
4
  BarHomogeneous enumint 0 -1 1 3 Whether to use homogeneous self-dual form in barrier
5
5
  -1 1 Choose automatically.
@@ -15,7 +15,7 @@ BarStart enumint 0 -1 1 3 Starting Point method for barrier
15
15
  0 1 Simple.
16
16
  1 1 Mehrotra.
17
17
  2 1 Modified Mehrotra.
18
- BarThreads integer 0 -1 -1 128 1 5 Number of threads to use in the barrier solver
18
+ BarThreads integer 0 -1 -1 128 1 6 Number of threads to use in the barrier solver
19
19
  ConflictAnalysis enumint 0 -1 1 4 Whether to perform conflict analysis
20
20
  -1 1 Automatic.
21
21
  0 1 No.
@@ -24,7 +24,7 @@ Crossover enumint 0 1 1 3 Whether to run crossover after barrier
24
24
  -1 1 Choose automatically. Only run crossover when the LP solution is not primal-dual feasible.
25
25
  0 1 No.
26
26
  1 1 Yes.
27
- CrossoverThreads integer 0 -1 -1 128 1 5 Number of threads to use in the crossover
27
+ CrossoverThreads integer 0 -1 -1 128 1 6 Number of threads to use in the crossover
28
28
  CutLevel enumint 0 -1 1 4 Level of cutting planes generation
29
29
  -1 1 Automatic.
30
30
  0 1 Off.
@@ -56,8 +56,8 @@ FAPHeurLevel enumint 0 -1 1 4 Level of fix-and-propagate heuristics
56
56
  1 1 Fast.
57
57
  2 1 Normal.
58
58
  3 1 Aggressive.
59
- FeasRelax boolean 11 0 1 6 whether to compute a feasible relaxation instead of solving the problem
60
- FeasRelaxMode enumint 0 0 1 6 Specifies the feasibility relaxation mode
59
+ FeasRelax boolean 11 0 1 7 whether to compute a feasible relaxation instead of solving the problem
60
+ FeasRelaxMode enumint 0 0 1 7 Specifies the feasibility relaxation mode
61
61
  0 1 Minimize sum of violations.
62
62
  1 1 Optimize original objective function under minimal sum of violations.
63
63
  2 1 Minimize number of violations.
@@ -76,11 +76,11 @@ HeurLevel enumint 0 -1 1 4 Level of heuristics
76
76
  1 1 Fast.
77
77
  2 1 Normal.
78
78
  3 1 Aggressive.
79
- iis enumint 10 0 1 6 whether to compute an Irreducible Inconsistent Subsystem (IIS) if the problem is infeasible
79
+ iis enumint 10 0 1 7 whether to compute an Irreducible Inconsistent Subsystem (IIS) if the problem is infeasible
80
80
  0 1 no
81
81
  1 1 compute IIS after solve if infeasible
82
82
  2 1 compute IIS without solving original problem
83
- IISMethod enumint 0 -1 1 6 Specifies the IIS method
83
+ IISMethod enumint 0 -1 1 7 Specifies the IIS method
84
84
  -1 1 Automatic.
85
85
  0 1 Find smaller IIS.
86
86
  1 1 Find IIS quickly.
@@ -100,9 +100,23 @@ MipStartMode enumint 0 -1 1 4 Specifies MIP start mode
100
100
  1 1 Only use full and feasible MIP starts.
101
101
  2 1 Try to complete partial feasible MIP starts by solving subMIPs.
102
102
  MipStartNodeLimit integer 0 -1 -1 maxint 1 4 Limit of nodes for MIP start sub-MIP (to complete partial MIP starts) (-1: unlimited)
103
- MipTasks integer 0 -1 -1 256 1 5 Number of parallel tasks in MIP solving (-1: automatic)
103
+ MipTasks integer 0 -1 -1 256 1 6 Number of parallel tasks in MIP solving (-1: automatic)
104
+ NLPIterLimit integer 0 maxint 0 maxint 1 5 Iteration limit for the nonlinear solver
105
+ NLPLinScale enumint 0 -1 1 5 Linear system scaling strategy of the nonlinear solver
106
+ -1 1 Choose automatically.
107
+ 0 1 No scaling.
108
+ 1 1 Always scale.
109
+ NLPMuUpdate enumint 0 -1 1 5 Barrier parameter update strategy of the nonlinear solver
110
+ -1 1 Choose automatically.
111
+ 0 1 Monotonically decreasing.
112
+ 1 1 Adaptive adjustment.
113
+ NLPTol double 0 1e-08 1e-13 0.001 1 5 Optimal relative tolerance for nonlinear programming
104
114
  NodeCutRounds integer 0 -1 -1 maxint 1 4 Maximum cut rounds in a local node
105
115
  NodeLimit integer 0 maxint -1 maxint 1 1 Limit of nodes for MIP
116
+ NonConvex enumint 0 -1 1 5 Handling strategy for nonconvex models
117
+ -1 1 Choose automatically.
118
+ 0 1 Report nonconvexity and terminate.
119
+ 1 1 Search for a local optimal solution.
106
120
  PDLPTol double 0 1e-06 1e-12 0.0001 1 1 Convergence tolerance for the first-order method (PDLP)
107
121
  Presolve enumint 0 -1 1 2 Level of presolving performed before solving a problem
108
122
  -1 1 Choose automatically.
@@ -110,7 +124,14 @@ Presolve enumint 0 -1 1 2 Level of presolving performed before solving a problem
110
124
  1 1 Fast presolving.
111
125
  2 1 Normal presolving.
112
126
  3 1 Aggressive presolving.
113
- readparams string 9 "" 1 8 read COPT parameter file
127
+ qextractalg enumint 18 0 1 9 extraction algorithm for quadratic equations
128
+ 0 1 choose automatically
129
+ 1 1 threepass: uses a three-pass forward / backward / forward AD technique to compute function / gradient / Hessian values and a hybrid scheme for storage
130
+ 2 1 doubleforward: uses forward-mode AD to compute and store function, gradient, and Hessian values at each node or stack level as required; the gradients and Hessians are stored in linked lists
131
+ 3 1 concurrent: uses threepass and doubleforward in parallel; as soon as one finishes, the other one stops
132
+ qextractdenseswitchfactor double 19 0.008 0 maxdouble 1 9 sparse/dense factor for quadratic extraction algorithm
133
+ qextractdenseswitchlog boolean 20 0 1 9 whether to print additional information about sparse/dense factor choice in quadratic extraction algorithm
134
+ readparams string 9 "" 1 9 read COPT parameter file
114
135
  RelGap double 0 0.0001 0 maxdouble 1 1 The relative gap for MIP
115
136
  ReqFarkasRay boolean 0 1 1 3 Whether to return a Farkas or Ray when an LP is infeasible or unbounded
116
137
  RootCutLevel enumint 0 -1 1 4 Level of root cutting planes generation
@@ -130,14 +151,14 @@ Scaling enumint 0 -1 1 2 Whether to perform scaling before solving a problem
130
151
  -1 1 Choose automatically.
131
152
  0 1 No scaling.
132
153
  1 1 Apply scaling.
133
- SimplexThreads integer 0 -1 -1 128 1 5 Number of threads to use in the simplex solver
134
- solnpool string 1 "" 1 8 Solution pool file name
135
- solnpoolmerge string 2 "" 1 8 Solution pool file name for merged solutions
154
+ SimplexThreads integer 0 -1 -1 128 1 6 Number of threads to use in the simplex solver
155
+ solnpool string 1 "" 1 9 Solution pool file name
156
+ solnpoolmerge string 2 "" 1 9 Solution pool file name for merged solutions
136
157
  SolTimeLimit double 0 1e+20 0 1e+20 1 1 Time limit that is only effictive after a primal feasible solution has been found
137
- solvefinal boolean 3 1 1 8 whether to solve the LP obtained from fixing discrete variables and variables in SOS after a MIP solve
138
- solvetrace string 15 "" 1 8 name of file for writing solving progress information during solve
139
- solvetracenodefreq integer 16 100 0 maxint 1 8 frequency in number of nodes for writing to solve trace file
140
- solvetracetimefreq double 17 5 0 maxdouble 1 8 frequency in seconds for writing to solve trace file
158
+ solvefinal boolean 3 1 1 9 whether to solve the LP obtained from fixing discrete variables and variables in SOS after a MIP solve
159
+ solvetrace string 15 "" 1 9 name of file for writing solving progress information during solve
160
+ solvetracenodefreq integer 16 100 0 maxint 1 9 frequency in number of nodes for writing to solve trace file
161
+ solvetracetimefreq double 17 5 0 maxdouble 1 9 frequency in seconds for writing to solve trace file
141
162
  StrongBranching enumint 0 -1 1 4 Level of strong branching
142
163
  -1 1 Automatic.
143
164
  0 1 Off.
@@ -150,7 +171,7 @@ SubMipHeurLevel enumint 0 -1 1 4 Level of sub-MIP heuristics
150
171
  1 1 Fast.
151
172
  2 1 Normal.
152
173
  3 1 Aggressive.
153
- Threads integer 0 0 -1 128 1 5 Number of threads to use (-1: automatic, 0: 1 thread)
174
+ Threads integer 0 0 -1 128 1 6 Number of threads to use (-1: automatic, 0: 1 thread)
154
175
  TimeLimit double 0 1e+10 0 1e+20 1 1 Time limit of the optimization
155
176
  TreeCutLevel enumint 0 -1 1 4 Level of tree cutting planes generation
156
177
  -1 1 Automatic.
@@ -158,36 +179,37 @@ TreeCutLevel enumint 0 -1 1 4 Level of tree cutting planes generation
158
179
  1 1 Fast.
159
180
  2 1 Normal.
160
181
  3 1 Aggressive.
161
- TuneMeasure enumint 0 -1 1 7 Method to aggregate multiple permutation solves into a single measure for tuner
182
+ TuneMeasure enumint 0 -1 1 8 Method to aggregate multiple permutation solves into a single measure for tuner
162
183
  -1 1 Choose automatically.
163
184
  0 1 Average value.
164
185
  1 1 Maximum value.
165
- TuneMethod enumint 0 -1 1 7 Tuning method
186
+ TuneMethod enumint 0 -1 1 8 Tuning method
166
187
  -1 1 Choose automatically.
167
188
  0 1 Greedy search strategy.
168
189
  1 1 Broader search strategy.
169
- TuneMode enumint 0 -1 1 7 Specifies tuning mode for tuner
190
+ TuneMode enumint 0 -1 1 8 Specifies tuning mode for tuner
170
191
  -1 1 Choose automatically.
171
192
  0 1 Solving time.
172
193
  1 1 Relative optimality gap.
173
194
  2 1 Primal bound (objective function value of incumbent).
174
195
  3 1 Dual bound (bound on optimal value).
175
- TuneOutputLevel enumint 0 2 1 7 Output level for tuner
196
+ TuneOutputLevel enumint 0 2 1 8 Output level for tuner
176
197
  0 1 No tuning log.
177
198
  1 1 Summary of the improved parameters only.
178
199
  2 1 Summary of each tuning attempt.
179
200
  3 1 Detailed log of each tuning attempt.
180
- TuneParams string 14 "" 1 7 COPT parameter file with options to be tuned
181
- TunePermutes integer 0 0 0 maxint 1 7 Number of permuted solves for each parameter set by tuner (0: auto)
182
- TuneTargetRelGap double 0 0.0001 0 maxdouble 1 7 Target relative gap for tuning
183
- TuneTargetTime double 0 0.01 0 maxdouble 1 7 Target elapsed time for tuning
184
- TuneTimeLimit double 0 0 0 1e+20 1 7 Time limit of tuning (0: auto)
185
- Tuning string 13 "" 1 7 If set, enables tuning tool. The option value should be the prefix for names of tuned option files that are written.
186
- writebas string 7 "" 1 8 name of file to which to write advanced starting basis in basis format
187
- writebin string 6 "" 1 8 name of file to which to write problem in COPT binary format
188
- writelp string 4 "" 1 8 name of file to which to write problem in LP file format
189
- writemps string 5 "" 1 8 name of file to which to write problem in MPS file format
190
- writemst string 8 "" 1 8 name of file to which to write MIP starting point
201
+ TuneParams string 14 "" 1 8 COPT parameter file with options to be tuned
202
+ TunePermutes integer 0 0 0 maxint 1 8 Number of permuted solves for each parameter set by tuner (0: auto)
203
+ TuneTargetRelGap double 0 0.0001 0 maxdouble 1 8 Target relative gap for tuning
204
+ TuneTargetTime double 0 0.01 0 maxdouble 1 8 Target elapsed time for tuning
205
+ TuneTimeLimit double 0 0 0 1e+20 1 8 Time limit of tuning (0: auto)
206
+ Tuning string 13 "" 1 8 If set, enables tuning tool. The option value should be the prefix for names of tuned option files that are written.
207
+ writebas string 7 "" 1 9 name of file to which to write advanced starting basis in basis format
208
+ writebin string 6 "" 1 9 name of file to which to write problem in COPT binary format
209
+ writelp string 4 "" 1 9 name of file to which to write problem in LP file format
210
+ writemps string 5 "" 1 9 name of file to which to write problem in MPS file format
211
+ writemst string 8 "" 1 9 name of file to which to write MIP starting point
212
+ writenl string 21 "" 1 9 name of file to which to write problem in NL file format
191
213
  *
192
214
  * synonym section
193
215
  *
@@ -206,7 +228,8 @@ gr_Limits_and_Tolerances group 1 1 Limits and Tolerances
206
228
  gr_Presolving_and_Scaling group 2 1 Presolving and Scaling
207
229
  gr_LP_solving group 3 1 LP solving
208
230
  gr_MIP_solving group 4 1 MIP solving
209
- gr_Multithreading group 5 1 Multithreading
210
- gr_Infeasibility_Analysis group 6 1 Infeasibility Analysis
211
- gr_Parameter_Tuning group 7 1 Parameter Tuning
212
- gr_GAMS_COPT_link group 8 1 GAMS/COPT link
231
+ gr_NLP_solving group 5 1 NLP solving
232
+ gr_Multithreading group 6 1 Multithreading
233
+ gr_Infeasibility_Analysis group 7 1 Infeasibility Analysis
234
+ gr_Parameter_Tuning group 8 1 Parameter Tuning
235
+ gr_GAMS_COPT_link group 9 1 GAMS/COPT link
gamspy_copt/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '49.6.0'
1
+ __version__ = '50.1.0'
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gamspy_copt
3
- Version: 49.6.0
3
+ Version: 50.1.0
@@ -0,0 +1,9 @@
1
+ gamspy_copt/__init__.py,sha256=-YjqqmEtat0Add0WYpa0i71cnSTUZkIZacfn1OK4eYc,353
2
+ gamspy_copt/libcopt.so,sha256=EZVC09mfIlo7gJzH2pLhjHDpETyCS1GCHF6o3Dvj5CE,30747256
3
+ gamspy_copt/libcptcclib64.so,sha256=EUUqz2jzytTMbIvNGgWtqhvvxWcVSc9bFpPhCy2Gong,347336
4
+ gamspy_copt/optcopt.def,sha256=gGnAsyLRDr7qLwQJlz-301G7Ky14YmzhqMbSzYRO9h8,10774
5
+ gamspy_copt/version.py,sha256=wsJFS0QD2dcm-DK52aFxXTdc4GMXaov5DN1mjR_Oylc,22
6
+ gamspy_copt-50.1.0.dist-info/METADATA,sha256=ewq2pO7Xmh7GkX6zOiVOuOfgYq0T-jibkmaJ0zq_7gU,56
7
+ gamspy_copt-50.1.0.dist-info/WHEEL,sha256=Rax1DhcdaMFnUHSeRU4jO83EkXze-eY2BIZYzLoWCig,115
8
+ gamspy_copt-50.1.0.dist-info/top_level.txt,sha256=o5QBGmjwM9C5RbXo-DaXXSQ3pp7mqHaWj3aCHrz-lXY,12
9
+ gamspy_copt-50.1.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
 
5
5
  Tag: py3-none-manylinux_2_17_x86_64
@@ -1,9 +0,0 @@
1
- gamspy_copt/__init__.py,sha256=-YjqqmEtat0Add0WYpa0i71cnSTUZkIZacfn1OK4eYc,353
2
- gamspy_copt/libcopt.so,sha256=ao3kYtDJPbWFs-mY6rd4LTiZX8V_PCXG9nKsFEfLgSA,30640568
3
- gamspy_copt/libcptcclib64.so,sha256=VZjfqbXkG7zt1Jar0kjWq-CC1qRDX00Qs9rUl2ZCddE,335000
4
- gamspy_copt/optcopt.def,sha256=wP5jGsezJuZgtH1jmynNC1NKILzi66lq5qiatIyHVVo,9164
5
- gamspy_copt/version.py,sha256=jd38v4FVlAs9DlDEmFO40xjHEkWMu6ZALsWkyYxDm3I,22
6
- gamspy_copt-49.6.0.dist-info/METADATA,sha256=5Uk62gEWrroPZRos7HCfh0EueqUo6_2a7ig5a5qS4uw,56
7
- gamspy_copt-49.6.0.dist-info/WHEEL,sha256=gHiiN9Ti0Jez-K1P1MRiCASWIyc5PpWOT6KkAFmPHaI,115
8
- gamspy_copt-49.6.0.dist-info/top_level.txt,sha256=o5QBGmjwM9C5RbXo-DaXXSQ3pp7mqHaWj3aCHrz-lXY,12
9
- gamspy_copt-49.6.0.dist-info/RECORD,,