gamspy-highs 49.6.1__py3-none-win_amd64.whl → 50.1.0__py3-none-win_amd64.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.
Binary file
gamspy_highs/opthighs.def CHANGED
@@ -36,7 +36,7 @@ ipx_dualize_strategy integer 0 2 -1 3 1 1 Strategy for dualizing before IPX
36
36
  large_matrix_value double 0 1e+15 1 maxdouble 1 1 Upper limit on |matrix entries|: values greater than or equal to this will be treated as infinite
37
37
  less_infeasible_DSE_check boolean 0 1 1 1 Check whether LP is candidate for LiDSE
38
38
  less_infeasible_DSE_choose_row boolean 0 1 1 1 Use LiDSE if LP has right properties
39
- log_dev_level integer 0 0 0 3 1 1 Output development messages: 0 => none; 1 => info; 2 => verbose
39
+ log_dev_level integer 0 0 0 3 1 1 Output development messages: 0 => none; 1 => info; 2 => detailed; 3 => verbose
40
40
  lp_presolve_requires_basis_postsolve boolean 0 1 1 1 Prevents LP presolve steps for which postsolve cannot maintain a basis
41
41
  max_centring_steps integer 0 5 0 maxint 1 1 Maximum number of steps to use (default = 5) when computing the analytic centre
42
42
  max_dual_simplex_cleanup_level integer 0 1 0 maxint 1 1 Max level of dual simplex cleanup
@@ -46,6 +46,7 @@ mip_allow_restart boolean 0 1 1 1 Whether MIP restart is permitted
46
46
  mip_detect_symmetry boolean 0 1 1 1 Whether MIP symmetry should be detected
47
47
  mip_feasibility_tolerance double 0 1e-06 1e-10 maxdouble 1 1 MIP feasibility tolerance
48
48
  mip_heuristic_effort double 0 0.05 0 1 1 1 Effort spent for MIP heuristics
49
+ mip_lifting_for_probing integer 0 -1 -1 maxint 1 1 Level of lifting for probing that is used
49
50
  mip_lp_age_limit integer 0 10 0 32767 1 1 Maximal age of dynamic LP rows before they are removed from the LP relaxation in the MIP solver
50
51
  mip_max_improving_sols integer 0 maxint 1 maxint 1 1 Limit on the number of improving solutions found to stop the MIP solver prematurely
51
52
  mip_max_leaves integer 0 maxint 0 maxint 1 1 MIP solver max number of leaf nodes
@@ -59,6 +60,7 @@ mip_pool_soft_limit integer 0 10000 1 maxint 1 1 Soft limit on the number of row
59
60
  mip_pscost_minreliable integer 0 8 0 maxint 1 1 Minimal number of observations before MIP solver pseudo costs are considered reliable
60
61
  mip_rel_gap double 0 0.0001 0 maxdouble 1 1 Tolerance on relative gap, |ub-lb|/|ub|, to determine whether optimality has been reached for a MIP instance
61
62
  mip_report_level integer 0 1 0 2 1 1 MIP solver reporting level
63
+ mip_root_presolve_only boolean 0 0 1 1 Whether MIP presolve is only applied at the root node
62
64
  mipstart integer 0 2 0 4 1 1 Whether and how to pass initial level values as starting point to MIP solver
63
65
  no_unnecessary_rebuild_refactor boolean 0 1 1 1 No unnecessary refactorization on simplex rebuild
64
66
  objective_bound double 0 0.0001 mindouble maxdouble 1 1 Objective bound for termination of the dual simplex solver
@@ -66,6 +68,8 @@ objective_target double 0 mindouble mindouble maxdouble 1 1 Objective target for
66
68
  output_flag boolean 0 1 1 1 Enables or disables solver output
67
69
  parallel string 0 "choose" 1 1 Parallel option: "off", "choose" or "on"
68
70
  pdlp_d_gap_tol double 0 0.0001 1e-12 maxdouble 1 1 Duality gap tolerance for PDLP solver: Default = 1e-4
71
+ pdlp_e_restart_method integer 0 0 0 1 1 1 Restart method for PDLP solver: 0 => none; 1 => GPU
72
+ pdlp_gpu boolean 0 0 1 1 Whether to attempt using an NVIDIA GPU when solver=pdlp.
69
73
  pdlp_iteration_limit integer 0 maxint 0 maxint 1 1 Iteration limit for PDLP solver
70
74
  pdlp_native_termination boolean 0 0 1 1 Use native termination for PDLP solver: Default = false
71
75
  pdlp_scaling boolean 0 1 1 1 Scaling option for PDLP solver: Default = true
@@ -97,7 +101,7 @@ simplex_permute_strategy integer 0 -1 -1 1 1 1 Strategy for permuting before sim
97
101
  simplex_price_strategy integer 0 3 0 3 1 1 Strategy for PRICE in simplex
98
102
  simplex_primal_edge_weight_strategy integer 0 -1 -1 2 1 1 Strategy for simplex primal edge weights: Choose / Dantzig / Devex / Steepest Edge (-1/0/1/2)
99
103
  simplex_scale_strategy integer 0 1 0 5 1 1 Simplex scaling strategy: off / choose / equilibration / forced equilibration / max value 0 / max value 1 (0/1/2/3/4/5)
100
- simplex_strategy integer 0 1 0 4 1 1 Strategy for simplex solver 0 => Choose; 1 => Dual (serial); 2 => Dual (PAMI); 3 => Dual (SIP); 4 => Primal
104
+ simplex_strategy integer 0 1 0 4 1 1 Strategy for simplex solver 0 => Choose; 1 => Dual (serial); 2 => Dual (SIP); 3 => Dual (PAMI); 4 => Primal
101
105
  simplex_unscaled_solution_strategy integer 0 1 0 2 1 1 Strategy for solving unscaled LP in simplex
102
106
  simplex_update_limit integer 0 5000 0 maxint 1 1 Limit on the number of simplex UPDATE operations
103
107
  small_matrix_value double 0 1e-09 1e-12 maxdouble 1 1 Lower limit on |matrix entries|: values less than or equal to this will be treated as zero
@@ -109,6 +113,7 @@ solvetracetimefreq double 0 5 0 maxdouble 1 1 Frequency in seconds for writing t
109
113
  start_crossover_tolerance double 0 1e-08 1e-12 maxdouble 1 1 Tolerance to be satisfied before IPM crossover will start
110
114
  threads integer 0 0 0 maxint 1 1 Number of threads used by HiGHS (0: automatic)
111
115
  time_limit double 0 10000 0 maxdouble 1 1 Time limit (seconds)
116
+ timeless_log boolean 0 0 1 1 Suppression of time-based data in logging
112
117
  use_implied_bounds_from_presolve boolean 0 0 1 1 Use relaxed implied bounds from presolve
113
118
  use_original_HFactor_logic boolean 0 1 1 1 Use original HFactor logic for sparse vs hyper-sparse TRANs
114
119
  write_model_file string 0 "" 1 1 Write model file
gamspy_highs/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '49.6.1'
1
+ __version__ = '50.1.0'
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gamspy_highs
3
- Version: 49.6.1
3
+ Version: 50.1.0
@@ -0,0 +1,8 @@
1
+ gamspy_highs/__init__.py,sha256=84IIihrK-Pr6OZs2QMa2Ielhp5_tRW9WtUJcNY4OqzQ,327
2
+ gamspy_highs/hiscclib64.dll,sha256=MuTSIN1WA8K9xrLvlmTS7Hve1-FKsbM3JdYd-vGyze0,6829568
3
+ gamspy_highs/opthighs.def,sha256=apdaCH8lXkf_IqiWNEW70lBe3jcfNAIldgEjtCNkxww,12612
4
+ gamspy_highs/version.py,sha256=wsJFS0QD2dcm-DK52aFxXTdc4GMXaov5DN1mjR_Oylc,22
5
+ gamspy_highs-50.1.0.dist-info/METADATA,sha256=gPbnqfpsEKH7weY4bVZs6dtH2BF2NIO_F5Yu9umSDgc,60
6
+ gamspy_highs-50.1.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
7
+ gamspy_highs-50.1.0.dist-info/top_level.txt,sha256=t-Xx6EkaD4Hc2BEfgzl7oAbnr2-Aot5_4MdAMgoV1xY,13
8
+ gamspy_highs-50.1.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- gamspy_highs/__init__.py,sha256=84IIihrK-Pr6OZs2QMa2Ielhp5_tRW9WtUJcNY4OqzQ,327
2
- gamspy_highs/hiscclib64.dll,sha256=H7TkiGFmLJCW-X6YUQ2AerIVuBfM5wX8H2mvLiVer1w,6720000
3
- gamspy_highs/opthighs.def,sha256=g8yrtluQ4iRKk1laQ_QT1ssP1wvQPhz4ZMYt5mQldp0,12159
4
- gamspy_highs/version.py,sha256=xkZJ5k2HNLoDN8nDT1jTuPx1tGZHfKFQ2zmpuNl7fHM,22
5
- gamspy_highs-49.6.1.dist-info/METADATA,sha256=unKuacsHpGrUGW60vdWDJyEZL_tRSG7Kmd6S9sXao1o,60
6
- gamspy_highs-49.6.1.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
7
- gamspy_highs-49.6.1.dist-info/top_level.txt,sha256=t-Xx6EkaD4Hc2BEfgzl7oAbnr2-Aot5_4MdAMgoV1xY,13
8
- gamspy_highs-49.6.1.dist-info/RECORD,,