gamspy-mosek 52.0.0rc1__py3-none-macosx_13_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gamspy_mosek/__init__.py +9 -0
- gamspy_mosek/libmosek64.10.2.dylib +0 -0
- gamspy_mosek/libmskcclib64.dylib +0 -0
- gamspy_mosek/libtbb.12.dylib +0 -0
- gamspy_mosek/optmosek.def +687 -0
- gamspy_mosek/version.py +1 -0
- gamspy_mosek-52.0.0rc1.dist-info/METADATA +3 -0
- gamspy_mosek-52.0.0rc1.dist-info/RECORD +10 -0
- gamspy_mosek-52.0.0rc1.dist-info/WHEEL +5 -0
- gamspy_mosek-52.0.0rc1.dist-info/top_level.txt +1 -0
gamspy_mosek/__init__.py
ADDED
|
@@ -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 = ['libmosek64.10.2.dylib', 'libtbb.12.dylib', 'optmosek.def', 'libmskcclib64.dylib']
|
|
7
|
+
|
|
8
|
+
file_paths = [directory + os.sep + file for file in files]
|
|
9
|
+
verbatim = 'MOSEK 11 5 MKMBML 1 0 2 LP MIP RMIP NLP DNLP RMINLP MINLP QCP MIQCP RMIQCP\ngmsgenus.run\ngmsgenux.out\nlibmskcclib64.dylib msk 1 1'
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,687 @@
|
|
|
1
|
+
*
|
|
2
|
+
* optmosek.def
|
|
3
|
+
*
|
|
4
|
+
|
|
5
|
+
BEGIN enumstr 0 "MOSEK" 0 1 Dummy option to support Mosek option files that start with BEGIN MOSEK
|
|
6
|
+
"MOSEK" 1
|
|
7
|
+
END enumstr 0 "MOSEK" 0 1 Dummy option to support Mosek option files that end with END MOSEK
|
|
8
|
+
"MOSEK" 1
|
|
9
|
+
FIXOPTFILE string 0 "" 1 6 Name of option file which is read just before solving the fixed problem.
|
|
10
|
+
MSK_DPAR_ANA_SOL_INFEAS_TOL double 0 1e-06 0 maxdouble 1 7 If a constraint violates its bound with an amount larger than this value, the constraint name, index and violation will be printed by the solution analyzer.
|
|
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
|
+
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
|
+
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.
|
|
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
|
+
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
|
+
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.
|
|
29
|
+
MSK_DPAR_INTPNT_CO_TOL_NEAR_REL double 19 1 1 maxdouble 1 5 Termination tolerance multiplier that is used if no accurate solution can be found.
|
|
30
|
+
MSK_DPAR_INTPNT_CO_TOL_PFEAS double 20 1e-08 0 1 1 5 Primal feasibility tolerance used by the interior-point optimizer for conic problems.
|
|
31
|
+
MSK_DPAR_INTPNT_CO_TOL_REL_GAP double 21 1e-08 0 1 1 5 Relative gap termination tolerance used by the interior-point optimizer for conic problems.
|
|
32
|
+
MSK_DPAR_INTPNT_QO_TOL_DFEAS double 22 1e-08 0 1 1 5 Dual feasibility tolerance used when the interior-point optimizer is applied to a quadratic optimization problem.
|
|
33
|
+
MSK_DPAR_INTPNT_QO_TOL_INFEAS double 23 1e-12 0 1 1 5 Infeasibility tolerance used by the interior-point optimizer for quadratic problems.
|
|
34
|
+
MSK_DPAR_INTPNT_QO_TOL_MU_RED double 24 1e-08 0 1 1 5 Relative complementarity gap tolerance used by the interior-point optimizer for quadratic problems.
|
|
35
|
+
MSK_DPAR_INTPNT_QO_TOL_NEAR_REL double 25 1 1 maxdouble 1 5 Termination tolerance multiplier that is used if no accurate solution can be found.
|
|
36
|
+
MSK_DPAR_INTPNT_QO_TOL_PFEAS double 26 1e-08 0 1 1 5 Primal feasibility tolerance used by the interior-point optimizer for quadratic problems.
|
|
37
|
+
MSK_DPAR_INTPNT_QO_TOL_REL_GAP double 27 1e-08 0 1 1 5 Relative gap termination tolerance used by the interior-point optimizer for quadratic problems.
|
|
38
|
+
MSK_DPAR_INTPNT_TOL_DFEAS double 28 1e-08 0 1 1 5 Dual feasibility tolerance used by the interior-point optimizer for linear problems.
|
|
39
|
+
MSK_DPAR_INTPNT_TOL_DSAFE double 29 1 0.0001 maxdouble 1 5 Controls the initial dual starting point used by the interior-point optimizer.
|
|
40
|
+
MSK_DPAR_INTPNT_TOL_INFEAS double 30 1e-10 0 1 1 5 Infeasibility tolerance used by the interior-point optimizer for linear problems.
|
|
41
|
+
MSK_DPAR_INTPNT_TOL_MU_RED double 31 1e-16 0 1 1 5 Relative complementarity gap tolerance used by the interior-point optimizer for linear problems.
|
|
42
|
+
MSK_DPAR_INTPNT_TOL_PATH double 32 1e-08 0 0.9999 1 5 Controls how close the interior-point optimizer follows the central path.
|
|
43
|
+
MSK_DPAR_INTPNT_TOL_PFEAS double 33 1e-08 0 1 1 5 Primal feasibility tolerance used by the interior-point optimizer for linear problems.
|
|
44
|
+
MSK_DPAR_INTPNT_TOL_PSAFE double 34 1 0.0001 maxdouble 1 5 Controls the initial primal starting point used by the interior-point optimizer.
|
|
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
|
+
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
|
+
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.
|
|
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.
|
|
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
|
+
MSK_DPAR_PRESOLVE_TOL_REL_LINDEP double 53 1e-10 0 maxdouble 1 3 Relative tolerance employed by the linear dependency checker.
|
|
62
|
+
MSK_DPAR_PRESOLVE_TOL_S double 54 1e-08 0 maxdouble 1 3 Absolute zero tolerance employed for dual variables in presolve.
|
|
63
|
+
MSK_DPAR_PRESOLVE_TOL_X double 55 1e-08 0 maxdouble 1 3 Absolute zero tolerance employed for primal variables in presolve.
|
|
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
|
+
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.
|
|
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.
|
|
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
|
+
"0" 0
|
|
72
|
+
"1" 0
|
|
73
|
+
"FALSE" 0
|
|
74
|
+
"TRUE" 0
|
|
75
|
+
"MSK_ON" 1 Switch the option on.
|
|
76
|
+
"MSK_OFF" 1 Switch the option off.
|
|
77
|
+
MSK_IPAR_BI_CLEAN_OPTIMIZER enumstr 5 "MSK_OPTIMIZER_FREE" 1 5 Controls which simplex optimizer is used in the clean-up phase.
|
|
78
|
+
"MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
|
|
79
|
+
"MSK_OPTIMIZER_INTPNT" 0 The interior-point optimizer is used.
|
|
80
|
+
"MSK_OPTIMIZER_CONIC" 0 The optimizer for problems having conic constraints.
|
|
81
|
+
"MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
|
|
82
|
+
"MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
|
|
83
|
+
"MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
|
|
84
|
+
"MSK_OPTIMIZER_MIXED_INT" 0 The mixed-integer optimizer.
|
|
85
|
+
MSK_IPAR_BI_IGNORE_MAX_ITER enumstr 6 "MSK_OFF" 1 5 Controls if basis identification is performed under certain conditions.
|
|
86
|
+
"0" 0
|
|
87
|
+
"1" 0
|
|
88
|
+
"FALSE" 0
|
|
89
|
+
"TRUE" 0
|
|
90
|
+
"MSK_ON" 1 Switch the option on.
|
|
91
|
+
"MSK_OFF" 1 Switch the option off.
|
|
92
|
+
MSK_IPAR_BI_IGNORE_NUM_ERROR enumstr 7 "MSK_ON" 1 5 Turns on basis identification if interior-point optimizer is terminated due to a numerical problem.
|
|
93
|
+
"0" 0
|
|
94
|
+
"1" 0
|
|
95
|
+
"FALSE" 0
|
|
96
|
+
"TRUE" 0
|
|
97
|
+
"MSK_ON" 1 Switch the option on.
|
|
98
|
+
"MSK_OFF" 1 Switch the option off.
|
|
99
|
+
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.
|
|
101
|
+
"0" 0
|
|
102
|
+
"1" 0
|
|
103
|
+
"FALSE" 0
|
|
104
|
+
"TRUE" 0
|
|
105
|
+
"MSK_ON" 1 Switch the option on.
|
|
106
|
+
"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.
|
|
108
|
+
"0" 0
|
|
109
|
+
"1" 0
|
|
110
|
+
"FALSE" 0
|
|
111
|
+
"TRUE" 0
|
|
112
|
+
"MSK_ON" 1 Switch the option on.
|
|
113
|
+
"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.
|
|
123
|
+
"MSK_BI_NEVER" 1 Never do basis identification.
|
|
124
|
+
"MSK_BI_ALWAYS" 1 Basis identification is always performed even if the interior-point optimizer terminates abnormally.
|
|
125
|
+
"MSK_BI_NO_ERROR" 1 Basis identification is performed if the interior-point optimizer terminates without an error.
|
|
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
|
+
"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.
|
|
129
|
+
"0" 0
|
|
130
|
+
"1" 0
|
|
131
|
+
"FALSE" 0
|
|
132
|
+
"TRUE" 0
|
|
133
|
+
"MSK_ON" 1 Switch the option on.
|
|
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.
|
|
136
|
+
"MSK_INTPNT_HOTSTART_NONE" 1 The interior-point optimizer performs a coldstart.
|
|
137
|
+
"MSK_INTPNT_HOTSTART_PRIMAL" 1 The interior-point optimizer exploits the primal solution only.
|
|
138
|
+
"MSK_INTPNT_HOTSTART_DUAL" 1 The interior-point optimizer exploits the dual solution only.
|
|
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.
|
|
146
|
+
"MSK_ORDER_METHOD_FREE" 1 The ordering method is chosen automatically.
|
|
147
|
+
"MSK_ORDER_METHOD_APPMINLOC" 1 Approximate minimum local fill-in ordering is employed.
|
|
148
|
+
"MSK_ORDER_METHOD_EXPERIMENTAL" 0 This option should not be used.
|
|
149
|
+
"MSK_ORDER_METHOD_TRY_GRAPHPAR" 1 Always try the graph partitioning based ordering.
|
|
150
|
+
"MSK_ORDER_METHOD_FORCE_GRAPHPAR" 1 Always use the graph partitioning based ordering even if it is worse than the approximate minimum local fill ordering.
|
|
151
|
+
"MSK_ORDER_METHOD_NONE" 1 No ordering is used.
|
|
152
|
+
MSK_IPAR_INTPNT_REGULARIZATION_USE enumstr 25 "MSK_ON" 1 5 Controls whether regularization is allowed.
|
|
153
|
+
"0" 0
|
|
154
|
+
"1" 0
|
|
155
|
+
"FALSE" 0
|
|
156
|
+
"TRUE" 0
|
|
157
|
+
"MSK_ON" 1 Switch the option on.
|
|
158
|
+
"MSK_OFF" 1 Switch the option off.
|
|
159
|
+
MSK_IPAR_INTPNT_SCALING enumstr 26 "MSK_SCALING_FREE" 1 5 Controls how the problem is scaled before the interior-point optimizer is used.
|
|
160
|
+
"MSK_SCALING_FREE" 1 The optimizer chooses the scaling heuristic.
|
|
161
|
+
"MSK_SCALING_NONE" 1 No scaling is performed.
|
|
162
|
+
MSK_IPAR_INTPNT_SOLVE_FORM enumstr 27 "MSK_SOLVE_FREE" 1 5 Controls whether the primal or the dual problem is solved.
|
|
163
|
+
"MSK_SOLVE_FREE" 1 The optimizer is free to solve either the primal or the dual problem.
|
|
164
|
+
"MSK_SOLVE_PRIMAL" 1 The optimizer should solve the primal problem.
|
|
165
|
+
"MSK_SOLVE_DUAL" 1 The optimizer should solve the dual problem.
|
|
166
|
+
MSK_IPAR_INTPNT_STARTING_POINT enumstr 28 "MSK_STARTING_POINT_FREE" 1 5 Starting point used by the interior-point optimizer.
|
|
167
|
+
"MSK_STARTING_POINT_FREE" 1 The starting point is chosen automatically.
|
|
168
|
+
"MSK_STARTING_POINT_GUESS" 1 The optimizer guesses a starting point.
|
|
169
|
+
"MSK_STARTING_POINT_CONSTANT" 1 The optimizer constructs a starting point by assigning a constant value to all primal and dual variables.
|
|
170
|
+
MSK_IPAR_LOG integer 34 10 0 maxint 1 8 Controls the amount of log information.
|
|
171
|
+
MSK_IPAR_LOG_BI integer 36 1 0 maxint 1 8 Controls the amount of output printed by the basis identification procedure.
|
|
172
|
+
MSK_IPAR_LOG_BI_FREQ integer 37 2500 0 maxint 1 8 Controls logging frequency of the basis identification
|
|
173
|
+
MSK_IPAR_LOG_FEAS_REPAIR integer 40 1 0 maxint 1 8 Controls the amount of output printed when performing feasibility repair.
|
|
174
|
+
MSK_IPAR_LOG_INFEAS_ANA integer 43 1 0 maxint 1 8 Controls amount of output printed by the infeasibility analyzer procedures.
|
|
175
|
+
MSK_IPAR_LOG_INTPNT integer 44 1 0 maxint 1 8 Controls amount of output printed by the interior-point optimizer.
|
|
176
|
+
MSK_IPAR_LOG_LOCAL_INFO enumstr 45 "MSK_ON" 0 8 Controls whether local identifying information like environment variables, filenames, IP addresses etc.
|
|
177
|
+
"0" 0
|
|
178
|
+
"1" 0
|
|
179
|
+
"FALSE" 0
|
|
180
|
+
"TRUE" 0
|
|
181
|
+
"MSK_ON" 1 Switch the option on.
|
|
182
|
+
"MSK_OFF" 1 Switch the option off.
|
|
183
|
+
MSK_IPAR_LOG_MIO integer 46 4 0 maxint 1 8 Controls the log level for the mixed-integer optimizer.
|
|
184
|
+
MSK_IPAR_LOG_MIO_FREQ integer 47 10 minint maxint 1 8 Controls how frequent the mixed-integer optimizer prints the log line.
|
|
185
|
+
MSK_IPAR_LOG_ORDER integer 48 1 0 maxint 1 8 If turned on, then factor lines are added to the log.
|
|
186
|
+
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.
|
|
192
|
+
"MSK_BRANCH_DIR_FREE" 1 The mixed-integer optimizer decides which branch to choose.
|
|
193
|
+
"MSK_BRANCH_DIR_UP" 1 The mixed-integer optimizer always chooses the up branch first.
|
|
194
|
+
"MSK_BRANCH_DIR_DOWN" 1 The mixed-integer optimizer always chooses the down branch first.
|
|
195
|
+
"MSK_BRANCH_DIR_NEAR" 1 Branch in direction nearest to selected fractional variable.
|
|
196
|
+
"MSK_BRANCH_DIR_FAR" 1 Branch in direction farthest from selected fractional variable.
|
|
197
|
+
"MSK_BRANCH_DIR_ROOT_LP" 1 Chose direction based on root lp value of selected variable.
|
|
198
|
+
"MSK_BRANCH_DIR_GUIDED" 1 Branch in direction of current incumbent.
|
|
199
|
+
"MSK_BRANCH_DIR_PSEUDOCOST" 1 Branch based on the pseudocost of the variable.
|
|
200
|
+
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
|
+
"0" 0
|
|
202
|
+
"1" 0
|
|
203
|
+
"FALSE" 0
|
|
204
|
+
"TRUE" 0
|
|
205
|
+
"MSK_ON" 1 Switch the option on.
|
|
206
|
+
"MSK_OFF" 1 Switch the option off.
|
|
207
|
+
MSK_IPAR_MIO_CONSTRUCT_SOL enumstr 60 "MSK_OFF" 1 6 Whether to construct an initial solution from starting point
|
|
208
|
+
"0" 0
|
|
209
|
+
"1" 0
|
|
210
|
+
"FALSE" 0
|
|
211
|
+
"TRUE" 0
|
|
212
|
+
"MSK_ON" 1 Switch the option on.
|
|
213
|
+
"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.
|
|
215
|
+
"0" 0
|
|
216
|
+
"1" 0
|
|
217
|
+
"FALSE" 0
|
|
218
|
+
"TRUE" 0
|
|
219
|
+
"MSK_ON" 1 Switch the option on.
|
|
220
|
+
"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.
|
|
222
|
+
"0" 0
|
|
223
|
+
"1" 0
|
|
224
|
+
"FALSE" 0
|
|
225
|
+
"TRUE" 0
|
|
226
|
+
"MSK_ON" 1 Switch the option on.
|
|
227
|
+
"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.
|
|
229
|
+
"0" 0
|
|
230
|
+
"1" 0
|
|
231
|
+
"FALSE" 0
|
|
232
|
+
"TRUE" 0
|
|
233
|
+
"MSK_ON" 1 Switch the option on.
|
|
234
|
+
"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.
|
|
236
|
+
"0" 0
|
|
237
|
+
"1" 0
|
|
238
|
+
"FALSE" 0
|
|
239
|
+
"TRUE" 0
|
|
240
|
+
"MSK_ON" 1 Switch the option on.
|
|
241
|
+
"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.
|
|
243
|
+
"0" 0
|
|
244
|
+
"1" 0
|
|
245
|
+
"FALSE" 0
|
|
246
|
+
"TRUE" 0
|
|
247
|
+
"MSK_ON" 1 Switch the option on.
|
|
248
|
+
"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.
|
|
250
|
+
"0" 0
|
|
251
|
+
"1" 0
|
|
252
|
+
"FALSE" 0
|
|
253
|
+
"TRUE" 0
|
|
254
|
+
"MSK_ON" 1 Switch the option on.
|
|
255
|
+
"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.
|
|
257
|
+
-1 1 The optimizer chooses the level of cut selection.
|
|
258
|
+
0 1 Generated cuts less likely to be added to the relaxation.
|
|
259
|
+
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.
|
|
261
|
+
"MSK_MIO_DATA_PERMUTATION_METHOD_NONE" 1 No problem data permutation is applied.
|
|
262
|
+
"MSK_MIO_DATA_PERMUTATION_METHOD_CYCLIC_SHIFT" 1 A random cyclic shift is applied to permute the problem data.
|
|
263
|
+
"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.
|
|
265
|
+
"-1" 1 The optimizer chooses the level of dual ray analysis employed.
|
|
266
|
+
"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.
|
|
270
|
+
"-1" 1 The optimizer chooses how the Feasibility Pump is used.
|
|
271
|
+
"0" 1 The Feasibility Pump is disabled.
|
|
272
|
+
"1" 1 The Feasibility Pump is enabled with an effort to improve solution quality.
|
|
273
|
+
"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.
|
|
281
|
+
"0" 1 The optimizer chooses.
|
|
282
|
+
"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.
|
|
285
|
+
"MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
|
|
286
|
+
"MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
|
|
287
|
+
"MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
|
|
288
|
+
"MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
|
|
289
|
+
"MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
|
|
290
|
+
"MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
|
|
291
|
+
"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.
|
|
293
|
+
"MSK_MIO_NODE_SELECTION_FREE" 1 The optimizer decides the node selection strategy.
|
|
294
|
+
"MSK_MIO_NODE_SELECTION_FIRST" 1 The optimizer employs a depth first node selection strategy.
|
|
295
|
+
"MSK_MIO_NODE_SELECTION_BEST" 1 The optimizer employs a best bound node selection strategy.
|
|
296
|
+
"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.
|
|
298
|
+
"0" 1 The optimizer chooses.
|
|
299
|
+
"1" 1 More emphasis is put on reducing numerical problems.
|
|
300
|
+
"2" 1 Even more emphasis.
|
|
301
|
+
MSK_IPAR_MIO_PERSPECTIVE_REFORMULATE enumstr 83 "MSK_ON" 1 6 Enables or disables perspective reformulation in presolve.
|
|
302
|
+
"0" 0
|
|
303
|
+
"1" 0
|
|
304
|
+
"FALSE" 0
|
|
305
|
+
"TRUE" 0
|
|
306
|
+
"MSK_ON" 1 Switch the option on.
|
|
307
|
+
"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.
|
|
309
|
+
"0" 0
|
|
310
|
+
"1" 0
|
|
311
|
+
"FALSE" 0
|
|
312
|
+
"TRUE" 0
|
|
313
|
+
"MSK_ON" 1 Switch the option on.
|
|
314
|
+
"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.
|
|
316
|
+
-1 1 The optimizer chooses the level of probing employed
|
|
317
|
+
0 1 Probing is disabled
|
|
318
|
+
1 1 A low amount of probing is employed
|
|
319
|
+
2 1 A medium amount of probing is employed
|
|
320
|
+
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.
|
|
322
|
+
"0" 0
|
|
323
|
+
"1" 0
|
|
324
|
+
"FALSE" 0
|
|
325
|
+
"TRUE" 0
|
|
326
|
+
"MSK_ON" 1 Switch the option on.
|
|
327
|
+
"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.
|
|
329
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_FREE" 1 The mixed-integer optimizer decides which reformulation method to apply.
|
|
330
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_NONE" 1 No reformulation method is applied.
|
|
331
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_LINEARIZATION" 1 A reformulation via linearization is applied.
|
|
332
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_EIGEN_VAL_METHOD" 1 The eigenvalue method is applied.
|
|
333
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_DIAG_SDP" 1 A perturbation of matrix diagonals via the solution of SDPs is applied.
|
|
334
|
+
"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.
|
|
337
|
+
"MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
|
|
338
|
+
"MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
|
|
339
|
+
"MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
|
|
340
|
+
"MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
|
|
341
|
+
"MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
|
|
342
|
+
"MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
|
|
343
|
+
"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.
|
|
350
|
+
"-1" 1 The optimizer chooses the level of symmetry detection and handling employed.
|
|
351
|
+
"0" 1 Symmetry detection and handling is disabled.
|
|
352
|
+
"1" 1 A low amount of symmetry detection and handling is employed.
|
|
353
|
+
"2" 1 A medium amount of symmetry detection and handling is employed.
|
|
354
|
+
"3" 1 A high amount of symmetry detection and handling is employed .
|
|
355
|
+
"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.
|
|
357
|
+
"MSK_MIO_VAR_SELECTION_FREE" 1 The optimizer decides the variable selection strategy.
|
|
358
|
+
"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.
|
|
361
|
+
-1 1 The optimizer chooses.
|
|
362
|
+
0 1 No variable bounds are detected.
|
|
363
|
+
1 1 Only detect variable bounds that are directly represented in the problem.
|
|
364
|
+
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.
|
|
368
|
+
"0" 0
|
|
369
|
+
"1" 0
|
|
370
|
+
"FALSE" 0
|
|
371
|
+
"TRUE" 0
|
|
372
|
+
"MSK_ON" 1 Switch the option on.
|
|
373
|
+
"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.
|
|
375
|
+
"0" 0
|
|
376
|
+
"1" 0
|
|
377
|
+
"FALSE" 0
|
|
378
|
+
"TRUE" 0
|
|
379
|
+
"MSK_ON" 1 Switch the option on.
|
|
380
|
+
"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.
|
|
383
|
+
"0" 0
|
|
384
|
+
"1" 0
|
|
385
|
+
"FALSE" 0
|
|
386
|
+
"TRUE" 0
|
|
387
|
+
"MSK_ON" 1 Switch the option on.
|
|
388
|
+
"MSK_OFF" 1 Switch the option off.
|
|
389
|
+
MSK_IPAR_OPF_WRITE_PROBLEM enumstr 102 "MSK_ON" 1 8 Write objective, constraints, bounds etc.
|
|
390
|
+
"0" 0
|
|
391
|
+
"1" 0
|
|
392
|
+
"FALSE" 0
|
|
393
|
+
"TRUE" 0
|
|
394
|
+
"MSK_ON" 1 Switch the option on.
|
|
395
|
+
"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.
|
|
397
|
+
"0" 0
|
|
398
|
+
"1" 0
|
|
399
|
+
"FALSE" 0
|
|
400
|
+
"TRUE" 0
|
|
401
|
+
"MSK_ON" 1 Switch the option on.
|
|
402
|
+
"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.
|
|
404
|
+
"0" 0
|
|
405
|
+
"1" 0
|
|
406
|
+
"FALSE" 0
|
|
407
|
+
"TRUE" 0
|
|
408
|
+
"MSK_ON" 1 Switch the option on.
|
|
409
|
+
"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.
|
|
411
|
+
"0" 0
|
|
412
|
+
"1" 0
|
|
413
|
+
"FALSE" 0
|
|
414
|
+
"TRUE" 0
|
|
415
|
+
"MSK_ON" 1 Switch the option on.
|
|
416
|
+
"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.
|
|
418
|
+
"0" 0
|
|
419
|
+
"1" 0
|
|
420
|
+
"FALSE" 0
|
|
421
|
+
"TRUE" 0
|
|
422
|
+
"MSK_ON" 1 Switch the option on.
|
|
423
|
+
"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.
|
|
425
|
+
"MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
|
|
426
|
+
"MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
|
|
427
|
+
"MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
|
|
428
|
+
"MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
|
|
429
|
+
"MSK_OPTIMIZER_DUAL_SIMPLEX" 1 The dual simplex optimizer is used.
|
|
430
|
+
"MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
|
|
431
|
+
"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.
|
|
433
|
+
"0" 0
|
|
434
|
+
"1" 0
|
|
435
|
+
"FALSE" 0
|
|
436
|
+
"TRUE" 0
|
|
437
|
+
"MSK_ON" 1 Switch the option on.
|
|
438
|
+
"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.
|
|
440
|
+
"0" 0
|
|
441
|
+
"1" 0
|
|
442
|
+
"FALSE" 0
|
|
443
|
+
"TRUE" 0
|
|
444
|
+
"MSK_ON" 1 Switch the option on.
|
|
445
|
+
"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.
|
|
451
|
+
"0" 0
|
|
452
|
+
"1" 0
|
|
453
|
+
"FALSE" 0
|
|
454
|
+
"TRUE" 0
|
|
455
|
+
"MSK_ON" 1 Switch the option on.
|
|
456
|
+
"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.
|
|
459
|
+
"0" 0
|
|
460
|
+
"1" 0
|
|
461
|
+
"FALSE" 0
|
|
462
|
+
"TRUE" 0
|
|
463
|
+
"MSK_ON" 1 Switch the option on.
|
|
464
|
+
"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.
|
|
468
|
+
"MSK_PRESOLVE_MODE_OFF" 1 The problem is not presolved before it is optimized.
|
|
469
|
+
"MSK_PRESOLVE_MODE_ON" 1 The problem is presolved before it is optimized.
|
|
470
|
+
"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.
|
|
472
|
+
"0" 0
|
|
473
|
+
"1" 0
|
|
474
|
+
"FALSE" 0
|
|
475
|
+
"TRUE" 0
|
|
476
|
+
"MSK_ON" 1 Switch the option on.
|
|
477
|
+
"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.
|
|
479
|
+
"0" 0
|
|
480
|
+
"1" 0
|
|
481
|
+
"FALSE" 0
|
|
482
|
+
"TRUE" 0
|
|
483
|
+
"MSK_ON" 1 Switch the option on.
|
|
484
|
+
"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.
|
|
486
|
+
"0" 0
|
|
487
|
+
"1" 0
|
|
488
|
+
"FALSE" 0
|
|
489
|
+
"TRUE" 0
|
|
490
|
+
"MSK_ON" 1 Switch the option on.
|
|
491
|
+
"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.
|
|
501
|
+
"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.
|
|
503
|
+
"0" 0
|
|
504
|
+
"1" 0
|
|
505
|
+
"FALSE" 0
|
|
506
|
+
"TRUE" 0
|
|
507
|
+
"MSK_ON" 1 Switch the option on.
|
|
508
|
+
"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.
|
|
510
|
+
"MSK_SIM_DEGEN_NONE" 1 The simplex optimizer should use no degeneration strategy.
|
|
511
|
+
"MSK_SIM_DEGEN_FREE" 1 The simplex optimizer chooses the degeneration strategy.
|
|
512
|
+
"MSK_SIM_DEGEN_AGGRESSIVE" 1 The simplex optimizer should use an aggressive degeneration strategy.
|
|
513
|
+
"MSK_SIM_DEGEN_MODERATE" 1 The simplex optimizer should use a moderate degeneration strategy.
|
|
514
|
+
"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.
|
|
518
|
+
"MSK_SIM_SELECTION_FREE" 1 The optimizer chooses the pricing strategy.
|
|
519
|
+
"MSK_SIM_SELECTION_FULL" 1 The optimizer uses full pricing.
|
|
520
|
+
"MSK_SIM_SELECTION_ASE" 1 The optimizer uses approximate steepest-edge pricing.
|
|
521
|
+
"MSK_SIM_SELECTION_DEVEX" 1 The optimizer uses devex steepest-edge pricing.
|
|
522
|
+
"MSK_SIM_SELECTION_SE" 1 The optimizer uses steepest-edge selection.
|
|
523
|
+
"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.
|
|
525
|
+
"MSK_SIM_EXPLOIT_DUPVEC_ON" 1 Allow the simplex optimizer to exploit duplicated columns.
|
|
526
|
+
"MSK_SIM_EXPLOIT_DUPVEC_OFF" 1 Disallow the simplex optimizer to exploit duplicated columns.
|
|
527
|
+
"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.
|
|
529
|
+
"MSK_SIM_HOTSTART_NONE" 1 The simplex optimizer performs a coldstart.
|
|
530
|
+
"MSK_SIM_HOTSTART_FREE" 1 The simplex optimize chooses the hot-start type.
|
|
531
|
+
"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.
|
|
533
|
+
"0" 0
|
|
534
|
+
"1" 0
|
|
535
|
+
"FALSE" 0
|
|
536
|
+
"TRUE" 0
|
|
537
|
+
"MSK_ON" 1 Switch the option on.
|
|
538
|
+
"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.
|
|
542
|
+
"0" 0
|
|
543
|
+
"1" 0
|
|
544
|
+
"FALSE" 0
|
|
545
|
+
"TRUE" 0
|
|
546
|
+
"MSK_ON" 1 Switch the option on.
|
|
547
|
+
"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.
|
|
551
|
+
"MSK_SIM_SELECTION_FREE" 1 The optimizer chooses the pricing strategy.
|
|
552
|
+
"MSK_SIM_SELECTION_FULL" 1 The optimizer uses full pricing.
|
|
553
|
+
"MSK_SIM_SELECTION_ASE" 1 The optimizer uses approximate steepest-edge pricing.
|
|
554
|
+
"MSK_SIM_SELECTION_DEVEX" 1 The optimizer uses devex steepest-edge pricing.
|
|
555
|
+
"MSK_SIM_SELECTION_SE" 1 The optimizer uses steepest-edge selection.
|
|
556
|
+
"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.
|
|
559
|
+
"MSK_SIM_REFORMULATION_ON" 1 Allow the simplex optimizer to reformulate the problem.
|
|
560
|
+
"MSK_SIM_REFORMULATION_OFF" 1 Disallow the simplex optimizer to reformulate the problem.
|
|
561
|
+
"MSK_SIM_REFORMULATION_FREE" 1 The simplex optimizer can choose freely.
|
|
562
|
+
"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.
|
|
564
|
+
"0" 0
|
|
565
|
+
"1" 0
|
|
566
|
+
"FALSE" 0
|
|
567
|
+
"TRUE" 0
|
|
568
|
+
"MSK_ON" 1 Switch the option on.
|
|
569
|
+
"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.
|
|
571
|
+
"MSK_SCALING_FREE" 1 The optimizer chooses the scaling heuristic.
|
|
572
|
+
"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.
|
|
574
|
+
"MSK_SCALING_METHOD_POW2" 1 Scales only with power of 2 leaving the mantissa untouched.
|
|
575
|
+
"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.
|
|
578
|
+
"MSK_SOLVE_FREE" 1 The optimizer is free to solve either the primal or the dual problem.
|
|
579
|
+
"MSK_SOLVE_PRIMAL" 1 The optimizer should solve the primal problem.
|
|
580
|
+
"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.
|
|
583
|
+
"0" 0
|
|
584
|
+
"1" 0
|
|
585
|
+
"FALSE" 0
|
|
586
|
+
"TRUE" 0
|
|
587
|
+
"MSK_ON" 1 Switch the option on.
|
|
588
|
+
"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.
|
|
592
|
+
"0" 0
|
|
593
|
+
"1" 0
|
|
594
|
+
"FALSE" 0
|
|
595
|
+
"TRUE" 0
|
|
596
|
+
"MSK_ON" 1 Switch the option on.
|
|
597
|
+
"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.
|
|
599
|
+
"0" 0
|
|
600
|
+
"1" 0
|
|
601
|
+
"FALSE" 0
|
|
602
|
+
"TRUE" 0
|
|
603
|
+
"MSK_ON" 1 Switch the option on.
|
|
604
|
+
"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.
|
|
607
|
+
"0" 0
|
|
608
|
+
"1" 0
|
|
609
|
+
"FALSE" 0
|
|
610
|
+
"TRUE" 0
|
|
611
|
+
"MSK_ON" 1 Switch the option on.
|
|
612
|
+
"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.
|
|
614
|
+
"0" 0
|
|
615
|
+
"1" 0
|
|
616
|
+
"FALSE" 0
|
|
617
|
+
"TRUE" 0
|
|
618
|
+
"MSK_ON" 1 Switch the option on.
|
|
619
|
+
"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.
|
|
621
|
+
"0" 0
|
|
622
|
+
"1" 0
|
|
623
|
+
"FALSE" 0
|
|
624
|
+
"TRUE" 0
|
|
625
|
+
"MSK_ON" 1 Switch the option on.
|
|
626
|
+
"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.
|
|
629
|
+
"MSK_MPS_FORMAT_STRICT" 1 It is assumed that the input file satisfies the MPS format strictly.
|
|
630
|
+
"MSK_MPS_FORMAT_RELAXED" 1 It is assumed that the input file satisfies a slightly relaxed version of the MPS format.
|
|
631
|
+
"MSK_MPS_FORMAT_FREE" 1 It is assumed that the input file satisfies the free MPS format.
|
|
632
|
+
"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.
|
|
641
|
+
"0" 0
|
|
642
|
+
"1" 0
|
|
643
|
+
"FALSE" 0
|
|
644
|
+
"TRUE" 0
|
|
645
|
+
"MSK_ON" 1 Switch the option on.
|
|
646
|
+
"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
|
+
MSK_SPAR_DATA_FILE_NAME string 1 "" 1 8 If set, problem data is written to this file. File extension determines format.
|
|
651
|
+
MSK_SPAR_PARAM_COMMENT_SIGN string 6 "*" 0 1 Only the first character in this string is used.
|
|
652
|
+
MSK_SPAR_PARAM_READ_FILE_NAME string 7 "" 1 1 Modifications to the parameter database is read from this file.
|
|
653
|
+
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
|
+
QEXTRACTALG enumint 0 0 1 2 Switch to choose extraction algorithm for quadratic equations in GAMS interface.
|
|
656
|
+
0 1 Choose automatically.
|
|
657
|
+
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
|
+
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
|
+
3 1 Concurrent: Uses ThreePass and DoubleForward in parallel.
|
|
660
|
+
QEXTRACTDENSESWITCHFACTOR double 0 0.008 0 maxdouble 1 2 Sparse/dense factor for quadratic extraction algorithm in GAMS interface.
|
|
661
|
+
QEXTRACTDENSESWITCHLOG boolean 0 0 1 8 Whether to print additional information about sparse/dense factor choice in quadratic extraction algorithm in GAMS interface.
|
|
662
|
+
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.
|
|
663
|
+
SDPSOLUFILE string 0 "" 1 8 Name of GDX file to write primal solution of all PSD matrix variables and dual solution for PSD constraints.
|
|
664
|
+
SECRET strlist 0 0 1 Secret way of setting MOSEK options.
|
|
665
|
+
SOLVEFINAL boolean 0 1 1 6 Switch to resolve the problem with fixed discrete variables after the MOSEK optimizer finished.
|
|
666
|
+
0 Do not solve the fixed problem.
|
|
667
|
+
1 Solve the fixed problem and return duals.
|
|
668
|
+
READFILE immediate READFILE 0 1 Read secondary option file.
|
|
669
|
+
NOBOUNDS immediate NOBOUNDS 0 1 Ignores bounds on options.
|
|
670
|
+
*
|
|
671
|
+
* synonym section
|
|
672
|
+
*
|
|
673
|
+
writeprob synonym MSK_SPAR_DATA_FILE_NAME
|
|
674
|
+
myeolchar EOLCOMM %
|
|
675
|
+
*
|
|
676
|
+
* Groups
|
|
677
|
+
* <group-ident> group <group-number <help-context> <help-text>
|
|
678
|
+
*
|
|
679
|
+
general group 1 1 General
|
|
680
|
+
data group 2 1 Problem Data
|
|
681
|
+
presolve group 3 1 Presolving
|
|
682
|
+
sim group 4 1 Simplex Optimizer
|
|
683
|
+
int group 5 1 Interior Point Optimizer and Basis Identification
|
|
684
|
+
mio group 6 1 Mixed Integer Optimizer
|
|
685
|
+
infeas group 7 1 Infeasibility Analyser for Continuous Problems
|
|
686
|
+
output group 8 1 Output
|
|
687
|
+
*** End of file
|
gamspy_mosek/version.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '52.0.0rc1'
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
gamspy_mosek/__init__.py,sha256=hU1Ms7vGiPvn_1ePAfXOwFurVPanniRfIiFl0ud4SMs,415
|
|
2
|
+
gamspy_mosek/libmosek64.10.2.dylib,sha256=byIosAMy7bbgle7NlvAJFrcAvWEo0WJGYgqxQg2dGBg,32497136
|
|
3
|
+
gamspy_mosek/libmskcclib64.dylib,sha256=5MJ45JXSBUnVCp-wR8_u803DuoRqRcKEd0J02lwgrYc,509888
|
|
4
|
+
gamspy_mosek/libtbb.12.dylib,sha256=uYx5kpMgkEnMIfTROkeJajTIv29qM68hCRfcQQaeKXI,732640
|
|
5
|
+
gamspy_mosek/optmosek.def,sha256=01_qy21Wa_DirZcxQBH2MfLhRzFRgfmSkPWOzpWllEU,46685
|
|
6
|
+
gamspy_mosek/version.py,sha256=xEmi9aNSuCk1FB4wuU1dnHDcnFovh89ZPfIiCZCjNrA,25
|
|
7
|
+
gamspy_mosek-52.0.0rc1.dist-info/METADATA,sha256=c0r7WFJ8YxZjm6j4DjMOqCX2woyEo6ijPesr_3c-rjM,60
|
|
8
|
+
gamspy_mosek-52.0.0rc1.dist-info/WHEEL,sha256=SFDFti0ktJEDbNgnSkwKMLyZhusCvEO6pqHMXousbqU,112
|
|
9
|
+
gamspy_mosek-52.0.0rc1.dist-info/top_level.txt,sha256=D_ibqdJHzeK1ovUML42JCi2Bg_SJ_XL0doZuT9jgKzg,13
|
|
10
|
+
gamspy_mosek-52.0.0rc1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gamspy_mosek
|