gamspy-mosek 48.1.0__py3-none-win_amd64.whl → 52.5.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.
gamspy_mosek/__init__.py CHANGED
@@ -1,11 +1,9 @@
1
1
  import os
2
2
  from pathlib import Path
3
-
4
3
  from .version import __version__
5
-
6
4
  directory = str(Path(__file__).resolve().parent)
7
5
 
8
- files = ['mosek64_10_2.dll', 'tbb12.dll', 'optmosek.def', 'mskcclib64.dll']
6
+ files = ['mosek64_11_0.dll', 'tbb12.dll', 'optmosek.def', 'mskcclib64.dll']
9
7
 
10
8
  file_paths = [directory + os.sep + file for file in files]
11
9
  verbatim = 'MOSEK 11 5 MKMBML 1 0 2 LP MIP RMIP NLP DNLP RMINLP MINLP QCP MIQCP RMIQCP\ngmsgennt.cmd\ngmsgennx.exe\nmskcclib64.dll msk 1 1'
Binary file
gamspy_mosek/optmosek.def CHANGED
@@ -11,18 +11,18 @@ MSK_DPAR_ANA_SOL_INFEAS_TOL double 0 1e-06 0 maxdouble 1 7 If a constraint viola
11
11
  MSK_DPAR_BASIS_REL_TOL_S double 1 1e-12 0 maxdouble 1 4 Maximum relative dual bound violation allowed in an optimal basic solution.
12
12
  MSK_DPAR_BASIS_TOL_S double 2 1e-06 1e-09 maxdouble 1 4 Maximum absolute dual bound violation in an optimal basic solution.
13
13
  MSK_DPAR_BASIS_TOL_X double 3 1e-06 1e-09 maxdouble 1 4 Maximum absolute primal bound violation allowed in an optimal basic solution.
14
- MSK_DPAR_CHECK_CONVEXITY_REL_TOL double 4 1e-10 0 maxdouble 1 2 Not in use.
15
- MSK_DPAR_DATA_SYM_MAT_TOL double 5 1e-12 1e-16 1e-06 1 2 Absolute zero tolerance for elements in in symmetric matrices.
16
- MSK_DPAR_DATA_SYM_MAT_TOL_HUGE double 6 1e+20 0 maxdouble 1 2 An element in a symmetric matrix which is larger than this value in absolute size causes an error.
17
- MSK_DPAR_DATA_SYM_MAT_TOL_LARGE double 7 1e+10 0 maxdouble 1 2 An element in a symmetric matrix which is larger than this value in absolute size causes a warning message to be printed.
18
- MSK_DPAR_DATA_TOL_AIJ_HUGE double 8 1e+20 0 maxdouble 1 2 An element in the constraint matrix which is larger than this value in absolute size causes an error.
19
- MSK_DPAR_DATA_TOL_AIJ_LARGE double 9 1e+10 0 maxdouble 1 2 An element in the constraint matrix which is larger than this value in absolute size causes a warning message.
20
- MSK_DPAR_DATA_TOL_BOUND_INF double 10 1e+16 0 maxdouble 1 2 Any bound which in absolute value is greater than this parameter is considered infinite.
21
- MSK_DPAR_DATA_TOL_BOUND_WRN double 11 1e+08 0 maxdouble 1 2 If a bound value is larger than this value in absolute size, then a warning message is issued.
22
- MSK_DPAR_DATA_TOL_CJ_LARGE double 13 1e+08 0 maxdouble 1 2 A coefficient in the objective function which is larger than this value in absolute terms causes a warning message.
23
- MSK_DPAR_DATA_TOL_C_HUGE double 12 1e+16 0 maxdouble 1 2 A coefficient in the objective function which is larger than the value in absolute terms is considered to be huge and generates an error.
24
- MSK_DPAR_DATA_TOL_QIJ double 14 1e-16 0 maxdouble 1 2 Absolute zero tolerance for coefficients of quadratic terms.
25
- MSK_DPAR_DATA_TOL_X double 15 1e-08 0 maxdouble 1 2 Zero tolerance for constraints and variables i.e. if the distance between the lower and upper bound is less than this value, then the lower and upper bound is considered identical.
14
+ MSK_DPAR_DATA_SYM_MAT_TOL double 4 1e-12 1e-16 1e-06 1 2 Absolute zero tolerance for elements in in symmetric matrices.
15
+ MSK_DPAR_DATA_SYM_MAT_TOL_HUGE double 5 1e+20 0 maxdouble 1 2 An element in a symmetric matrix which is larger than this value in absolute size causes an error.
16
+ MSK_DPAR_DATA_SYM_MAT_TOL_LARGE double 6 1e+10 0 maxdouble 1 2 An element in a symmetric matrix which is larger than this value in absolute size causes a warning message to be printed.
17
+ MSK_DPAR_DATA_TOL_AIJ_HUGE double 7 1e+20 0 maxdouble 1 2 An element in the constraint matrix which is larger than this value in absolute size causes an error.
18
+ MSK_DPAR_DATA_TOL_AIJ_LARGE double 8 1e+10 0 maxdouble 1 2 An element in the constraint matrix which is larger than this value in absolute size causes a warning message.
19
+ MSK_DPAR_DATA_TOL_BOUND_INF double 9 1e+16 0 maxdouble 1 2 Any bound which in absolute value is greater than this parameter is considered infinite.
20
+ MSK_DPAR_DATA_TOL_BOUND_WRN double 10 1e+08 0 maxdouble 1 2 If a bound value is larger than this value in absolute size, then a warning message is issued.
21
+ MSK_DPAR_DATA_TOL_CJ_LARGE double 12 1e+08 0 maxdouble 1 2 A coefficient in the objective function which is larger than this value in absolute terms causes a warning message.
22
+ MSK_DPAR_DATA_TOL_C_HUGE double 11 1e+16 0 maxdouble 1 2 A coefficient in the objective function which is larger than the value in absolute terms is considered to be huge and generates an error.
23
+ MSK_DPAR_DATA_TOL_QIJ double 13 1e-16 0 maxdouble 1 2 Absolute zero tolerance for coefficients of quadratic terms.
24
+ MSK_DPAR_DATA_TOL_X double 14 1e-08 0 maxdouble 1 2 Zero tolerance for constraints and variables i.e. if the distance between the lower and upper bound is less than this value, then the lower and upper bound is considered identical.
25
+ MSK_DPAR_FOLDING_TOL_EQ double 15 1e-09 0 maxdouble 1 3 Tolerance for coefficient equality during folding.
26
26
  MSK_DPAR_INTPNT_CO_TOL_DFEAS double 16 1e-08 0 1 1 5 Dual feasibility tolerance used by the interior-point optimizer for conic problems.
27
27
  MSK_DPAR_INTPNT_CO_TOL_INFEAS double 17 1e-12 0 1 1 5 Infeasibility tolerance used by the interior-point optimizer for conic problems.
28
28
  MSK_DPAR_INTPNT_CO_TOL_MU_RED double 18 1e-08 0 1 1 5 Relative complementarity gap tolerance used by the interior-point optimizer for conic problems.
@@ -45,28 +45,28 @@ MSK_DPAR_INTPNT_TOL_PSAFE double 34 1 0.0001 maxdouble 1 5 Controls the initial
45
45
  MSK_DPAR_INTPNT_TOL_REL_GAP double 35 1e-08 1e-14 maxdouble 1 5 Relative gap termination tolerance used by the interior-point optimizer for linear problems.
46
46
  MSK_DPAR_INTPNT_TOL_REL_STEP double 36 0.9999 0.0001 0.999999 1 5 Relative step size to the boundary for linear and quadratic optimization problems.
47
47
  MSK_DPAR_INTPNT_TOL_STEP_SIZE double 37 1e-06 0 1 1 5 Step size tolerance.
48
- MSK_DPAR_LOWER_OBJ_CUT double 38 -1e+30 mindouble maxdouble 1 2 Lower objective limit.
48
+ MSK_DPAR_LOWER_OBJ_CUT double 38 mindouble mindouble maxdouble 1 2 Lower objective limit.
49
49
  MSK_DPAR_LOWER_OBJ_CUT_FINITE_TRH double 39 -5e+29 mindouble maxdouble 1 2 Lower objective limit threshold.
50
- MSK_DPAR_MIO_MAX_TIME double 41 -1 mindouble maxdouble 1 6 This parameter limits the maximum time spent by the mixed-integer optimizer.
51
- MSK_DPAR_MIO_REL_GAP_CONST double 42 1e-10 1e-15 maxdouble 1 6 This value is used to compute the relative gap for the solution to an integer optimization problem.
52
- MSK_DPAR_MIO_TOL_ABS_GAP double 43 0 0 maxdouble 1 6 Absolute optimality tolerance employed by the mixed-integer optimizer.
53
- MSK_DPAR_MIO_TOL_ABS_RELAX_INT double 44 1e-05 1e-09 maxdouble 1 6 Absolute relaxation tolerance of the integer constraints.
54
- MSK_DPAR_MIO_TOL_FEAS double 45 1e-06 1e-09 0.001 1 6 Feasibility tolerance for mixed integer solver.
55
- MSK_DPAR_MIO_TOL_REL_DUAL_BOUND_IMPROVEMENT double 46 0 0 1 1 6 If the relative improvement of the dual bound is smaller than this value, the solver will terminate the root cut generation.
56
- MSK_DPAR_MIO_TOL_REL_GAP double 47 0 0 maxdouble 1 6 Relative optimality tolerance employed by the mixed-integer optimizer.
57
- MSK_DPAR_OPTIMIZER_MAX_TIME double 49 -1 mindouble maxdouble 1 1 Maximum amount of time the optimizer is allowed to spent on the optimization.
58
- MSK_DPAR_PRESOLVE_TOL_ABS_LINDEP double 50 1e-06 0 maxdouble 1 3 Absolute tolerance employed by the linear dependency checker.
59
- MSK_DPAR_PRESOLVE_TOL_AIJ double 51 1e-12 1e-15 maxdouble 1 3 Absolute zero tolerance employed for constraint coefficients in presolve.
50
+ MSK_DPAR_MIO_CLIQUE_TABLE_SIZE_FACTOR double 40 -1 -1 maxdouble 1 6 Controls the maximum size of the clique table as a factor of the number of nonzeros in the A matrix. A negative value implies MOSEK decides.
51
+ MSK_DPAR_MIO_MAX_TIME double 42 -1 mindouble maxdouble 1 6 This parameter limits the maximum time spent by the mixed-integer optimizer (in seconds).
52
+ MSK_DPAR_MIO_REL_GAP_CONST double 43 1e-10 1e-15 maxdouble 1 6 This value is used to compute the relative gap for the solution to a mixed-integer optimization problem.
53
+ MSK_DPAR_MIO_TOL_ABS_GAP double 44 0 0 maxdouble 1 6 Absolute optimality tolerance employed by the mixed-integer optimizer.
54
+ MSK_DPAR_MIO_TOL_ABS_RELAX_INT double 45 1e-05 1e-09 maxdouble 1 6 Absolute relaxation tolerance of the integer constraints.
55
+ MSK_DPAR_MIO_TOL_FEAS double 46 1e-06 1e-09 0.001 1 6 Feasibility tolerance for mixed integer solver.
56
+ MSK_DPAR_MIO_TOL_REL_DUAL_BOUND_IMPROVEMENT double 47 0 0 1 1 6 If the relative improvement of the dual bound is smaller than this value, the solver will terminate the root cut generation.
57
+ MSK_DPAR_MIO_TOL_REL_GAP double 48 0 0 maxdouble 1 6 Relative optimality tolerance employed by the mixed-integer optimizer.
58
+ MSK_DPAR_OPTIMIZER_MAX_TIME double 50 -1 mindouble maxdouble 1 1 Maximum amount of time the optimizer is allowed to spent on the optimization (in seconds).
59
+ MSK_DPAR_PRESOLVE_TOL_ABS_LINDEP double 51 1e-06 0 maxdouble 1 3 Absolute tolerance employed by the linear dependency checker.
60
60
  MSK_DPAR_PRESOLVE_TOL_PRIMAL_INFEAS_PERTURBATION double 52 1e-06 0 maxdouble 1 3 The presolve is allowed to perturb a bound on a constraint or variable by this amount if it removes an infeasibility.
61
61
  MSK_DPAR_PRESOLVE_TOL_REL_LINDEP double 53 1e-10 0 maxdouble 1 3 Relative tolerance employed by the linear dependency checker.
62
62
  MSK_DPAR_PRESOLVE_TOL_S double 54 1e-08 0 maxdouble 1 3 Absolute zero tolerance employed for dual variables in presolve.
63
63
  MSK_DPAR_PRESOLVE_TOL_X double 55 1e-08 0 maxdouble 1 3 Absolute zero tolerance employed for primal variables in presolve.
64
64
  MSK_DPAR_QCQO_REFORMULATE_REL_DROP_TOL double 56 1e-15 0 maxdouble 1 2 This parameter determines when columns are dropped in incomplete Cholesky factorization during reformulation of quadratic problems.
65
65
  MSK_DPAR_SEMIDEFINITE_TOL_APPROX double 57 1e-10 1e-15 maxdouble 1 1 Tolerance to define a matrix to be positive semidefinite.
66
- MSK_DPAR_SIMPLEX_ABS_TOL_PIV double 59 1e-07 1e-12 maxdouble 1 4 Absolute pivot tolerance employed by the simplex optimizers.
66
+ MSK_DPAR_SIMPLEX_ABS_TOL_PIV double 61 1e-07 1e-12 maxdouble 1 4 Absolute pivot tolerance employed by the simplex optimizers.
67
67
  MSK_DPAR_SIM_LU_TOL_REL_PIV double 58 0.01 1e-06 0.999999 1 4 Relative pivot tolerance for LU factorization in simplex optimizers and basis identification.
68
- MSK_DPAR_UPPER_OBJ_CUT double 60 1e+30 mindouble maxdouble 1 2 Upper objective limit.
69
- MSK_DPAR_UPPER_OBJ_CUT_FINITE_TRH double 61 5e+29 mindouble maxdouble 1 2 Upper objective limit threshold.
68
+ MSK_DPAR_UPPER_OBJ_CUT double 62 maxdouble mindouble maxdouble 1 2 Upper objective limit.
69
+ MSK_DPAR_UPPER_OBJ_CUT_FINITE_TRH double 63 5e+29 mindouble maxdouble 1 2 Upper objective limit threshold.
70
70
  MSK_IPAR_AUTO_SORT_A_BEFORE_OPT enumstr 2 "MSK_OFF" 1 1 Controls whether the elements in each column of the coefficient matrix are sorted before an optimization is performed.
71
71
  "0" 0
72
72
  "1" 0
@@ -80,6 +80,8 @@ MSK_IPAR_BI_CLEAN_OPTIMIZER enumstr 5 "MSK_OPTIMIZER_FREE" 1 5 Controls which si
80
80
  "MSK_OPTIMIZER_CONIC" 0 The optimizer for problems having conic constraints.
81
81
  "MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
82
82
  "MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
83
+ "MSK_OPTIMIZER_NEW_PRIMAL_SIMPLEX" 1 The new primal simplex optimizer is used.
84
+ "MSK_OPTIMIZER_NEW_DUAL_SIMPLEX" 1 The new dual simplex optimizer is used.
83
85
  "MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
84
86
  "MSK_OPTIMIZER_MIXED_INT" 0 The mixed-integer optimizer.
85
87
  MSK_IPAR_BI_IGNORE_MAX_ITER enumstr 6 "MSK_OFF" 1 5 Controls if basis identification is performed under certain conditions.
@@ -97,52 +99,49 @@ MSK_IPAR_BI_IGNORE_NUM_ERROR enumstr 7 "MSK_ON" 1 5 Turns on basis identificatio
97
99
  "MSK_ON" 1 Switch the option on.
98
100
  "MSK_OFF" 1 Switch the option off.
99
101
  MSK_IPAR_BI_MAX_ITERATIONS integer 8 1000000 0 maxint 1 5 Controls the maximum number of simplex iterations allowed to optimize a basis after the basis identification.
100
- MSK_IPAR_INFEAS_GENERIC_NAMES enumstr 11 "MSK_OFF" 0 7 Controls whether generic names are used when an infeasible subproblem is created.
102
+ MSK_IPAR_FOLDING_USE enumstr 11 "MSK_FOLDING_MODE_FREE_UNLESS_BASIC" 1 3 Controls whether and how to use problem folding (symmetry detection for continuous problems).
103
+ "MSK_FOLDING_MODE_OFF" 1 Disabled.
104
+ "MSK_FOLDING_MODE_FREE" 1 The solver decides on the usage and amount of folding.
105
+ "MSK_FOLDING_MODE_FREE_UNLESS_BASIC" 1 If only the interior-point solution is requested then the solver decides; if the basic solution is requested then folding is disabled.
106
+ "MSK_FOLDING_MODE_FORCE" 1 Full folding is always performed regardless of workload.
107
+ MSK_IPAR_INFEAS_GENERIC_NAMES enumstr 14 "MSK_OFF" 0 7 Controls whether generic names are used when an infeasible subproblem is created.
101
108
  "0" 0
102
109
  "1" 0
103
110
  "FALSE" 0
104
111
  "TRUE" 0
105
112
  "MSK_ON" 1 Switch the option on.
106
113
  "MSK_OFF" 1 Switch the option off.
107
- MSK_IPAR_INFEAS_PREFER_PRIMAL enumstr 12 "MSK_ON" 1 7 If both certificates of primal and dual infeasibility are supplied then only the primal is used when this option is turned on.
114
+ MSK_IPAR_INFEAS_REPORT_AUTO enumstr 15 "MSK_OFF" 1 7 Controls whether an infeasibility report is automatically produced after the optimization if the problem is primal or dual infeasible.
108
115
  "0" 0
109
116
  "1" 0
110
117
  "FALSE" 0
111
118
  "TRUE" 0
112
119
  "MSK_ON" 1 Switch the option on.
113
120
  "MSK_OFF" 1 Switch the option off.
114
- MSK_IPAR_INFEAS_REPORT_AUTO enumstr 13 "MSK_OFF" 1 7 Controls whether an infeasibility report is automatically produced after the optimization if the problem is primal or dual infeasible.
115
- "0" 0
116
- "1" 0
117
- "FALSE" 0
118
- "TRUE" 0
119
- "MSK_ON" 1 Switch the option on.
120
- "MSK_OFF" 1 Switch the option off.
121
- MSK_IPAR_INFEAS_REPORT_LEVEL integer 14 1 0 maxint 1 7 Controls the amount of information presented in an infeasibility report.
122
- MSK_IPAR_INTPNT_BASIS enumstr 15 "MSK_BI_ALWAYS" 1 5 Controls whether the interior-point optimizer also computes an optimal basis.
121
+ MSK_IPAR_INFEAS_REPORT_LEVEL integer 16 1 0 maxint 1 7 Controls the amount of information presented in an infeasibility report.
122
+ MSK_IPAR_INTPNT_BASIS enumstr 17 "MSK_BI_ALWAYS" 1 5 Controls whether the interior-point optimizer also computes an optimal basis.
123
123
  "MSK_BI_NEVER" 1 Never do basis identification.
124
124
  "MSK_BI_ALWAYS" 1 Basis identification is always performed even if the interior-point optimizer terminates abnormally.
125
125
  "MSK_BI_NO_ERROR" 1 Basis identification is performed if the interior-point optimizer terminates without an error.
126
126
  "MSK_BI_IF_FEASIBLE" 1 Basis identification is not performed if the interior-point optimizer terminates with a problem status saying that the problem is primal or dual infeasible.
127
127
  "MSK_BI_RESERVERED" 0 Not currently in use.
128
- MSK_IPAR_INTPNT_DIFF_STEP enumstr 16 "MSK_ON" 1 5 Controls whether different step sizes are allowed in the primal and dual space.
128
+ MSK_IPAR_INTPNT_DIFF_STEP enumstr 18 "MSK_ON" 1 5 Controls whether different step sizes are allowed in the primal and dual space.
129
129
  "0" 0
130
130
  "1" 0
131
131
  "FALSE" 0
132
132
  "TRUE" 0
133
133
  "MSK_ON" 1 Switch the option on.
134
134
  "MSK_OFF" 1 Switch the option off.
135
- MSK_IPAR_INTPNT_HOTSTART enumstr 17 "MSK_INTPNT_HOTSTART_NONE" 0 5 Currently not in use.
135
+ MSK_IPAR_INTPNT_HOTSTART enumstr 19 "MSK_INTPNT_HOTSTART_NONE" 0 5 Currently not in use.
136
136
  "MSK_INTPNT_HOTSTART_NONE" 1 The interior-point optimizer performs a coldstart.
137
137
  "MSK_INTPNT_HOTSTART_PRIMAL" 1 The interior-point optimizer exploits the primal solution only.
138
138
  "MSK_INTPNT_HOTSTART_DUAL" 1 The interior-point optimizer exploits the dual solution only.
139
139
  "MSK_INTPNT_HOTSTART_PRIMAL_DUAL" 1 The interior-point optimizer exploits both the primal and dual solution.
140
- MSK_IPAR_INTPNT_MAX_ITERATIONS integer 18 400 0 maxint 1 5 Controls the maximum number of iterations allowed in the interior-point optimizer.
141
- MSK_IPAR_INTPNT_MAX_NUM_COR integer 19 -1 -1 maxint 1 5 Controls the maximum number of correctors allowed by the multiple corrector procedure.
142
- MSK_IPAR_INTPNT_MAX_NUM_REFINEMENT_STEPS integer 20 -1 minint maxint 1 5 Maximum number of steps to be used by the iterative refinement of the search direction.
143
- MSK_IPAR_INTPNT_OFF_COL_TRH integer 21 40 0 maxint 1 5 Controls how aggressively offending columns are detected in the Jacobian of the constraint matrix.
144
- MSK_IPAR_INTPNT_ORDER_GP_NUM_SEEDS integer 22 0 0 maxint 1 5 The GP ordering is dependent on a random seed.
145
- MSK_IPAR_INTPNT_ORDER_METHOD enumstr 23 "MSK_ORDER_METHOD_FREE" 1 5 Controls the ordering strategy used by the interior-point optimizer when factorizing the Newton equation system.
140
+ MSK_IPAR_INTPNT_MAX_ITERATIONS integer 20 400 0 maxint 1 5 Controls the maximum number of iterations allowed in the interior-point optimizer.
141
+ MSK_IPAR_INTPNT_MAX_NUM_COR integer 21 -1 -1 maxint 1 5 Controls the maximum number of correctors allowed by the multiple corrector procedure.
142
+ MSK_IPAR_INTPNT_OFF_COL_TRH integer 22 40 0 maxint 1 5 Controls how aggressively offending columns are detected in the Jacobian of the constraint matrix.
143
+ MSK_IPAR_INTPNT_ORDER_GP_NUM_SEEDS integer 23 0 0 maxint 1 5 The GP ordering is dependent on a random seed.
144
+ MSK_IPAR_INTPNT_ORDER_METHOD enumstr 24 "MSK_ORDER_METHOD_FREE" 1 5 Controls the ordering strategy used by the interior-point optimizer when factorizing the Newton equation system.
146
145
  "MSK_ORDER_METHOD_FREE" 1 The ordering method is chosen automatically.
147
146
  "MSK_ORDER_METHOD_APPMINLOC" 1 Approximate minimum local fill-in ordering is employed.
148
147
  "MSK_ORDER_METHOD_EXPERIMENTAL" 0 This option should not be used.
@@ -184,11 +183,11 @@ MSK_IPAR_LOG_MIO integer 46 4 0 maxint 1 8 Controls the log level for the mixed-
184
183
  MSK_IPAR_LOG_MIO_FREQ integer 47 10 minint maxint 1 8 Controls how frequent the mixed-integer optimizer prints the log line.
185
184
  MSK_IPAR_LOG_ORDER integer 48 1 0 maxint 1 8 If turned on, then factor lines are added to the log.
186
185
  MSK_IPAR_LOG_PRESOLVE integer 49 1 0 maxint 1 8 Controls amount of output printed by the presolve procedure.
187
- MSK_IPAR_LOG_RESPONSE integer 50 0 0 maxint 1 8 Controls amount of output printed when response codes are reported.
188
- MSK_IPAR_LOG_SIM integer 53 4 0 maxint 1 8 Controls amount of output printed by the simplex optimizer.
189
- MSK_IPAR_LOG_SIM_FREQ integer 54 1000 0 maxint 1 8 Controls simplex optimizer logging frequency.
190
- MSK_IPAR_LOG_STORAGE integer 56 0 0 maxint 1 8 When turned on, MOSEK prints messages regarding the storage usage and allocation.
191
- MSK_IPAR_MIO_BRANCH_DIR enumstr 58 "MSK_BRANCH_DIR_FREE" 1 6 Controls whether the mixed-integer optimizer is branching up or down by default.
186
+ MSK_IPAR_LOG_SIM integer 52 4 0 maxint 1 8 Controls amount of output printed by the simplex optimizer.
187
+ MSK_IPAR_LOG_SIM_FREQ integer 53 1000 0 maxint 1 8 Controls simplex optimizer logging frequency.
188
+ MSK_IPAR_LOG_SIM_FREQ_GIGA_TICKS integer 54 100 -1 maxint 1 8 Controls how frequent the new simplex optimizer outputs information about the optimization.
189
+ MSK_IPAR_LOG_STORAGE integer 55 0 0 maxint 1 8 When turned on, MOSEK prints messages regarding the storage usage and allocation.
190
+ MSK_IPAR_MIO_BRANCH_DIR enumstr 57 "MSK_BRANCH_DIR_FREE" 1 6 Controls whether the mixed-integer optimizer is branching up or down by default.
192
191
  "MSK_BRANCH_DIR_FREE" 1 The mixed-integer optimizer decides which branch to choose.
193
192
  "MSK_BRANCH_DIR_UP" 1 The mixed-integer optimizer always chooses the up branch first.
194
193
  "MSK_BRANCH_DIR_DOWN" 1 The mixed-integer optimizer always chooses the down branch first.
@@ -197,6 +196,11 @@ MSK_IPAR_MIO_BRANCH_DIR enumstr 58 "MSK_BRANCH_DIR_FREE" 1 6 Controls whether th
197
196
  "MSK_BRANCH_DIR_ROOT_LP" 1 Chose direction based on root lp value of selected variable.
198
197
  "MSK_BRANCH_DIR_GUIDED" 1 Branch in direction of current incumbent.
199
198
  "MSK_BRANCH_DIR_PSEUDOCOST" 1 Branch based on the pseudocost of the variable.
199
+ MSK_IPAR_MIO_CONFLICT_ANALYSIS_LEVEL enumstr 58 "-1" 1 6 Controls the amount of conflict analysis employed by the mixed-integer optimizer.
200
+ "-1" 1 The optimizer chooses the level of conflict analysis employed.
201
+ "0" 1 Conflict analysis is disabled.
202
+ "1" 1 A low amount of conflict analysis is employed.
203
+ "2" 1 A high amount of conflict analysis is employed.
200
204
  MSK_IPAR_MIO_CONIC_OUTER_APPROXIMATION enumstr 59 "MSK_OFF" 1 6 If this option is turned on outer approximation is used when solving relaxations of conic problems; otherwise interior point is used.
201
205
  "0" 0
202
206
  "1" 0
@@ -211,452 +215,457 @@ MSK_IPAR_MIO_CONSTRUCT_SOL enumstr 60 "MSK_OFF" 1 6 Whether to construct an init
211
215
  "TRUE" 0
212
216
  "MSK_ON" 1 Switch the option on.
213
217
  "MSK_OFF" 1 Switch the option off.
214
- MSK_IPAR_MIO_CUT_CLIQUE enumstr 61 "MSK_ON" 1 6 Controls whether clique cuts should be generated.
218
+ MSK_IPAR_MIO_CROSSOVER_MAX_NODES integer 61 -1 -1 maxint 1 6 Controls the maximum number of nodes allowed in each call to the Crossover heuristic.
219
+ MSK_IPAR_MIO_CUT_CLIQUE enumstr 62 "MSK_ON" 1 6 Controls whether clique cuts should be generated.
215
220
  "0" 0
216
221
  "1" 0
217
222
  "FALSE" 0
218
223
  "TRUE" 0
219
224
  "MSK_ON" 1 Switch the option on.
220
225
  "MSK_OFF" 1 Switch the option off.
221
- MSK_IPAR_MIO_CUT_CMIR enumstr 62 "MSK_ON" 1 6 Controls whether mixed integer rounding cuts should be generated.
226
+ MSK_IPAR_MIO_CUT_CMIR enumstr 63 "MSK_ON" 1 6 Controls whether mixed integer rounding cuts should be generated.
222
227
  "0" 0
223
228
  "1" 0
224
229
  "FALSE" 0
225
230
  "TRUE" 0
226
231
  "MSK_ON" 1 Switch the option on.
227
232
  "MSK_OFF" 1 Switch the option off.
228
- MSK_IPAR_MIO_CUT_GMI enumstr 63 "MSK_ON" 1 6 Controls whether GMI cuts should be generated.
233
+ MSK_IPAR_MIO_CUT_GMI enumstr 64 "MSK_ON" 1 6 Controls whether GMI cuts should be generated.
229
234
  "0" 0
230
235
  "1" 0
231
236
  "FALSE" 0
232
237
  "TRUE" 0
233
238
  "MSK_ON" 1 Switch the option on.
234
239
  "MSK_OFF" 1 Switch the option off.
235
- MSK_IPAR_MIO_CUT_IMPLIED_BOUND enumstr 64 "MSK_ON" 1 6 Controls whether implied bound cuts should be generated.
240
+ MSK_IPAR_MIO_CUT_IMPLIED_BOUND enumstr 65 "MSK_ON" 1 6 Controls whether implied bound cuts should be generated.
236
241
  "0" 0
237
242
  "1" 0
238
243
  "FALSE" 0
239
244
  "TRUE" 0
240
245
  "MSK_ON" 1 Switch the option on.
241
246
  "MSK_OFF" 1 Switch the option off.
242
- MSK_IPAR_MIO_CUT_KNAPSACK_COVER enumstr 65 "MSK_ON" 1 6 Controls whether knapsack cover cuts should be generated.
247
+ MSK_IPAR_MIO_CUT_KNAPSACK_COVER enumstr 66 "MSK_ON" 1 6 Controls whether knapsack cover cuts should be generated.
243
248
  "0" 0
244
249
  "1" 0
245
250
  "FALSE" 0
246
251
  "TRUE" 0
247
252
  "MSK_ON" 1 Switch the option on.
248
253
  "MSK_OFF" 1 Switch the option off.
249
- MSK_IPAR_MIO_CUT_LIPRO enumstr 66 "MSK_OFF" 1 6 Controls whether lift-and-project cuts should be generated.
254
+ MSK_IPAR_MIO_CUT_LIPRO enumstr 67 "MSK_OFF" 1 6 Controls whether lift-and-project cuts should be generated.
250
255
  "0" 0
251
256
  "1" 0
252
257
  "FALSE" 0
253
258
  "TRUE" 0
254
259
  "MSK_ON" 1 Switch the option on.
255
260
  "MSK_OFF" 1 Switch the option off.
256
- MSK_IPAR_MIO_CUT_SELECTION_LEVEL enumint 67 -1 1 6 Controls how aggressively generated cuts are selected to be included in the relaxation.
261
+ MSK_IPAR_MIO_CUT_SELECTION_LEVEL enumint 68 -1 1 6 Controls how aggressively generated cuts are selected to be included in the relaxation.
257
262
  -1 1 The optimizer chooses the level of cut selection.
258
263
  0 1 Generated cuts less likely to be added to the relaxation.
259
264
  1 1 Cuts are more aggressively selected to be included in the relaxation.
260
- MSK_IPAR_MIO_DATA_PERMUTATION_METHOD enumstr 68 "MSK_MIO_DATA_PERMUTATION_METHOD_NONE" 1 6 Controls what problem data permutation method is appplied to mixed-integer problems.
265
+ MSK_IPAR_MIO_DATA_PERMUTATION_METHOD enumstr 69 "MSK_MIO_DATA_PERMUTATION_METHOD_NONE" 1 6 Controls what problem data permutation method is appplied to mixed-integer problems.
261
266
  "MSK_MIO_DATA_PERMUTATION_METHOD_NONE" 1 No problem data permutation is applied.
262
267
  "MSK_MIO_DATA_PERMUTATION_METHOD_CYCLIC_SHIFT" 1 A random cyclic shift is applied to permute the problem data.
263
268
  "MSK_MIO_DATA_PERMUTATION_METHOD_RANDOM" 1 A random permutation is applied to the problem data.
264
- MSK_IPAR_MIO_DUAL_RAY_ANALYSIS_LEVEL enumstr 69 "-1" 1 6 Controls the amount of symmetry detection and handling employed by the mixed-integer optimizer in presolve.
269
+ MSK_IPAR_MIO_DUAL_RAY_ANALYSIS_LEVEL enumstr 70 "-1" 1 6 Controls the amount of dual ray analysis employed by the mixed-integer optimizer.
265
270
  "-1" 1 The optimizer chooses the level of dual ray analysis employed.
266
271
  "0" 1 Dual ray analysis is disabled.
267
- "1" 1 A lower amount of dual ray analysis is employed.
268
- "2" 1 A higher amount of dual ray analysis is employed.
269
- MSK_IPAR_MIO_FEASPUMP_LEVEL enumstr 70 "-1" 1 6 Controls the way the Feasibility Pump heuristic is employed by the mixed-integer optimizer.
272
+ "1" 1 A low amount of dual ray analysis is employed.
273
+ "2" 1 A high amount of dual ray analysis is employed.
274
+ MSK_IPAR_MIO_FEASPUMP_LEVEL enumstr 71 "-1" 1 6 Controls the way the Feasibility Pump heuristic is employed by the mixed-integer optimizer.
270
275
  "-1" 1 The optimizer chooses how the Feasibility Pump is used.
271
276
  "0" 1 The Feasibility Pump is disabled.
272
277
  "1" 1 The Feasibility Pump is enabled with an effort to improve solution quality.
273
278
  "2" 1 The Feasibility Pump is enabled with an effort to reach feasibility early.
274
- MSK_IPAR_MIO_HEURISTIC_LEVEL integer 71 -1 minint maxint 1 6 Controls the heuristic employed by the mixed-integer optimizer to locate an initial good integer feasible solution.
275
- MSK_IPAR_MIO_MAX_NUM_BRANCHES integer 72 -1 minint maxint 1 6 Maximum number of branches allowed during the branch and bound search.
276
- MSK_IPAR_MIO_MAX_NUM_RELAXS integer 73 -1 minint maxint 1 6 Maximum number of relaxations allowed during the branch and bound search.
277
- MSK_IPAR_MIO_MAX_NUM_RESTARTS integer 74 0 0 maxint 1 6 Maximum number of restarts allowed during the branch and bound search.
278
- MSK_IPAR_MIO_MAX_NUM_ROOT_CUT_ROUNDS integer 75 100 0 maxint 1 6 Maximum number of cut separation rounds at the root node.
279
- MSK_IPAR_MIO_MAX_NUM_SOLUTIONS integer 76 -1 minint maxint 1 6 The mixed-integer optimizer can be terminated after a certain number of different feasible solutions has been located.
280
- MSK_IPAR_MIO_MEMORY_EMPHASIS_LEVEL enumstr 77 "0" 1 6 Controls how much emphasis is put on reducing memory usage.
279
+ MSK_IPAR_MIO_HEURISTIC_LEVEL integer 72 -1 minint maxint 1 6 Controls the heuristic employed by the mixed-integer optimizer to locate an initial good integer feasible solution.
280
+ MSK_IPAR_MIO_INDEPENDENT_BLOCK_LEVEL enumstr 73 "-1" 1 6 Controls the way the mixed-integer optimizer tries to find and exploit a decomposition of the problem into independent blocks.
281
+ "-1" 1 The optimizer chooses how independent-block structure is handled.
282
+ "0" 1 No independent-block structure is detected.
283
+ "1" 1 Independent-block structure may be exploited only in presolve.
284
+ "2" 1 Independent-block structure may be exploited through a dedicated algorithm after the root node.
285
+ "3" 1 Independent-block structure may be exploited through a dedicated algorithm before the root node.
286
+ MSK_IPAR_MIO_MAX_NUM_BRANCHES integer 74 -1 minint maxint 1 6 Maximum number of branches allowed during the branch and bound search.
287
+ MSK_IPAR_MIO_MAX_NUM_RELAXS integer 75 -1 minint maxint 1 6 Maximum number of relaxations allowed during the branch and bound search.
288
+ MSK_IPAR_MIO_MAX_NUM_RESTARTS integer 76 10 0 maxint 1 6 Maximum number of restarts allowed during the branch and bound search.
289
+ MSK_IPAR_MIO_MAX_NUM_ROOT_CUT_ROUNDS integer 77 100 0 maxint 1 6 Maximum number of cut separation rounds at the root node.
290
+ MSK_IPAR_MIO_MAX_NUM_SOLUTIONS integer 78 -1 minint maxint 1 6 The mixed-integer optimizer can be terminated after a certain number of different feasible solutions has been located.
291
+ MSK_IPAR_MIO_MEMORY_EMPHASIS_LEVEL enumstr 79 "0" 1 6 Controls how much emphasis is put on reducing memory usage.
281
292
  "0" 1 The optimizer chooses.
282
293
  "1" 1 More emphasis is put on reducing memory usage and less on speed.
283
- MSK_IPAR_MIO_MIN_REL integer 78 5 0 maxint 1 6 Number of times a variable must have been branched on for its pseudocost to be considered reliable.
284
- MSK_IPAR_MIO_NODE_OPTIMIZER enumstr 80 "MSK_OPTIMIZER_FREE" 1 6 Controls which optimizer is employed at the non-root nodes in the mixed-integer optimizer.
294
+ MSK_IPAR_MIO_MIN_REL integer 80 5 0 maxint 1 6 Number of times a variable must have been branched on for its pseudocost to be considered reliable.
295
+ MSK_IPAR_MIO_NODE_OPTIMIZER enumstr 82 "MSK_OPTIMIZER_FREE" 1 6 Controls which optimizer is employed at the non-root nodes in the mixed-integer optimizer.
285
296
  "MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
286
297
  "MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
287
298
  "MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
288
299
  "MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
289
300
  "MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
301
+ "MSK_OPTIMIZER_NEW_PRIMAL_SIMPLEX" 1 The new primal simplex optimizer is used.
302
+ "MSK_OPTIMIZER_NEW_DUAL_SIMPLEX" 1 The new dual simplex optimizer is used.
290
303
  "MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
291
304
  "MSK_OPTIMIZER_MIXED_INT" 1 The mixed-integer optimizer.
292
- MSK_IPAR_MIO_NODE_SELECTION enumstr 81 "MSK_MIO_NODE_SELECTION_FREE" 1 6 Controls the node selection strategy employed by the mixed-integer optimizer.
305
+ MSK_IPAR_MIO_NODE_SELECTION enumstr 83 "MSK_MIO_NODE_SELECTION_FREE" 1 6 Controls the node selection strategy employed by the mixed-integer optimizer.
293
306
  "MSK_MIO_NODE_SELECTION_FREE" 1 The optimizer decides the node selection strategy.
294
307
  "MSK_MIO_NODE_SELECTION_FIRST" 1 The optimizer employs a depth first node selection strategy.
295
308
  "MSK_MIO_NODE_SELECTION_BEST" 1 The optimizer employs a best bound node selection strategy.
296
309
  "MSK_MIO_NODE_SELECTION_PSEUDO" 1 The optimizer employs selects the node based on a pseudo cost estimate.
297
- MSK_IPAR_MIO_NUMERICAL_EMPHASIS_LEVEL enumstr 82 "0" 1 6 Controls how much emphasis is put on reducing numerical problems possibly at the expense of solution speed.
310
+ MSK_IPAR_MIO_NUMERICAL_EMPHASIS_LEVEL enumstr 84 "0" 1 6 Controls how much emphasis is put on reducing numerical problems possibly at the expense of solution speed.
298
311
  "0" 1 The optimizer chooses.
299
312
  "1" 1 More emphasis is put on reducing numerical problems.
300
313
  "2" 1 Even more emphasis.
301
- MSK_IPAR_MIO_PERSPECTIVE_REFORMULATE enumstr 83 "MSK_ON" 1 6 Enables or disables perspective reformulation in presolve.
314
+ MSK_IPAR_MIO_OPT_FACE_MAX_NODES integer 85 -1 -1 maxint 1 6 Controls the maximum number of nodes allowed in each call to the optimal face heuristic.
315
+ MSK_IPAR_MIO_PERSPECTIVE_REFORMULATE enumstr 86 "MSK_ON" 1 6 Enables or disables perspective reformulation in presolve.
302
316
  "0" 0
303
317
  "1" 0
304
318
  "FALSE" 0
305
319
  "TRUE" 0
306
320
  "MSK_ON" 1 Switch the option on.
307
321
  "MSK_OFF" 1 Switch the option off.
308
- MSK_IPAR_MIO_PRESOLVE_AGGREGATOR_USE enumstr 84 "MSK_ON" 1 6 Controls if the aggregator should be used.
322
+ MSK_IPAR_MIO_PRESOLVE_AGGREGATOR_USE enumstr 87 "MSK_ON" 1 6 Controls if the aggregator should be used.
309
323
  "0" 0
310
324
  "1" 0
311
325
  "FALSE" 0
312
326
  "TRUE" 0
313
327
  "MSK_ON" 1 Switch the option on.
314
328
  "MSK_OFF" 1 Switch the option off.
315
- MSK_IPAR_MIO_PROBING_LEVEL enumint 85 -1 1 6 Controls the amount of probing employed by the mixed-integer optimizer in presolve.
329
+ MSK_IPAR_MIO_PROBING_LEVEL enumint 88 -1 1 6 Controls the amount of probing employed by the mixed-integer optimizer in presolve.
316
330
  -1 1 The optimizer chooses the level of probing employed
317
331
  0 1 Probing is disabled
318
332
  1 1 A low amount of probing is employed
319
333
  2 1 A medium amount of probing is employed
320
334
  3 1 A high amount of probing is employed
321
- MSK_IPAR_MIO_PROPAGATE_OBJECTIVE_CONSTRAINT enumstr 86 "MSK_OFF" 1 6 Use objective domain propagation.
335
+ MSK_IPAR_MIO_PROPAGATE_OBJECTIVE_CONSTRAINT enumstr 89 "MSK_OFF" 1 6 Use objective domain propagation.
322
336
  "0" 0
323
337
  "1" 0
324
338
  "FALSE" 0
325
339
  "TRUE" 0
326
340
  "MSK_ON" 1 Switch the option on.
327
341
  "MSK_OFF" 1 Switch the option off.
328
- MSK_IPAR_MIO_QCQO_REFORMULATION_METHOD enumstr 87 "MSK_MIO_QCQO_REFORMULATION_METHOD_FREE" 1 6 Controls what reformulation method is applied to mixed-integer quadratic problems.
342
+ MSK_IPAR_MIO_QCQO_REFORMULATION_METHOD enumstr 90 "MSK_MIO_QCQO_REFORMULATION_METHOD_FREE" 1 6 Controls what reformulation method is applied to mixed-integer quadratic problems.
329
343
  "MSK_MIO_QCQO_REFORMULATION_METHOD_FREE" 1 The mixed-integer optimizer decides which reformulation method to apply.
330
344
  "MSK_MIO_QCQO_REFORMULATION_METHOD_NONE" 1 No reformulation method is applied.
331
345
  "MSK_MIO_QCQO_REFORMULATION_METHOD_LINEARIZATION" 1 A reformulation via linearization is applied.
332
346
  "MSK_MIO_QCQO_REFORMULATION_METHOD_EIGEN_VAL_METHOD" 1 The eigenvalue method is applied.
333
347
  "MSK_MIO_QCQO_REFORMULATION_METHOD_DIAG_SDP" 1 A perturbation of matrix diagonals via the solution of SDPs is applied.
334
348
  "MSK_MIO_QCQO_REFORMULATION_METHOD_RELAX_SDP" 1 A Reformulation based on the solution of an SDP-relaxation of the problem is applied.
335
- MSK_IPAR_MIO_RINS_MAX_NODES integer 88 -1 -1 maxint 1 6 Controls the maximum number of nodes allowed in each call to the RINS heuristic.
336
- MSK_IPAR_MIO_ROOT_OPTIMIZER enumstr 89 "MSK_OPTIMIZER_FREE" 1 6 Controls which optimizer is employed at the root node in the mixed-integer optimizer.
349
+ MSK_IPAR_MIO_RENS_MAX_NODES integer 91 -1 -1 maxint 1 6 Controls the maximum number of nodes allowed in each call to the RENS heuristic.
350
+ MSK_IPAR_MIO_RINS_MAX_NODES integer 92 -1 -1 maxint 1 6 Controls the maximum number of nodes allowed in each call to the RINS heuristic.
351
+ MSK_IPAR_MIO_ROOT_OPTIMIZER enumstr 93 "MSK_OPTIMIZER_FREE" 1 6 Controls which optimizer is employed at the root node in the mixed-integer optimizer.
337
352
  "MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
338
353
  "MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
339
354
  "MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
340
355
  "MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
341
356
  "MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
357
+ "MSK_OPTIMIZER_NEW_PRIMAL_SIMPLEX" 1 The new primal simplex optimizer is used.
358
+ "MSK_OPTIMIZER_NEW_DUAL_SIMPLEX" 1 The new dual simplex optimizer is used.
342
359
  "MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
343
360
  "MSK_OPTIMIZER_MIXED_INT" 0 The mixed-integer optimizer.
344
- MSK_IPAR_MIO_ROOT_REPEAT_PRESOLVE_LEVEL enumint 90 -1 1 6 Controls whether presolve can be repeated at root node.
345
- -1 1 The optimizer chooses whether presolve is repeated.
346
- 0 1 Never repeat presolve.
347
- 1 1 Always repeat presolve.
348
- MSK_IPAR_MIO_SEED integer 91 42 0 maxint 1 6 Sets the random seed used for randomization in the mixed integer optimizer.
349
- MSK_IPAR_MIO_SYMMETRY_LEVEL enumstr 92 "-1" 1 6 Controls the amount of symmetry detection and handling employed by the mixed-integer optimizer in presolve.
361
+ MSK_IPAR_MIO_SEED integer 94 42 0 maxint 1 6 Sets the random seed used for randomization in the mixed integer optimizer.
362
+ MSK_IPAR_MIO_SYMMETRY_LEVEL enumstr 95 "-1" 1 6 Controls the amount of symmetry detection and handling employed by the mixed-integer optimizer in presolve.
350
363
  "-1" 1 The optimizer chooses the level of symmetry detection and handling employed.
351
364
  "0" 1 Symmetry detection and handling is disabled.
352
365
  "1" 1 A low amount of symmetry detection and handling is employed.
353
366
  "2" 1 A medium amount of symmetry detection and handling is employed.
354
367
  "3" 1 A high amount of symmetry detection and handling is employed .
355
368
  "4" 1 An extremely high amount of symmetry detection and handling is employed.
356
- MSK_IPAR_MIO_VAR_SELECTION enumstr 93 "MSK_MIO_VAR_SELECTION_FREE" 1 6 Controls the variable selection strategy employed by the mixed-integer optimizer.
369
+ MSK_IPAR_MIO_VAR_SELECTION enumstr 96 "MSK_MIO_VAR_SELECTION_FREE" 1 6 Controls the variable selection strategy employed by the mixed-integer optimizer.
357
370
  "MSK_MIO_VAR_SELECTION_FREE" 1 The optimizer decides the variable selection strategy.
358
371
  "MSK_MIO_VAR_SELECTION_PSEUDOCOST" 1 The optimizer employs pseudocost variable selection.
359
- "MSK_MIO_VAR_SELECTION_STRONG" 1 The optimizer employs strong branching variable selection.
360
- MSK_IPAR_MIO_VB_DETECTION_LEVEL enumint 94 -1 1 6 Controls how much effort is put into detecting variable bounds.
372
+ "MSK_MIO_VAR_SELECTION_STRONG" 1 The optimizer employs strong branching variable selection
373
+ MSK_IPAR_MIO_VB_DETECTION_LEVEL enumint 97 -1 1 6 Controls how much effort is put into detecting variable bounds.
361
374
  -1 1 The optimizer chooses.
362
375
  0 1 No variable bounds are detected.
363
376
  1 1 Only detect variable bounds that are directly represented in the problem.
364
377
  2 1 Detect variable bounds in probing.
365
- MSK_IPAR_MT_SPINCOUNT integer 95 0 0 1000000000 0 1 Set the number of iterations to spin before sleeping.
366
- MSK_IPAR_NUM_THREADS integer 97 0 0 maxint 1 1 Controls the number of threads employed by the optimizer.
367
- MSK_IPAR_OPF_WRITE_HEADER enumstr 98 "MSK_ON" 1 8 Write a text header with date and MOSEK version in an OPF file.
378
+ MSK_IPAR_MT_SPINCOUNT integer 98 0 0 1000000000 0 1 Set the number of iterations to spin before sleeping.
379
+ MSK_IPAR_NUM_THREADS integer 100 0 0 maxint 1 1 Controls the number of threads employed by the optimizer.
380
+ MSK_IPAR_OPF_WRITE_HEADER enumstr 101 "MSK_ON" 1 8 Write a text header with date and MOSEK version in an OPF file.
368
381
  "0" 0
369
382
  "1" 0
370
383
  "FALSE" 0
371
384
  "TRUE" 0
372
385
  "MSK_ON" 1 Switch the option on.
373
386
  "MSK_OFF" 1 Switch the option off.
374
- MSK_IPAR_OPF_WRITE_HINTS enumstr 99 "MSK_ON" 1 8 Write a hint section with problem dimensions in the beginning of an OPF file.
387
+ MSK_IPAR_OPF_WRITE_HINTS enumstr 102 "MSK_ON" 1 8 Write a hint section with problem dimensions in the beginning of an OPF file.
375
388
  "0" 0
376
389
  "1" 0
377
390
  "FALSE" 0
378
391
  "TRUE" 0
379
392
  "MSK_ON" 1 Switch the option on.
380
393
  "MSK_OFF" 1 Switch the option off.
381
- MSK_IPAR_OPF_WRITE_LINE_LENGTH integer 100 80 0 maxint 1 8 Aim to keep lines in OPF files not much longer than this.
382
- MSK_IPAR_OPF_WRITE_PARAMETERS enumstr 101 "MSK_OFF" 1 8 Write a parameter section in an OPF file.
394
+ MSK_IPAR_OPF_WRITE_LINE_LENGTH integer 103 80 0 maxint 1 8 Aim to keep lines in OPF files not much longer than this.
395
+ MSK_IPAR_OPF_WRITE_PARAMETERS enumstr 104 "MSK_OFF" 1 8 Write a parameter section in an OPF file.
383
396
  "0" 0
384
397
  "1" 0
385
398
  "FALSE" 0
386
399
  "TRUE" 0
387
400
  "MSK_ON" 1 Switch the option on.
388
401
  "MSK_OFF" 1 Switch the option off.
389
- MSK_IPAR_OPF_WRITE_PROBLEM enumstr 102 "MSK_ON" 1 8 Write objective, constraints, bounds etc.
402
+ MSK_IPAR_OPF_WRITE_PROBLEM enumstr 105 "MSK_ON" 1 8 Write objective, constraints, bounds etc.
390
403
  "0" 0
391
404
  "1" 0
392
405
  "FALSE" 0
393
406
  "TRUE" 0
394
407
  "MSK_ON" 1 Switch the option on.
395
408
  "MSK_OFF" 1 Switch the option off.
396
- MSK_IPAR_OPF_WRITE_SOLUTIONS enumstr 106 "MSK_OFF" 1 8 Enable inclusion of solutions in the OPF files.
409
+ MSK_IPAR_OPF_WRITE_SOLUTIONS enumstr 109 "MSK_OFF" 1 8 Enable inclusion of solutions in the OPF files.
397
410
  "0" 0
398
411
  "1" 0
399
412
  "FALSE" 0
400
413
  "TRUE" 0
401
414
  "MSK_ON" 1 Switch the option on.
402
415
  "MSK_OFF" 1 Switch the option off.
403
- MSK_IPAR_OPF_WRITE_SOL_BAS enumstr 103 "MSK_ON" 1 8 Whether to include basic solution in OPF files.
416
+ MSK_IPAR_OPF_WRITE_SOL_BAS enumstr 106 "MSK_ON" 1 8 Whether to include basic solution in OPF files.
404
417
  "0" 0
405
418
  "1" 0
406
419
  "FALSE" 0
407
420
  "TRUE" 0
408
421
  "MSK_ON" 1 Switch the option on.
409
422
  "MSK_OFF" 1 Switch the option off.
410
- MSK_IPAR_OPF_WRITE_SOL_ITG enumstr 104 "MSK_ON" 1 8 Whether to include integer solution in OPF files.
423
+ MSK_IPAR_OPF_WRITE_SOL_ITG enumstr 107 "MSK_ON" 1 8 Whether to include integer solution in OPF files.
411
424
  "0" 0
412
425
  "1" 0
413
426
  "FALSE" 0
414
427
  "TRUE" 0
415
428
  "MSK_ON" 1 Switch the option on.
416
429
  "MSK_OFF" 1 Switch the option off.
417
- MSK_IPAR_OPF_WRITE_SOL_ITR enumstr 105 "MSK_ON" 1 8 Whether to include interior solution in OPF files.
430
+ MSK_IPAR_OPF_WRITE_SOL_ITR enumstr 108 "MSK_ON" 1 8 Whether to include interior solution in OPF files.
418
431
  "0" 0
419
432
  "1" 0
420
433
  "FALSE" 0
421
434
  "TRUE" 0
422
435
  "MSK_ON" 1 Switch the option on.
423
436
  "MSK_OFF" 1 Switch the option off.
424
- MSK_IPAR_OPTIMIZER enumstr 107 "MSK_OPTIMIZER_FREE" 1 1 The parameter controls which optimizer is used to optimize the task.
437
+ MSK_IPAR_OPTIMIZER enumstr 110 "MSK_OPTIMIZER_FREE" 1 1 The parameter controls which optimizer is used to optimize the task.
425
438
  "MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
426
439
  "MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
427
440
  "MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
428
441
  "MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
429
442
  "MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
443
+ "MSK_OPTIMIZER_NEW_PRIMAL_SIMPLEX" 1 The new primal simplex optimizer is used.
444
+ "MSK_OPTIMIZER_NEW_DUAL_SIMPLEX" 1 The new dual simplex optimizer is used.
430
445
  "MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
431
446
  "MSK_OPTIMIZER_MIXED_INT" 1 The mixed-integer optimizer.
432
- MSK_IPAR_PARAM_READ_CASE_NAME enumstr 108 "MSK_OFF" 0 1 If turned on, then names in the parameter file are case sensitive.
447
+ MSK_IPAR_PARAM_READ_CASE_NAME enumstr 111 "MSK_OFF" 0 1 If turned on, then names in the parameter file are case sensitive.
433
448
  "0" 0
434
449
  "1" 0
435
450
  "FALSE" 0
436
451
  "TRUE" 0
437
452
  "MSK_ON" 1 Switch the option on.
438
453
  "MSK_OFF" 1 Switch the option off.
439
- MSK_IPAR_PARAM_READ_IGN_ERROR enumstr 109 "MSK_OFF" 0 1 If turned on, then errors in parameter settings is ignored.
454
+ MSK_IPAR_PARAM_READ_IGN_ERROR enumstr 112 "MSK_OFF" 0 1 If turned on, then errors in parameter settings is ignored.
440
455
  "0" 0
441
456
  "1" 0
442
457
  "FALSE" 0
443
458
  "TRUE" 0
444
459
  "MSK_ON" 1 Switch the option on.
445
460
  "MSK_OFF" 1 Switch the option off.
446
- MSK_IPAR_PRESOLVE_ELIMINATOR_MAX_FILL integer 110 -1 minint maxint 1 3 Controls the maximum amount of fill-in that can be created by one pivot in the elimination phase of presolve.
447
- MSK_IPAR_PRESOLVE_ELIMINATOR_MAX_NUM_TRIES integer 111 -1 minint maxint 1 3 Control the maximum number of times the eliminator is tried.
448
- MSK_IPAR_PRESOLVE_LEVEL integer 112 -1 minint maxint 0 3 Currently not used.
449
- MSK_IPAR_PRESOLVE_LINDEP_ABS_WORK_TRH integer 113 100 minint maxint 1 3 Controls the linear dependency check, which is potentially computationally expensive.
450
- MSK_IPAR_PRESOLVE_LINDEP_NEW enumstr 114 "MSK_OFF" 1 3 Controls whether a new experimental linear dependency checker is employed.
461
+ MSK_IPAR_PRESOLVE_ELIMINATOR_MAX_FILL integer 113 -1 minint maxint 1 3 Controls the maximum amount of fill-in that can be created by one pivot in the elimination phase of presolve.
462
+ MSK_IPAR_PRESOLVE_ELIMINATOR_MAX_NUM_TRIES integer 114 -1 minint maxint 1 3 Control the maximum number of times the eliminator is tried.
463
+ MSK_IPAR_PRESOLVE_LINDEP_ABS_WORK_TRH integer 115 100 minint maxint 1 3 Controls the linear dependency check, which is potentially computationally expensive.
464
+ MSK_IPAR_PRESOLVE_LINDEP_NEW enumstr 116 "MSK_OFF" 1 3 Controls whether a new experimental linear dependency checker is employed.
451
465
  "0" 0
452
466
  "1" 0
453
467
  "FALSE" 0
454
468
  "TRUE" 0
455
469
  "MSK_ON" 1 Switch the option on.
456
470
  "MSK_OFF" 1 Switch the option off.
457
- MSK_IPAR_PRESOLVE_LINDEP_REL_WORK_TRH integer 115 100 minint maxint 1 3 Controls the linear dependency check, which is potentially computationally expensive.
458
- MSK_IPAR_PRESOLVE_LINDEP_USE enumstr 116 "MSK_ON" 1 3 Controls whether the linear constraints are checked for linear dependencies.
471
+ MSK_IPAR_PRESOLVE_LINDEP_REL_WORK_TRH integer 117 100 minint maxint 1 3 Controls the linear dependency check, which is potentially computationally expensive.
472
+ MSK_IPAR_PRESOLVE_LINDEP_USE enumstr 118 "MSK_ON" 1 3 Controls whether the linear constraints are checked for linear dependencies.
459
473
  "0" 0
460
474
  "1" 0
461
475
  "FALSE" 0
462
476
  "TRUE" 0
463
477
  "MSK_ON" 1 Switch the option on.
464
478
  "MSK_OFF" 1 Switch the option off.
465
- MSK_IPAR_PRESOLVE_MAX_NUM_PASS integer 117 -1 minint maxint 1 3 Control the maximum number of times presolve passes over the problem.
466
- MSK_IPAR_PRESOLVE_MAX_NUM_REDUCTIONS integer 118 -1 minint maxint 1 3 Controls the maximum number of reductions performed by the presolve.
467
- MSK_IPAR_PRESOLVE_USE enumstr 119 "MSK_PRESOLVE_MODE_FREE" 1 3 Controls whether the presolve is applied to a problem before it is optimized.
479
+ MSK_IPAR_PRESOLVE_MAX_NUM_PASS integer 119 -1 minint maxint 1 3 Control the maximum number of times presolve passes over the problem.
480
+ MSK_IPAR_PRESOLVE_MAX_NUM_REDUCTIONS integer 120 -1 minint maxint 1 3 Controls the maximum number of reductions performed by the presolve.
481
+ MSK_IPAR_PRESOLVE_USE enumstr 121 "MSK_PRESOLVE_MODE_FREE" 1 3 Controls whether the presolve is applied to a problem before it is optimized.
468
482
  "MSK_PRESOLVE_MODE_OFF" 1 The problem is not presolved before it is optimized.
469
483
  "MSK_PRESOLVE_MODE_ON" 1 The problem is presolved before it is optimized.
470
484
  "MSK_PRESOLVE_MODE_FREE" 1 It is decided automatically whether to presolve before the problem is optimized.
471
- MSK_IPAR_PTF_WRITE_PARAMETERS enumstr 121 "MSK_OFF" 1 8 If enabled, then the parameters section is written.
485
+ MSK_IPAR_PTF_WRITE_PARAMETERS enumstr 123 "MSK_OFF" 1 8 If enabled, then the parameters section is written.
472
486
  "0" 0
473
487
  "1" 0
474
488
  "FALSE" 0
475
489
  "TRUE" 0
476
490
  "MSK_ON" 1 Switch the option on.
477
491
  "MSK_OFF" 1 Switch the option off.
478
- MSK_IPAR_PTF_WRITE_SOLUTIONS enumstr 122 "MSK_OFF" 1 8 If enabled, then the solution section is written if any solutions are available, otherwise solution section is not written even if solutions are available.
492
+ MSK_IPAR_PTF_WRITE_SINGLE_PSD_TERMS enumstr 124 "MSK_OFF" 1 8 Controls whether PSD terms with a coefficient matrix of just one non-zero are written as a single term instead of as a matrix term.
479
493
  "0" 0
480
494
  "1" 0
481
495
  "FALSE" 0
482
496
  "TRUE" 0
483
497
  "MSK_ON" 1 Switch the option on.
484
498
  "MSK_OFF" 1 Switch the option off.
485
- MSK_IPAR_PTF_WRITE_TRANSFORM enumstr 123 "MSK_ON" 1 8 If enabled, then constraint blocks with identifiable conic slacks are transformed into conic constraints and the slacks are eliminated.
499
+ MSK_IPAR_PTF_WRITE_SOLUTIONS enumstr 125 "MSK_OFF" 1 8 If enabled, then the solution section is written if any solutions are available, otherwise solution section is not written even if solutions are available.
486
500
  "0" 0
487
501
  "1" 0
488
502
  "FALSE" 0
489
503
  "TRUE" 0
490
504
  "MSK_ON" 1 Switch the option on.
491
505
  "MSK_OFF" 1 Switch the option off.
492
- MSK_IPAR_SENSITIVITY_OPTIMIZER enumstr 132 "MSK_OPTIMIZER_FREE_SIMPLEX" 0 1 Controls which optimizer is used for optimal partition sensitivity analysis.
493
- "MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
494
- "MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
495
- "MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
496
- "MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
497
- "MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
498
- "MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
499
- "MSK_OPTIMIZER_MIXED_INT" 1 The mixed-integer optimizer.
500
- MSK_IPAR_SENSITIVITY_TYPE enumstr 133 "MSK_SENSITIVITY_TYPE_BASIS" 0 1 Controls which type of sensitivity analysis is to be performed.
506
+ MSK_IPAR_PTF_WRITE_TRANSFORM enumstr 126 "MSK_ON" 1 8 If enabled, then constraint blocks with identifiable conic slacks are transformed into conic constraints and the slacks are eliminated.
507
+ "0" 0
508
+ "1" 0
509
+ "FALSE" 0
510
+ "TRUE" 0
511
+ "MSK_ON" 1 Switch the option on.
512
+ "MSK_OFF" 1 Switch the option off.
513
+ MSK_IPAR_SENSITIVITY_TYPE enumstr 136 "MSK_SENSITIVITY_TYPE_BASIS" 0 1 Controls which type of sensitivity analysis is to be performed.
501
514
  "MSK_SENSITIVITY_TYPE_BASIS" 1 Basis sensitivity analysis is performed.
502
- MSK_IPAR_SIM_BASIS_FACTOR_USE enumstr 134 "MSK_ON" 1 4 Controls whether an LU factorization of the basis is used in a hot-start.
515
+ MSK_IPAR_SIM_BASIS_FACTOR_USE enumstr 137 "MSK_ON" 1 4 Controls whether an LU factorization of the basis is used in a hot-start.
503
516
  "0" 0
504
517
  "1" 0
505
518
  "FALSE" 0
506
519
  "TRUE" 0
507
520
  "MSK_ON" 1 Switch the option on.
508
521
  "MSK_OFF" 1 Switch the option off.
509
- MSK_IPAR_SIM_DEGEN enumstr 135 "MSK_SIM_DEGEN_FREE" 1 4 Controls how aggressively degeneration is handled.
522
+ MSK_IPAR_SIM_DEGEN enumstr 138 "MSK_SIM_DEGEN_FREE" 1 4 Controls how aggressively degeneration is handled.
510
523
  "MSK_SIM_DEGEN_NONE" 1 The simplex optimizer should use no degeneration strategy.
511
524
  "MSK_SIM_DEGEN_FREE" 1 The simplex optimizer chooses the degeneration strategy.
512
525
  "MSK_SIM_DEGEN_AGGRESSIVE" 1 The simplex optimizer should use an aggressive degeneration strategy.
513
526
  "MSK_SIM_DEGEN_MODERATE" 1 The simplex optimizer should use a moderate degeneration strategy.
514
527
  "MSK_SIM_DEGEN_MINIMUM" 1 The simplex optimizer should use a minimum degeneration strategy.
515
- MSK_IPAR_SIM_DUAL_CRASH integer 137 90 0 maxint 1 4 Controls whether crashing is performed in the dual simplex optimizer.
516
- MSK_IPAR_SIM_DUAL_RESTRICT_SELECTION integer 139 50 0 100 1 4 Controls how aggressively a restricted selection/pricing strategy is used to choose the outgoing variable in the dual simplex.
517
- MSK_IPAR_SIM_DUAL_SELECTION enumstr 140 "MSK_SIM_SELECTION_FREE" 1 4 Controls the choice of the incoming variable, known as the selection strategy, in the dual simplex optimizer.
528
+ MSK_IPAR_SIM_DUAL_CRASH integer 140 90 0 maxint 1 4 Controls whether crashing is performed in the dual simplex optimizer.
529
+ MSK_IPAR_SIM_DUAL_RESTRICT_SELECTION integer 142 50 0 100 1 4 Controls how aggressively a restricted selection/pricing strategy is used to choose the outgoing variable in the dual simplex.
530
+ MSK_IPAR_SIM_DUAL_SELECTION enumstr 143 "MSK_SIM_SELECTION_FREE" 1 4 Controls the choice of the incoming variable, known as the selection strategy, in the dual simplex optimizer.
518
531
  "MSK_SIM_SELECTION_FREE" 1 The optimizer chooses the pricing strategy.
519
532
  "MSK_SIM_SELECTION_FULL" 1 The optimizer uses full pricing.
520
533
  "MSK_SIM_SELECTION_ASE" 1 The optimizer uses approximate steepest-edge pricing.
521
534
  "MSK_SIM_SELECTION_DEVEX" 1 The optimizer uses devex steepest-edge pricing.
522
535
  "MSK_SIM_SELECTION_SE" 1 The optimizer uses steepest-edge selection.
523
536
  "MSK_SIM_SELECTION_PARTIAL" 1 The optimizer uses a partial selection approach.
524
- MSK_IPAR_SIM_EXPLOIT_DUPVEC enumstr 141 "MSK_SIM_EXPLOIT_DUPVEC_OFF" 1 4 Controls if the simplex optimizers are allowed to exploit duplicated columns.
537
+ MSK_IPAR_SIM_EXPLOIT_DUPVEC enumstr 144 "MSK_SIM_EXPLOIT_DUPVEC_OFF" 1 4 Controls if the simplex optimizers are allowed to exploit duplicated columns.
525
538
  "MSK_SIM_EXPLOIT_DUPVEC_ON" 1 Allow the simplex optimizer to exploit duplicated columns.
526
539
  "MSK_SIM_EXPLOIT_DUPVEC_OFF" 1 Disallow the simplex optimizer to exploit duplicated columns.
527
540
  "MSK_SIM_EXPLOIT_DUPVEC_FREE" 1 The simplex optimizer can choose freely.
528
- MSK_IPAR_SIM_HOTSTART enumstr 142 "MSK_SIM_HOTSTART_FREE" 1 4 Controls the type of hot-start that the simplex optimizer perform.
541
+ MSK_IPAR_SIM_HOTSTART enumstr 145 "MSK_SIM_HOTSTART_FREE" 1 4 Controls the type of hot-start that the simplex optimizer perform.
529
542
  "MSK_SIM_HOTSTART_NONE" 1 The simplex optimizer performs a coldstart.
530
543
  "MSK_SIM_HOTSTART_FREE" 1 The simplex optimize chooses the hot-start type.
531
544
  "MSK_SIM_HOTSTART_STATUS_KEYS" 1 Only the status keys of the constraints and variables are used to choose the type of hot-start.
532
- MSK_IPAR_SIM_HOTSTART_LU enumstr 143 "MSK_ON" 1 4 Determines if the simplex optimizer should exploit the initial factorization.
545
+ MSK_IPAR_SIM_HOTSTART_LU enumstr 146 "MSK_ON" 1 4 Determines if the simplex optimizer should exploit the initial factorization.
533
546
  "0" 0
534
547
  "1" 0
535
548
  "FALSE" 0
536
549
  "TRUE" 0
537
550
  "MSK_ON" 1 Switch the option on.
538
551
  "MSK_OFF" 1 Switch the option off.
539
- MSK_IPAR_SIM_MAX_ITERATIONS integer 144 10000000 0 maxint 1 4 Maximum number of iterations that can be used by a simplex optimizer.
540
- MSK_IPAR_SIM_MAX_NUM_SETBACKS integer 145 250 0 maxint 1 4 Controls how many set-backs are allowed within a simplex optimizer.
541
- MSK_IPAR_SIM_NON_SINGULAR enumstr 146 "MSK_ON" 1 4 Controls if the simplex optimizer ensures a non-singular basis, if possible.
552
+ MSK_IPAR_SIM_MAX_ITERATIONS integer 147 10000000 0 maxint 1 4 Maximum number of iterations that can be used by a simplex optimizer.
553
+ MSK_IPAR_SIM_MAX_NUM_SETBACKS integer 148 250 0 maxint 1 4 Controls how many set-backs are allowed within a simplex optimizer.
554
+ MSK_IPAR_SIM_NON_SINGULAR enumstr 149 "MSK_ON" 1 4 Controls if the simplex optimizer ensures a non-singular basis, if possible.
542
555
  "0" 0
543
556
  "1" 0
544
557
  "FALSE" 0
545
558
  "TRUE" 0
546
559
  "MSK_ON" 1 Switch the option on.
547
560
  "MSK_OFF" 1 Switch the option off.
548
- MSK_IPAR_SIM_PRIMAL_CRASH integer 147 90 0 maxint 1 4 Controls whether crashing is performed in the primal simplex optimizer.
549
- MSK_IPAR_SIM_PRIMAL_RESTRICT_SELECTION integer 149 50 0 100 1 4 Controls how aggressively a restricted selection/pricing strategy is used to choose the outgoing variable in the primal simplex.
550
- MSK_IPAR_SIM_PRIMAL_SELECTION enumstr 150 "MSK_SIM_SELECTION_FREE" 1 4 Controls the choice of the incoming variable, known as the selection strategy, in the primal simplex optimizer.
561
+ MSK_IPAR_SIM_PRECISION_BOOST enumstr 151 "MSK_OFF" 1 4 Controls whether the simplex optimizer is allowed to boost the precision during the computations if possible.
562
+ "0" 0
563
+ "1" 0
564
+ "FALSE" 0
565
+ "TRUE" 0
566
+ "MSK_ON" 1 Switch the option on.
567
+ "MSK_OFF" 1 Switch the option off.
568
+ MSK_IPAR_SIM_PRIMAL_CRASH integer 152 90 0 maxint 1 4 Controls whether crashing is performed in the primal simplex optimizer.
569
+ MSK_IPAR_SIM_PRIMAL_RESTRICT_SELECTION integer 154 50 0 100 1 4 Controls how aggressively a restricted selection/pricing strategy is used to choose the outgoing variable in the primal simplex.
570
+ MSK_IPAR_SIM_PRIMAL_SELECTION enumstr 155 "MSK_SIM_SELECTION_FREE" 1 4 Controls the choice of the incoming variable, known as the selection strategy, in the primal simplex optimizer.
551
571
  "MSK_SIM_SELECTION_FREE" 1 The optimizer chooses the pricing strategy.
552
572
  "MSK_SIM_SELECTION_FULL" 1 The optimizer uses full pricing.
553
573
  "MSK_SIM_SELECTION_ASE" 1 The optimizer uses approximate steepest-edge pricing.
554
574
  "MSK_SIM_SELECTION_DEVEX" 1 The optimizer uses devex steepest-edge pricing.
555
575
  "MSK_SIM_SELECTION_SE" 1 The optimizer uses steepest-edge selection.
556
576
  "MSK_SIM_SELECTION_PARTIAL" 1 The optimizer uses a partial selection approach.
557
- MSK_IPAR_SIM_REFACTOR_FREQ integer 151 0 0 maxint 0 4 Controls how frequent the basis is refactorized.
558
- MSK_IPAR_SIM_REFORMULATION enumstr 152 "MSK_SIM_REFORMULATION_OFF" 1 4 Controls if the simplex optimizers are allowed to reformulate the problem.
577
+ MSK_IPAR_SIM_REFACTOR_FREQ integer 156 0 0 maxint 0 4 Controls how frequent the basis is refactorized.
578
+ MSK_IPAR_SIM_REFORMULATION enumstr 157 "MSK_SIM_REFORMULATION_OFF" 1 4 Controls if the simplex optimizers are allowed to reformulate the problem.
559
579
  "MSK_SIM_REFORMULATION_ON" 1 Allow the simplex optimizer to reformulate the problem.
560
580
  "MSK_SIM_REFORMULATION_OFF" 1 Disallow the simplex optimizer to reformulate the problem.
561
581
  "MSK_SIM_REFORMULATION_FREE" 1 The simplex optimizer can choose freely.
562
582
  "MSK_SIM_REFORMULATION_AGGRESSIVE" 1 The simplex optimizer should use an aggressive reformulation strategy.
563
- MSK_IPAR_SIM_SAVE_LU enumstr 153 "MSK_OFF" 1 4 Controls if the LU factorization stored should be replaced with the LU factorization corresponding to the initial basis.
583
+ MSK_IPAR_SIM_SAVE_LU enumstr 158 "MSK_OFF" 1 4 Controls if the LU factorization stored should be replaced with the LU factorization corresponding to the initial basis.
564
584
  "0" 0
565
585
  "1" 0
566
586
  "FALSE" 0
567
587
  "TRUE" 0
568
588
  "MSK_ON" 1 Switch the option on.
569
589
  "MSK_OFF" 1 Switch the option off.
570
- MSK_IPAR_SIM_SCALING enumstr 154 "MSK_SCALING_FREE" 1 4 Controls how much effort is used in scaling the problem before a simplex optimizer is used.
590
+ MSK_IPAR_SIM_SCALING enumstr 159 "MSK_SCALING_FREE" 1 4 Controls how much effort is used in scaling the problem before a simplex optimizer is used.
571
591
  "MSK_SCALING_FREE" 1 The optimizer chooses the scaling heuristic.
572
592
  "MSK_SCALING_NONE" 1 No scaling is performed.
573
- MSK_IPAR_SIM_SCALING_METHOD enumstr 155 "MSK_SCALING_METHOD_POW2" 1 4 Controls how the problem is scaled before a simplex optimizer is used.
593
+ MSK_IPAR_SIM_SCALING_METHOD enumstr 160 "MSK_SCALING_METHOD_POW2" 1 4 Controls how the problem is scaled before a simplex optimizer is used.
574
594
  "MSK_SCALING_METHOD_POW2" 1 Scales only with power of 2 leaving the mantissa untouched.
575
595
  "MSK_SCALING_METHOD_FREE" 1 The optimizer chooses the scaling heuristic.
576
- MSK_IPAR_SIM_SEED integer 156 23456 0 32749 1 4 Sets the random seed used for randomization in the simplex optimizers.
577
- MSK_IPAR_SIM_SOLVE_FORM enumstr 157 "MSK_SOLVE_FREE" 1 4 Controls whether the primal or the dual problem is solved by the primal-/dual-simplex optimizer.
596
+ MSK_IPAR_SIM_SEED integer 161 23456 0 32749 1 4 Sets the random seed used for randomization in the simplex optimizers.
597
+ MSK_IPAR_SIM_SOLVE_FORM enumstr 162 "MSK_SOLVE_FREE" 1 4 Controls whether the primal or the dual problem is solved by the primal-/dual-simplex optimizer.
578
598
  "MSK_SOLVE_FREE" 1 The optimizer is free to solve either the primal or the dual problem.
579
599
  "MSK_SOLVE_PRIMAL" 1 The optimizer should solve the primal problem.
580
600
  "MSK_SOLVE_DUAL" 1 The optimizer should solve the dual problem.
581
- MSK_IPAR_SIM_STABILITY_PRIORITY integer 158 50 0 100 1 4 Controls how high priority the numerical stability should be given.
582
- MSK_IPAR_SIM_SWITCH_OPTIMIZER enumstr 159 "MSK_OFF" 1 4 Controls the simplex behavior.
601
+ MSK_IPAR_SIM_SWITCH_OPTIMIZER enumstr 163 "MSK_OFF" 1 4 Controls the simplex behavior.
583
602
  "0" 0
584
603
  "1" 0
585
604
  "FALSE" 0
586
605
  "TRUE" 0
587
606
  "MSK_ON" 1 Switch the option on.
588
607
  "MSK_OFF" 1 Switch the option off.
589
- MSK_IPAR_TIMING_LEVEL integer 165 1 0 maxint 1 1 Controls the amount of timing performed inside MOSEK.
590
- MSK_IPAR_WRITE_COMPRESSION integer 169 9 0 maxint 1 8 Controls whether the data file is compressed while it is written.
591
- MSK_IPAR_WRITE_DATA_PARAM enumstr 170 "MSK_OFF" 1 8 If this option is turned on the parameter settings are written to the data file as parameters.
608
+ MSK_IPAR_TIMING_LEVEL integer 167 1 0 maxint 1 1 Controls the amount of timing performed inside MOSEK.
609
+ MSK_IPAR_WRITE_ASYNC enumstr 168 "MSK_OFF" 1 8 Controls whether files are written using synchronous or asynchronous writer.
592
610
  "0" 0
593
611
  "1" 0
594
612
  "FALSE" 0
595
613
  "TRUE" 0
596
614
  "MSK_ON" 1 Switch the option on.
597
615
  "MSK_OFF" 1 Switch the option off.
598
- MSK_IPAR_WRITE_GENERIC_NAMES enumstr 172 "MSK_ON" 1 8 Controls whether generic names should be used instead of user-defined names when writing to the data file.
616
+ MSK_IPAR_WRITE_COMPRESSION integer 172 9 0 maxint 1 8 Controls whether the data file is compressed while it is written.
617
+ MSK_IPAR_WRITE_GENERIC_NAMES enumstr 174 "MSK_ON" 1 8 Controls whether generic names should be used instead of user-defined names when writing to the data file.
599
618
  "0" 0
600
619
  "1" 0
601
620
  "FALSE" 0
602
621
  "TRUE" 0
603
622
  "MSK_ON" 1 Switch the option on.
604
623
  "MSK_OFF" 1 Switch the option off.
605
- MSK_IPAR_WRITE_GENERIC_NAMES_IO integer 173 1 0 maxint 1 8 Index origin used in generic names.
606
- MSK_IPAR_WRITE_IGNORE_INCOMPATIBLE_ITEMS enumstr 174 "MSK_OFF" 1 8 Controls if the writer ignores incompatible problem items when writing files.
624
+ MSK_IPAR_WRITE_IGNORE_INCOMPATIBLE_ITEMS enumstr 175 "MSK_OFF" 1 8 Controls if the writer ignores incompatible problem items when writing files.
607
625
  "0" 0
608
626
  "1" 0
609
627
  "FALSE" 0
610
628
  "TRUE" 0
611
629
  "MSK_ON" 1 Switch the option on.
612
630
  "MSK_OFF" 1 Switch the option off.
613
- MSK_IPAR_WRITE_JSON_INDENTATION enumstr 178 "MSK_OFF" 1 8 When set, the JSON task and solution files are written with indentation for better readability.
631
+ MSK_IPAR_WRITE_JSON_INDENTATION enumstr 179 "MSK_OFF" 1 8 When set, the JSON task and solution files are written with indentation for better readability.
614
632
  "0" 0
615
633
  "1" 0
616
634
  "FALSE" 0
617
635
  "TRUE" 0
618
636
  "MSK_ON" 1 Switch the option on.
619
637
  "MSK_OFF" 1 Switch the option off.
620
- MSK_IPAR_WRITE_LP_FULL_OBJ enumstr 179 "MSK_ON" 1 8 Write all variables, including the ones with 0-coefficients, in the objective.
638
+ MSK_IPAR_WRITE_LP_FULL_OBJ enumstr 180 "MSK_ON" 1 8 Write all variables, including the ones with 0-coefficients, in the objective.
621
639
  "0" 0
622
640
  "1" 0
623
641
  "FALSE" 0
624
642
  "TRUE" 0
625
643
  "MSK_ON" 1 Switch the option on.
626
644
  "MSK_OFF" 1 Switch the option off.
627
- MSK_IPAR_WRITE_LP_LINE_WIDTH integer 180 80 40 maxint 1 8 Maximum width of line in an LP file written by MOSEK.
628
- MSK_IPAR_WRITE_MPS_FORMAT enumstr 181 "MSK_MPS_FORMAT_FREE" 1 8 Controls in which format the MPS is written.
645
+ MSK_IPAR_WRITE_LP_LINE_WIDTH integer 181 80 40 maxint 1 8 Maximum width of line in an LP file written by MOSEK.
646
+ MSK_IPAR_WRITE_MPS_FORMAT enumstr 182 "MSK_MPS_FORMAT_FREE" 1 8 Controls in which format the MPS file is written.
629
647
  "MSK_MPS_FORMAT_STRICT" 1 It is assumed that the input file satisfies the MPS format strictly.
630
648
  "MSK_MPS_FORMAT_RELAXED" 1 It is assumed that the input file satisfies a slightly relaxed version of the MPS format.
631
649
  "MSK_MPS_FORMAT_FREE" 1 It is assumed that the input file satisfies the free MPS format.
632
650
  "MSK_MPS_FORMAT_CPLEX" 1 The CPLEX compatible version of the MPS format is employed.
633
- MSK_IPAR_WRITE_MPS_INT enumstr 182 "MSK_ON" 1 8 Controls if marker records are written to the MPS file to indicate whether variables are integer restricted.
634
- "0" 0
635
- "1" 0
636
- "FALSE" 0
637
- "TRUE" 0
638
- "MSK_ON" 1 Switch the option on.
639
- "MSK_OFF" 1 Switch the option off.
640
- MSK_IPAR_WRITE_TASK_INC_SOL enumstr 188 "MSK_ON" 1 8 Controls whether the solutions are stored in the task file too.
651
+ MSK_IPAR_WRITE_MPS_INT enumstr 183 "MSK_ON" 1 8 Controls if marker records are written to the MPS file to indicate whether variables are integer restricted.
641
652
  "0" 0
642
653
  "1" 0
643
654
  "FALSE" 0
644
655
  "TRUE" 0
645
656
  "MSK_ON" 1 Switch the option on.
646
657
  "MSK_OFF" 1 Switch the option off.
647
- MSK_IPAR_WRITE_XML_MODE enumstr 189 "MSK_WRITE_XML_MODE_ROW" 1 8 Controls if linear coefficients should be written by row or column when writing in the XML file format.
648
- "MSK_WRITE_XML_MODE_ROW" 1 Write in row order.
649
- "MSK_WRITE_XML_MODE_COL" 1 Write in column order.
650
658
  MSK_SPAR_DATA_FILE_NAME string 1 "" 1 8 If set, problem data is written to this file. File extension determines format.
651
659
  MSK_SPAR_PARAM_COMMENT_SIGN string 6 "*" 0 1 Only the first character in this string is used.
652
660
  MSK_SPAR_PARAM_READ_FILE_NAME string 7 "" 1 1 Modifications to the parameter database is read from this file.
653
661
  MSK_SPAR_PARAM_WRITE_FILE_NAME string 8 "" 1 8 The parameter database is written to this file.
654
- MSK_SPAR_WRITE_LP_GEN_VAR_NAME string 24 ""xmskgen"" 1 8 Sometimes when an LP file is written additional variables must be inserted.
655
662
  QEXTRACTALG enumint 0 0 1 2 Switch to choose extraction algorithm for quadratic equations in GAMS interface.
656
663
  0 1 Choose automatically.
657
664
  1 1 ThreePass: uses a three-pass forward / backward / forward AD technique to compute function / gradient / Hessian values and a hybrid scheme for storage
658
665
  2 1 DoubleForward: uses forward-mode AD to compute and store function, gradient, and Hessian values at each node or stack level as required.
659
666
  3 1 Concurrent: Uses ThreePass and DoubleForward in parallel.
667
+ QEXTRACTDENSESWITCHFACTOR double 0 0.008 0 maxdouble 1 2 Sparse/dense factor for quadratic extraction algorithm in GAMS interface.
668
+ QEXTRACTDENSESWITCHLOG boolean 0 0 1 8 Whether to print additional information about sparse/dense factor choice in quadratic extraction algorithm in GAMS interface.
660
669
  SDPCHECKVARS boolean 0 1 1 2 Switch to disable checking that for every entry of a PSD matrix variable also a corresponding GAMS variable is present.
661
670
  SDPSOLUFILE string 0 "" 1 8 Name of GDX file to write primal solution of all PSD matrix variables and dual solution for PSD constraints.
662
671
  SECRET strlist 0 0 1 Secret way of setting MOSEK options.
gamspy_mosek/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '48.1.0'
1
+ __version__ = '52.5.0'
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamspy_mosek
3
+ Version: 52.5.0
@@ -0,0 +1,10 @@
1
+ gamspy_mosek/__init__.py,sha256=daD8qDE_nW9viuCxpD27m153dqlFBDc7GWC-VwiC1hQ,403
2
+ gamspy_mosek/mosek64_11_0.dll,sha256=wZeJpxj3o_VKnTqtCMb3HMWcFlXSz7Xxaw8sKzOyWY4,22950928
3
+ gamspy_mosek/mskcclib64.dll,sha256=LOXAiTQNhrD_Shge2HwaMKRa0bafkPM6x--6iMvkHLo,576000
4
+ gamspy_mosek/optmosek.def,sha256=MxTPvJ_YQDnXVrXBWvlgY7j4E7YWPdGjoKbHUx6ENvs,48404
5
+ gamspy_mosek/tbb12.dll,sha256=vRp22Zuz6f4IZDqYsR7R7ryytre22mDQGSWlIHfpoAo,319616
6
+ gamspy_mosek/version.py,sha256=EITVRFxRWF8Gg0y2N4ektQGNUFuw1gCNSHDAJv4VJkE,22
7
+ gamspy_mosek-52.5.0.dist-info/METADATA,sha256=kHLyf-ZlKSLqRJQculX5RuY0wo5MwRvKSNQSVVDJ8SQ,60
8
+ gamspy_mosek-52.5.0.dist-info/WHEEL,sha256=pn7hJLKN-DCv-KHF3N4m7CnF7Xm9hBbiRkjaUqBNsBk,104
9
+ gamspy_mosek-52.5.0.dist-info/top_level.txt,sha256=D_ibqdJHzeK1ovUML42JCi2Bg_SJ_XL0doZuT9jgKzg,13
10
+ gamspy_mosek-52.5.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: false
4
4
 
5
5
  Tag: py3-none-win_amd64
@@ -1,4 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: gamspy_mosek
3
- Version: 48.1.0
4
-
@@ -1,10 +0,0 @@
1
- gamspy_mosek/__init__.py,sha256=6JCtVqQ8MvzOSiuk0FADVaoLzcx5Us5Hw7_As8G27fY,407
2
- gamspy_mosek/mosek64_10_2.dll,sha256=RXIAqQj33JqpRMZESFSWLTscuV_42y3uxGlGeBW7nss,25110016
3
- gamspy_mosek/mskcclib64.dll,sha256=7NG_mIQalEvaYjHYCQm_jJ6Bxvwvi8NlZ4bu0wsxNPs,579584
4
- gamspy_mosek/optmosek.def,sha256=GQEJ-1c6vIH8Sm5PV60hBMOIrx9fXxrG2ovrO6KThws,47074
5
- gamspy_mosek/tbb12.dll,sha256=vRp22Zuz6f4IZDqYsR7R7ryytre22mDQGSWlIHfpoAo,319616
6
- gamspy_mosek/version.py,sha256=wCZPwLAPnxXFrnUyDGjHUEpjDJZkOGZHtwjNA0S3rP4,22
7
- gamspy_mosek-48.1.0.dist-info/METADATA,sha256=9zgsuowPWbRVkzpDnrH-aji4Mqm4ij01JDihQtaFDB0,62
8
- gamspy_mosek-48.1.0.dist-info/WHEEL,sha256=8l89w1x90bweeGN95TnUXQnlgeqFC_p-xJg41IxQ8B0,103
9
- gamspy_mosek-48.1.0.dist-info/top_level.txt,sha256=D_ibqdJHzeK1ovUML42JCi2Bg_SJ_XL0doZuT9jgKzg,13
10
- gamspy_mosek-48.1.0.dist-info/RECORD,,