gamspy-highs 49.7.0__py3-none-manylinux_2_28_aarch64.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 = ['opthighs.def', 'libhiscclib64.so']
7
+
8
+ file_paths = [directory + os.sep + file for file in files]
9
+ verbatim = 'HIGHS 11 5 HI 1 0 2 LP MIP RMIP\ngmsgenus.run\ngmsgenux.out\nlibhiscclib64.so his 1 1'
Binary file
@@ -0,0 +1,127 @@
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
+ icrash boolean 0 0 1 1 Run iCrash
18
+ icrash_approx_iter integer 0 50 0 100 1 1 iCrash approximate minimization iterations
19
+ icrash_breakpoints boolean 0 0 1 1 Exact subproblem solution for iCrash
20
+ icrash_dualize boolean 0 0 1 1 Dualize strategy for iCrash
21
+ icrash_exact boolean 0 0 1 1 Exact subproblem solution for iCrash
22
+ icrash_iterations integer 0 30 0 200 1 1 iCrash iterations
23
+ icrash_starting_weight double 0 0.001 1e-10 1e+50 1 1 iCrash starting weight
24
+ icrash_strategy string 0 "ICA" 1 1 Strategy for iCrash
25
+ iis integer 0 0 0 2 1 1 whether to compute an irreducible infeasible subset of an LP
26
+ iis_strategy integer 0 0 0 1 1 1 Strategy for IIS calculation: Prioritise rows (default) / Prioritise columns (0/1)
27
+ illconditioning boolean 0 0 0 1 Whether to run ill conditioning analysis after solving an LP with a simplex method
28
+ illconditioning_bound double 0 0.0001 0 maxdouble 0 1 Bound on ill conditioning when using ill conditioning analysis method 1
29
+ illconditioning_constraint boolean 0 0 0 1 Whether to run ill conditioning on constraint view (alternative is variable view)
30
+ illconditioning_method integer 0 0 0 1 0 1 Method to use for ill conditioning analysis, i.e., auxiliary problem to be solved
31
+ 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
32
+ 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
33
+ ipm_iteration_limit integer 0 maxint 0 maxint 1 1 Iteration limit for IPM solver
34
+ ipm_optimality_tolerance double 0 1e-08 1e-12 maxdouble 1 1 IPM optimality tolerance
35
+ ipx_dualize_strategy integer 0 2 -1 3 1 1 Strategy for dualizing before IPX
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
+ less_infeasible_DSE_check boolean 0 1 1 1 Check whether LP is candidate for LiDSE
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
40
+ lp_presolve_requires_basis_postsolve boolean 0 1 1 1 Prevents LP presolve steps for which postsolve cannot maintain a basis
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
+ max_dual_simplex_cleanup_level integer 0 1 0 maxint 1 1 Max level of dual simplex cleanup
43
+ max_dual_simplex_phase1_cleanup_level integer 0 2 0 maxint 1 1 Max level of dual simplex phase 1 cleanup
44
+ 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
45
+ mip_allow_restart boolean 0 1 1 1 Whether MIP restart is permitted
46
+ mip_detect_symmetry boolean 0 1 1 1 Whether MIP symmetry should be detected
47
+ mip_feasibility_tolerance double 0 1e-06 1e-10 maxdouble 1 1 MIP feasibility tolerance
48
+ mip_heuristic_effort double 0 0.05 0 1 1 1 Effort spent for MIP heuristics
49
+ 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
+ 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
+ mip_max_leaves integer 0 maxint 0 maxint 1 1 MIP solver max number of leaf nodes
52
+ mip_max_nodes integer 0 maxint 0 maxint 1 1 MIP solver max number of nodes
53
+ mip_max_stall_nodes integer 0 maxint 0 maxint 1 1 MIP solver max number of nodes where estimate is above cutoff bound
54
+ mip_max_start_nodes integer 0 500 0 maxint 1 1 MIP solver max number of nodes when completing a partial MIP start
55
+ 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
56
+ mip_min_logging_interval double 0 5 0 maxdouble 1 1 MIP minimum logging interval
57
+ mip_pool_age_limit integer 0 30 0 1000 1 1 Maximal age of rows in the MIP solver cutpool before they are deleted
58
+ 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
59
+ mip_pscost_minreliable integer 0 8 0 maxint 1 1 Minimal number of observations before MIP solver pseudo costs are considered reliable
60
+ 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
+ mip_report_level integer 0 1 0 2 1 1 MIP solver reporting level
62
+ mipstart integer 0 2 0 4 1 1 Whether and how to pass initial level values as starting point to MIP solver
63
+ no_unnecessary_rebuild_refactor boolean 0 1 1 1 No unnecessary refactorization on simplex rebuild
64
+ objective_bound double 0 0.0001 mindouble maxdouble 1 1 Objective bound for termination of the dual simplex solver
65
+ objective_target double 0 mindouble mindouble maxdouble 1 1 Objective target for termination of the MIP solver
66
+ output_flag boolean 0 1 1 1 Enables or disables solver output
67
+ parallel string 0 "choose" 1 1 Parallel option: "off", "choose" or "on"
68
+ pdlp_d_gap_tol double 0 0.0001 1e-12 maxdouble 1 1 Duality gap tolerance for PDLP solver: Default = 1e-4
69
+ pdlp_iteration_limit integer 0 maxint 0 maxint 1 1 Iteration limit for PDLP solver
70
+ pdlp_native_termination boolean 0 0 1 1 Use native termination for PDLP solver: Default = false
71
+ pdlp_scaling boolean 0 1 1 1 Scaling option for PDLP solver: Default = true
72
+ presolve string 0 "choose" 1 1 Presolve option: "off", "choose" or "on"
73
+ presolve_pivot_threshold double 0 0.01 0.0008 0.5 1 1 Matrix factorization pivot threshold for substitutions in presolve
74
+ presolve_reduction_limit integer 0 -1 -1 maxint 1 1 Limit on number of presolve reductions -1 => no limit
75
+ presolve_remove_slacks boolean 0 0 1 1 Remove slacks after presolve
76
+ presolve_rule_logging boolean 0 0 1 1 Log effectiveness of presolve rules for LP
77
+ presolve_rule_off integer 0 0 0 maxint 1 1 Bit mask of presolve rules that are not allowed
78
+ presolve_substitution_maxfillin integer 0 10 0 maxint 1 1 Maximal fillin allowed for substitutions in presolve
79
+ primal_feasibility_tolerance double 0 1e-07 1e-10 maxdouble 1 1 Primal feasibility tolerance
80
+ primal_residual_tolerance double 0 1e-07 1e-10 maxdouble 1 1 Primal residual tolerance
81
+ primal_simplex_bound_perturbation_multiplier double 0 1 0 maxdouble 1 1 Primal simplex bound perturbation multiplier: 0 => no perturbation
82
+ random_seed integer 0 0 0 maxint 1 1 Random seed used in HiGHS
83
+ rebuild_refactor_solution_error_tolerance double 0 1e-08 mindouble maxdouble 1 1 Tolerance on solution error when considering refactorization on simplex rebuild
84
+ 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
85
+ run_centring boolean 0 0 1 1 Perform centring steps or not
86
+ run_crossover string 0 "on" 1 1 Run IPM crossover: "off", "choose" or "on"
87
+ sensitivity boolean 0 0 1 1 Whether to run sensitivity analysis after solving an LP with a simplex method
88
+ simplex_crash_strategy integer 0 0 0 9 1 1 Strategy for simplex crash: off / LTSSF / Bixby (0/1/2)
89
+ 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)
90
+ simplex_dualize_strategy integer 0 -1 -1 1 1 1 Strategy for dualizing before simplex
91
+ simplex_initial_condition_check boolean 0 1 1 1 Perform initial basis condition check in simplex
92
+ simplex_initial_condition_tolerance double 0 1e+14 1 maxdouble 1 1 Tolerance on initial basis condition in simplex
93
+ 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
94
+ simplex_max_concurrency integer 0 8 1 8 1 1 Maximum level of concurrency in parallel simplex
95
+ simplex_min_concurrency integer 0 1 1 8 1 1 Minimum level of concurrency in parallel simplex
96
+ simplex_permute_strategy integer 0 -1 -1 1 1 1 Strategy for permuting before simplex
97
+ simplex_price_strategy integer 0 3 0 3 1 1 Strategy for PRICE in simplex
98
+ 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
+ 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
101
+ simplex_unscaled_solution_strategy integer 0 1 0 2 1 1 Strategy for solving unscaled LP in simplex
102
+ simplex_update_limit integer 0 5000 0 maxint 1 1 Limit on the number of simplex UPDATE operations
103
+ 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
104
+ solution_file string 0 "" 1 1 Solution file
105
+ solver string 0 "choose" 1 1 LP algorithm to run: "simplex", "choose", "ipm", or "pdlp"; ignored for MIP
106
+ solvetrace string 0 "" 1 1 Name of file for writing solving progress information during MIP solve
107
+ solvetracenodefreq integer 0 100 0 maxint 1 1 Frequency in number of nodes for writing to solve trace file
108
+ solvetracetimefreq double 0 5 0 maxdouble 1 1 Frequency in seconds for writing to solve trace file
109
+ start_crossover_tolerance double 0 1e-08 1e-12 maxdouble 1 1 Tolerance to be satisfied before IPM crossover will start
110
+ threads integer 0 0 0 maxint 1 1 Number of threads used by HiGHS (0: automatic)
111
+ time_limit double 0 10000 0 maxdouble 1 1 Time limit (seconds)
112
+ use_implied_bounds_from_presolve boolean 0 0 1 1 Use relaxed implied bounds from presolve
113
+ use_original_HFactor_logic boolean 0 1 1 1 Use original HFactor logic for sparse vs hyper-sparse TRANs
114
+ write_model_file string 0 "" 1 1 Write model file
115
+ write_model_to_file boolean 0 0 1 1 Write the model to a file
116
+ 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
117
+ write_solution_to_file boolean 0 0 1 1 Write the primal and dual solution to a file
118
+ *
119
+ * indicator section
120
+ *
121
+ myeolchar EOLCOMM #
122
+ indicator SEPARATOR "="
123
+ indicator STRINGQUOTE
124
+ *
125
+ * Groups
126
+ *
127
+ gr_highs group 1 1 highs
@@ -0,0 +1 @@
1
+ __version__ = '49.7.0'
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamspy_highs
3
+ Version: 49.7.0
@@ -0,0 +1,8 @@
1
+ gamspy_highs/__init__.py,sha256=2o_e9NIHyvbLqz4id0lMNGHNjcdXhehPwtdb-hnyWr4,322
2
+ gamspy_highs/libhiscclib64.so,sha256=5xlt5_c43C3ANf19PlcyCUikEwBkBM2hvGwaNCTV0Gk,3215496
3
+ gamspy_highs/opthighs.def,sha256=9zk5lXYus0Tt4ufS9uyhpF4VX7k8GZ9EJG8xXNkWydI,12032
4
+ gamspy_highs/version.py,sha256=UsATtH8H35cUKz_5YgGCC4BOnDoemmYVZxz0XW_gosg,22
5
+ gamspy_highs-49.7.0.dist-info/METADATA,sha256=_aBEfRUCqVwYRWbQUlytRrnvgtTPajWhCq0rIe9eUqg,57
6
+ gamspy_highs-49.7.0.dist-info/WHEEL,sha256=t5_TVo5EoIcKNBhWzfot9g64ilMSG_CsDKeV6kLKeBo,116
7
+ gamspy_highs-49.7.0.dist-info/top_level.txt,sha256=t-Xx6EkaD4Hc2BEfgzl7oAbnr2-Aot5_4MdAMgoV1xY,13
8
+ gamspy_highs-49.7.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-manylinux_2_28_aarch64
@@ -0,0 +1 @@
1
+ gamspy_highs