gamspy-highs 52.4.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.
@@ -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 = ['mkl_gams.dll', 'opthighs.def', 'hiscclib64.dll']
7
+
8
+ file_paths = [directory + os.sep + file for file in files]
9
+ verbatim = 'HIGHS 11 5 HI 1 0 2 LP MIP RMIP\ngmsgennt.cmd\ngmsgennx.exe\nhiscclib64.dll his 1 0'
Binary file
Binary file
@@ -0,0 +1,144 @@
1
+ * This file is autogenerated by opthighs.
2
+ allow_unbounded_or_infeasible boolean 0 0 1 1 whether to spend extra effort to distinguish unboundedness and infeasibility if necessary
3
+ allowed_cost_scale_factor integer 0 0 0 20 1 1 Largest power-of-two factor permitted when scaling the costs
4
+ allowed_matrix_scale_factor integer 0 20 0 30 1 1 Largest power-of-two factor permitted when scaling the constraint matrix
5
+ centring_ratio_tolerance double 0 100 0 maxdouble 1 1 Centring stops when the ratio max(x_j*s_j) / min(x_j*s_j) is below this tolerance (default = 100)
6
+ cost_scale_factor integer 0 0 -20 20 1 1 Scaling factor for costs
7
+ dual_feasibility_tolerance double 0 1e-07 1e-10 maxdouble 1 1 Dual feasibility tolerance
8
+ dual_residual_tolerance double 0 1e-07 1e-10 maxdouble 1 1 Dual residual tolerance
9
+ dual_simplex_cost_perturbation_multiplier double 0 1 0 maxdouble 1 1 Dual simplex cost perturbation multiplier: 0 => no perturbation
10
+ dual_simplex_pivot_growth_tolerance double 0 1e-09 1e-12 maxdouble 1 1 Dual simplex pivot growth tolerance
11
+ dual_steepest_edge_weight_error_tolerance double 0 maxdouble 0 maxdouble 1 1 Tolerance on dual steepest edge weight errors
12
+ dual_steepest_edge_weight_log_error_threshold double 0 10 1 maxdouble 1 1 Threshold on dual steepest edge weight errors for Devex switch
13
+ factor_pivot_threshold double 0 0.1 0.0008 0.5 1 1 Matrix factorization pivot threshold
14
+ factor_pivot_tolerance double 0 1e-10 0 1 1 1 Matrix factorization pivot tolerance
15
+ highs_analysis_level integer 0 0 0 255 1 1 Analysis level in HiGHS
16
+ highs_debug_level integer 0 0 0 3 1 1 Debugging level in HiGHS
17
+ hipo_block_size integer 0 128 0 maxint 1 1 Block size for dense linear algebra within HiPO
18
+ hipo_parallel_type string 0 "both" 1 1 HiPO parallel option: "tree", "node" or "both".
19
+ hipo_system string 0 "choose" 1 1 HiPO Newton system option: "augmented", "normaleq" or "choose".
20
+ icrash boolean 0 0 1 1 Run iCrash
21
+ icrash_approx_iter integer 0 50 0 100 1 1 iCrash approximate minimization iterations
22
+ icrash_breakpoints boolean 0 0 1 1 Exact subproblem solution for iCrash
23
+ icrash_dualize boolean 0 0 1 1 Dualize strategy for iCrash
24
+ icrash_exact boolean 0 0 1 1 Exact subproblem solution for iCrash
25
+ icrash_iterations integer 0 30 0 200 1 1 iCrash iterations
26
+ icrash_starting_weight double 0 0.001 1e-10 1e+50 1 1 iCrash starting weight
27
+ icrash_strategy string 0 "ICA" 1 1 Strategy for iCrash
28
+ iis integer 0 0 0 2 1 1 whether to compute an irreducible infeasible subset of an LP
29
+ iis_strategy integer 0 0 0 2 1 1 Strategy for IIS calculation: Light test / Full and prioritise rows / Full and prioritise columns (0/1/2)
30
+ illconditioning boolean 0 0 0 1 Whether to run ill conditioning analysis after solving an LP with a simplex method
31
+ illconditioning_bound double 0 0.0001 0 maxdouble 0 1 Bound on ill conditioning when using ill conditioning analysis method 1
32
+ illconditioning_constraint boolean 0 0 0 1 Whether to run ill conditioning on constraint view (alternative is variable view)
33
+ illconditioning_method integer 0 0 0 1 0 1 Method to use for ill conditioning analysis, i.e., auxiliary problem to be solved
34
+ infinite_bound double 0 1e+20 1e+15 maxdouble 1 1 Limit on |constraint bound|: values greater than or equal to this will be treated as infinite
35
+ infinite_cost double 0 1e+20 1e+15 maxdouble 1 1 Limit on |cost coefficient|: values greater than or equal to this will be treated as infinite
36
+ ipm_iteration_limit integer 0 maxint 0 maxint 1 1 Iteration limit for IPM solver
37
+ ipm_optimality_tolerance double 0 1e-08 1e-12 maxdouble 1 1 IPM optimality tolerance
38
+ ipx_dualize_strategy integer 0 2 -1 3 1 1 Strategy for dualizing before IPX
39
+ kkt_tolerance double 0 1e-07 1e-10 maxdouble 1 1 If changed from its default value, this tolerance is used for all feasibility and optimality (KKT) measures
40
+ 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
41
+ less_infeasible_DSE_check boolean 0 1 1 1 Check whether LP is candidate for LiDSE
42
+ less_infeasible_DSE_choose_row boolean 0 1 1 1 Use LiDSE if LP has right properties
43
+ log_dev_level integer 0 0 0 3 1 1 Output development messages: 0 => none; 1 => info; 2 => detailed; 3 => verbose
44
+ lp_presolve_requires_basis_postsolve boolean 0 1 1 1 Prevents LP presolve steps for which postsolve cannot maintain a basis
45
+ max_centring_steps integer 0 5 0 maxint 1 1 Maximum number of steps to use (default = 5) when computing the analytic centre
46
+ max_dual_simplex_cleanup_level integer 0 1 0 maxint 1 1 Max level of dual simplex cleanup
47
+ max_dual_simplex_phase1_cleanup_level integer 0 2 0 maxint 1 1 Max level of dual simplex phase 1 cleanup
48
+ mip_abs_gap double 0 0 0 maxdouble 1 1 Tolerance on absolute gap of MIP, |ub-lb|, to determine whether optimality has been reached for a MIP instance
49
+ mip_allow_restart boolean 0 1 1 1 Whether MIP restart is permitted
50
+ mip_detect_symmetry boolean 0 1 1 1 Whether MIP symmetry should be detected
51
+ mip_feasibility_tolerance double 0 1e-06 1e-10 maxdouble 1 1 MIP integrality tolerance
52
+ mip_heuristic_effort double 0 0.05 0 1 1 1 Effort spent for MIP heuristics
53
+ mip_heuristic_run_feasibility_jump boolean 0 1 1 1 Use the feasibility jump heuristic
54
+ mip_heuristic_run_rens boolean 0 1 1 1 Use the RENS heuristic
55
+ mip_heuristic_run_rins boolean 0 1 1 1 Use the RINS heuristic
56
+ mip_heuristic_run_root_reduced_cost boolean 0 1 1 1 Use the rootReducedCost heuristic
57
+ mip_heuristic_run_shifting boolean 0 0 1 1 Use the Shifting heuristic
58
+ mip_heuristic_run_zi_round boolean 0 0 1 1 Use the ZI Round heuristic
59
+ mip_ipm_solver string 0 "choose" 1 1 MIP IPM solver option: "choose", "ipx" or "hipo"
60
+ mip_lifting_for_probing integer 0 -1 -1 maxint 1 1 Level of lifting for probing that is used
61
+ 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
62
+ mip_lp_solver string 0 "choose" 1 1 MIP LP solver option: "choose", "simplex", "ipm", "ipx" or "hipo"
63
+ 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
64
+ mip_max_leaves integer 0 maxint 0 maxint 1 1 MIP solver max number of leaf nodes
65
+ mip_max_nodes integer 0 maxint 0 maxint 1 1 MIP solver max number of nodes
66
+ mip_max_stall_nodes integer 0 maxint 0 maxint 1 1 MIP solver max number of nodes where estimate is above cutoff bound
67
+ mip_max_start_nodes integer 0 500 0 maxint 1 1 MIP solver max number of nodes when completing a partial MIP start
68
+ mip_min_cliquetable_entries_for_parallelism integer 0 100000 0 maxint 1 1 Minimal number of entries in the MIP solver cliquetable before neighbourhood queries of the conflict graph use parallel processing
69
+ mip_min_logging_interval double 0 5 0 maxdouble 1 1 MIP minimum logging interval
70
+ mip_pool_age_limit integer 0 30 0 1000 1 1 Maximal age of rows in the MIP solver cutpool before they are deleted
71
+ mip_pool_soft_limit integer 0 10000 1 maxint 1 1 Soft limit on the number of rows in the MIP solver cutpool for dynamic age adjustment
72
+ mip_pscost_minreliable integer 0 8 0 maxint 1 1 Minimal number of observations before MIP solver pseudo costs are considered reliable
73
+ 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
74
+ mip_report_level integer 0 1 0 2 1 1 MIP solver reporting level
75
+ mip_root_presolve_only boolean 0 0 1 1 Whether MIP presolve is only applied at the root node
76
+ mipstart integer 0 2 0 4 1 1 Whether and how to pass initial level values as starting point to MIP solver
77
+ no_unnecessary_rebuild_refactor boolean 0 1 1 1 No unnecessary refactorization on simplex rebuild
78
+ objective_bound double 0 0.0001 mindouble maxdouble 1 1 Objective bound for termination of the dual simplex solver
79
+ objective_target double 0 mindouble mindouble maxdouble 1 1 Objective target for termination of the MIP solver
80
+ optimality_tolerance double 0 1e-07 1e-10 maxdouble 1 1 Optimality tolerance
81
+ output_flag boolean 0 1 1 1 Enables or disables solver output
82
+ parallel string 0 "choose" 1 1 Parallel option: "off", "choose" or "on"
83
+ pdlp_e_restart_method integer 0 0 0 1 1 1 Restart method for PDLP solver: 0 => none; 1 => GPU
84
+ pdlp_gpu boolean 0 0 1 1 Whether to attempt using an NVIDIA GPU when solver=pdlp.
85
+ pdlp_iteration_limit integer 0 maxint 0 maxint 1 1 Iteration limit for PDLP solver
86
+ pdlp_optimality_tolerance double 0 1e-07 1e-12 maxdouble 1 1 PDLP optimality tolerance
87
+ pdlp_scaling boolean 0 1 1 1 Scaling option for PDLP solver: Default = true
88
+ presolve string 0 "choose" 1 1 Presolve option: "off", "choose" or "on"
89
+ presolve_pivot_threshold double 0 0.01 0.0008 0.5 1 1 Matrix factorization pivot threshold for substitutions in presolve
90
+ presolve_reduction_limit integer 0 -1 -1 maxint 1 1 Limit on number of presolve reductions -1 => no limit
91
+ presolve_remove_slacks boolean 0 0 1 1 Remove slacks after presolve
92
+ presolve_rule_logging boolean 0 0 1 1 Log effectiveness of presolve rules for LP
93
+ presolve_rule_off integer 0 0 0 maxint 1 1 Bit mask of presolve rules that are not allowed
94
+ presolve_substitution_maxfillin integer 0 10 0 maxint 1 1 Maximal fillin allowed for substitutions in presolve
95
+ primal_feasibility_tolerance double 0 1e-07 1e-10 maxdouble 1 1 Primal feasibility tolerance
96
+ primal_residual_tolerance double 0 1e-07 1e-10 maxdouble 1 1 Primal residual tolerance
97
+ primal_simplex_bound_perturbation_multiplier double 0 1 0 maxdouble 1 1 Primal simplex bound perturbation multiplier: 0 => no perturbation
98
+ random_seed integer 0 0 0 maxint 1 1 Random seed used in HiGHS
99
+ rebuild_refactor_solution_error_tolerance double 0 1e-08 mindouble maxdouble 1 1 Tolerance on solution error when considering refactorization on simplex rebuild
100
+ restart_presolve_reduction_limit integer 0 -1 -1 maxint 1 1 Limit on number of further presolve reductions on restart in MIP solver -1 => no limit, otherwise, must be positive
101
+ run_centring boolean 0 0 1 1 Perform centring steps or not
102
+ run_crossover string 0 "on" 1 1 Run IPM crossover: "off", "choose" or "on"
103
+ sensitivity boolean 0 0 1 1 Whether to run sensitivity analysis after solving an LP with a simplex method
104
+ simplex_crash_strategy integer 0 0 0 9 1 1 Strategy for simplex crash: off / LTSSF / Bixby (0/1/2)
105
+ simplex_dual_edge_weight_strategy integer 0 -1 -1 2 1 1 Strategy for simplex dual edge weights: Choose / Dantzig / Devex / Steepest Edge (-1/0/1/2)
106
+ simplex_dualize_strategy integer 0 -1 -1 1 1 1 Strategy for dualizing before simplex
107
+ simplex_initial_condition_check boolean 0 1 1 1 Perform initial basis condition check in simplex
108
+ simplex_initial_condition_tolerance double 0 1e+14 1 maxdouble 1 1 Tolerance on initial basis condition in simplex
109
+ simplex_iteration_limit integer 0 maxint 0 maxint 1 1 Iteration limit for simplex solver when solving LPs, but not subproblems in the MIP solver
110
+ simplex_max_concurrency integer 0 8 1 8 1 1 Maximum level of concurrency in parallel simplex
111
+ simplex_min_concurrency integer 0 1 1 8 1 1 Minimum level of concurrency in parallel simplex
112
+ simplex_permute_strategy integer 0 -1 -1 1 1 1 Strategy for permuting before simplex
113
+ simplex_price_strategy integer 0 3 0 3 1 1 Strategy for PRICE in simplex
114
+ 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)
115
+ simplex_scale_strategy integer 0 2 0 4 1 1 Simplex scaling strategy: off / choose / equilibration (default) / forced equilibration / max value (0/1/2/3/4)
116
+ 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
117
+ simplex_unscaled_solution_strategy integer 0 1 0 2 1 1 Strategy for solving unscaled LP in simplex
118
+ simplex_update_limit integer 0 5000 0 maxint 1 1 Limit on the number of simplex UPDATE operations
119
+ 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
120
+ solution_file string 0 "" 1 1 Write solution file
121
+ solver string 0 "choose" 1 1 LP solver option: "choose", "simplex", "ipm", "ipx", "hipo" or "pdlp"
122
+ solvetrace string 0 "" 1 1 Name of file for writing solving progress information during MIP solve
123
+ solvetracenodefreq integer 0 100 0 maxint 1 1 Frequency in number of nodes for writing to solve trace file
124
+ solvetracetimefreq double 0 5 0 maxdouble 1 1 Frequency in seconds for writing to solve trace file
125
+ start_crossover_tolerance double 0 1e-08 1e-12 maxdouble 1 1 Tolerance to be satisfied before IPM crossover will start
126
+ threads integer 0 0 0 maxint 1 1 Number of threads used by HiGHS (0: automatic)
127
+ time_limit double 0 10000 0 maxdouble 1 1 Time limit (seconds)
128
+ timeless_log boolean 0 0 1 1 Suppression of time-based data in logging
129
+ use_implied_bounds_from_presolve boolean 0 0 1 1 Use relaxed implied bounds from presolve
130
+ use_original_HFactor_logic boolean 0 1 1 1 Use original HFactor logic for sparse vs hyper-sparse TRANs
131
+ write_basis_file string 0 "" 1 1 Write basis file
132
+ write_iis_model_file string 0 "" 1 1 Write IIS model file
133
+ write_model_file string 0 "" 1 1 Write model file
134
+ write_solution_style integer 0 0 -1 4 1 1 Style of solution file (raw = computer-readable, pretty = human-readable): -1 => HiGHS old raw (deprecated); 0 => HiGHS raw; 1 => HiGHS pretty; 2 => Glpsol raw; 3 => Glpsol pretty; 4 => HiGHS sparse raw
135
+ *
136
+ * indicator section
137
+ *
138
+ myeolchar EOLCOMM #
139
+ indicator SEPARATOR "="
140
+ indicator STRINGQUOTE
141
+ *
142
+ * Groups
143
+ *
144
+ gr_highs group 1 1 highs
@@ -0,0 +1 @@
1
+ __version__ = '52.4.0'
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamspy_highs
3
+ Version: 52.4.0
@@ -0,0 +1,9 @@
1
+ gamspy_highs/__init__.py,sha256=PurB8Z-F-aZyTpIUlHRTx2wALZUylyy1j0vY6Xxf8yI,343
2
+ gamspy_highs/hiscclib64.dll,sha256=oCmXdbSID3B8a-jSrCWQQqe156z6eRQ_bGB3sT0_Nhk,8368640
3
+ gamspy_highs/mkl_gams.dll,sha256=vA0y29THdppYW7JjAX38XNzUD4aMJR00ASzTUakUOh4,85689344
4
+ gamspy_highs/opthighs.def,sha256=kCqwYOwmqfIaPC7xxoOzC2_TXWuPVYbzw3YVztbRDr0,13621
5
+ gamspy_highs/version.py,sha256=hf72yY6YhNVjBoE9ggtblNa-Q9LJl0gx4MexiK-cAq4,22
6
+ gamspy_highs-52.4.0.dist-info/METADATA,sha256=gSYUPLLFAMuHMUBny31ARc3DRdSGjXebYGzcO6T8ssM,60
7
+ gamspy_highs-52.4.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
8
+ gamspy_highs-52.4.0.dist-info/top_level.txt,sha256=t-Xx6EkaD4Hc2BEfgzl7oAbnr2-Aot5_4MdAMgoV1xY,13
9
+ gamspy_highs-52.4.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+
5
+ Tag: py3-none-win_amd64
@@ -0,0 +1 @@
1
+ gamspy_highs