gamspy-mosek 51.0.0rc1__py3-none-manylinux_2_28_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.so.11.0 +0 -0
- gamspy_mosek/libmskcclib64.so +0 -0
- gamspy_mosek/libtbb.so.12 +0 -0
- gamspy_mosek/optmosek.def +694 -0
- gamspy_mosek/version.py +1 -0
- gamspy_mosek-51.0.0rc1.dist-info/METADATA +3 -0
- gamspy_mosek-51.0.0rc1.dist-info/RECORD +10 -0
- gamspy_mosek-51.0.0rc1.dist-info/WHEEL +5 -0
- gamspy_mosek-51.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.so.11.0', 'libtbb.so.12', 'optmosek.def', 'libmskcclib64.so']
|
|
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.so msk 1 1'
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,694 @@
|
|
|
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_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
|
+
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 mindouble 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_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
|
+
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 61 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 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
|
+
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_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.
|
|
85
|
+
"MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
|
|
86
|
+
"MSK_OPTIMIZER_MIXED_INT" 0 The mixed-integer optimizer.
|
|
87
|
+
MSK_IPAR_BI_IGNORE_MAX_ITER enumstr 6 "MSK_OFF" 1 5 Controls if basis identification is performed under certain conditions.
|
|
88
|
+
"0" 0
|
|
89
|
+
"1" 0
|
|
90
|
+
"FALSE" 0
|
|
91
|
+
"TRUE" 0
|
|
92
|
+
"MSK_ON" 1 Switch the option on.
|
|
93
|
+
"MSK_OFF" 1 Switch the option off.
|
|
94
|
+
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.
|
|
95
|
+
"0" 0
|
|
96
|
+
"1" 0
|
|
97
|
+
"FALSE" 0
|
|
98
|
+
"TRUE" 0
|
|
99
|
+
"MSK_ON" 1 Switch the option on.
|
|
100
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
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.
|
|
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 15 "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 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
|
+
"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 18 "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 19 "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 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.
|
|
145
|
+
"MSK_ORDER_METHOD_FREE" 1 The ordering method is chosen automatically.
|
|
146
|
+
"MSK_ORDER_METHOD_APPMINLOC" 1 Approximate minimum local fill-in ordering is employed.
|
|
147
|
+
"MSK_ORDER_METHOD_EXPERIMENTAL" 0 This option should not be used.
|
|
148
|
+
"MSK_ORDER_METHOD_TRY_GRAPHPAR" 1 Always try the graph partitioning based ordering.
|
|
149
|
+
"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.
|
|
150
|
+
"MSK_ORDER_METHOD_NONE" 1 No ordering is used.
|
|
151
|
+
MSK_IPAR_INTPNT_REGULARIZATION_USE enumstr 25 "MSK_ON" 1 5 Controls whether regularization is allowed.
|
|
152
|
+
"0" 0
|
|
153
|
+
"1" 0
|
|
154
|
+
"FALSE" 0
|
|
155
|
+
"TRUE" 0
|
|
156
|
+
"MSK_ON" 1 Switch the option on.
|
|
157
|
+
"MSK_OFF" 1 Switch the option off.
|
|
158
|
+
MSK_IPAR_INTPNT_SCALING enumstr 26 "MSK_SCALING_FREE" 1 5 Controls how the problem is scaled before the interior-point optimizer is used.
|
|
159
|
+
"MSK_SCALING_FREE" 1 The optimizer chooses the scaling heuristic.
|
|
160
|
+
"MSK_SCALING_NONE" 1 No scaling is performed.
|
|
161
|
+
MSK_IPAR_INTPNT_SOLVE_FORM enumstr 27 "MSK_SOLVE_FREE" 1 5 Controls whether the primal or the dual problem is solved.
|
|
162
|
+
"MSK_SOLVE_FREE" 1 The optimizer is free to solve either the primal or the dual problem.
|
|
163
|
+
"MSK_SOLVE_PRIMAL" 1 The optimizer should solve the primal problem.
|
|
164
|
+
"MSK_SOLVE_DUAL" 1 The optimizer should solve the dual problem.
|
|
165
|
+
MSK_IPAR_INTPNT_STARTING_POINT enumstr 28 "MSK_STARTING_POINT_FREE" 1 5 Starting point used by the interior-point optimizer.
|
|
166
|
+
"MSK_STARTING_POINT_FREE" 1 The starting point is chosen automatically.
|
|
167
|
+
"MSK_STARTING_POINT_GUESS" 1 The optimizer guesses a starting point.
|
|
168
|
+
"MSK_STARTING_POINT_CONSTANT" 1 The optimizer constructs a starting point by assigning a constant value to all primal and dual variables.
|
|
169
|
+
MSK_IPAR_LOG integer 34 10 0 maxint 1 8 Controls the amount of log information.
|
|
170
|
+
MSK_IPAR_LOG_BI integer 36 1 0 maxint 1 8 Controls the amount of output printed by the basis identification procedure.
|
|
171
|
+
MSK_IPAR_LOG_BI_FREQ integer 37 2500 0 maxint 1 8 Controls logging frequency of the basis identification
|
|
172
|
+
MSK_IPAR_LOG_FEAS_REPAIR integer 40 1 0 maxint 1 8 Controls the amount of output printed when performing feasibility repair.
|
|
173
|
+
MSK_IPAR_LOG_INFEAS_ANA integer 43 1 0 maxint 1 8 Controls amount of output printed by the infeasibility analyzer procedures.
|
|
174
|
+
MSK_IPAR_LOG_INTPNT integer 44 1 0 maxint 1 8 Controls amount of output printed by the interior-point optimizer.
|
|
175
|
+
MSK_IPAR_LOG_LOCAL_INFO enumstr 45 "MSK_ON" 0 8 Controls whether local identifying information like environment variables, filenames, IP addresses etc.
|
|
176
|
+
"0" 0
|
|
177
|
+
"1" 0
|
|
178
|
+
"FALSE" 0
|
|
179
|
+
"TRUE" 0
|
|
180
|
+
"MSK_ON" 1 Switch the option on.
|
|
181
|
+
"MSK_OFF" 1 Switch the option off.
|
|
182
|
+
MSK_IPAR_LOG_MIO integer 46 4 0 maxint 1 8 Controls the log level for the mixed-integer optimizer.
|
|
183
|
+
MSK_IPAR_LOG_MIO_FREQ integer 47 10 minint maxint 1 8 Controls how frequent the mixed-integer optimizer prints the log line.
|
|
184
|
+
MSK_IPAR_LOG_ORDER integer 48 1 0 maxint 1 8 If turned on, then factor lines are added to the log.
|
|
185
|
+
MSK_IPAR_LOG_PRESOLVE integer 49 1 0 maxint 1 8 Controls amount of output printed by the presolve procedure.
|
|
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.
|
|
191
|
+
"MSK_BRANCH_DIR_FREE" 1 The mixed-integer optimizer decides which branch to choose.
|
|
192
|
+
"MSK_BRANCH_DIR_UP" 1 The mixed-integer optimizer always chooses the up branch first.
|
|
193
|
+
"MSK_BRANCH_DIR_DOWN" 1 The mixed-integer optimizer always chooses the down branch first.
|
|
194
|
+
"MSK_BRANCH_DIR_NEAR" 1 Branch in direction nearest to selected fractional variable.
|
|
195
|
+
"MSK_BRANCH_DIR_FAR" 1 Branch in direction farthest from selected fractional variable.
|
|
196
|
+
"MSK_BRANCH_DIR_ROOT_LP" 1 Chose direction based on root lp value of selected variable.
|
|
197
|
+
"MSK_BRANCH_DIR_GUIDED" 1 Branch in direction of current incumbent.
|
|
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.
|
|
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.
|
|
205
|
+
"0" 0
|
|
206
|
+
"1" 0
|
|
207
|
+
"FALSE" 0
|
|
208
|
+
"TRUE" 0
|
|
209
|
+
"MSK_ON" 1 Switch the option on.
|
|
210
|
+
"MSK_OFF" 1 Switch the option off.
|
|
211
|
+
MSK_IPAR_MIO_CONSTRUCT_SOL enumstr 60 "MSK_OFF" 1 6 Whether to construct an initial solution from starting point
|
|
212
|
+
"0" 0
|
|
213
|
+
"1" 0
|
|
214
|
+
"FALSE" 0
|
|
215
|
+
"TRUE" 0
|
|
216
|
+
"MSK_ON" 1 Switch the option on.
|
|
217
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
220
|
+
"0" 0
|
|
221
|
+
"1" 0
|
|
222
|
+
"FALSE" 0
|
|
223
|
+
"TRUE" 0
|
|
224
|
+
"MSK_ON" 1 Switch the option on.
|
|
225
|
+
"MSK_OFF" 1 Switch the option off.
|
|
226
|
+
MSK_IPAR_MIO_CUT_CMIR enumstr 63 "MSK_ON" 1 6 Controls whether mixed integer rounding cuts should be generated.
|
|
227
|
+
"0" 0
|
|
228
|
+
"1" 0
|
|
229
|
+
"FALSE" 0
|
|
230
|
+
"TRUE" 0
|
|
231
|
+
"MSK_ON" 1 Switch the option on.
|
|
232
|
+
"MSK_OFF" 1 Switch the option off.
|
|
233
|
+
MSK_IPAR_MIO_CUT_GMI enumstr 64 "MSK_ON" 1 6 Controls whether GMI cuts should be generated.
|
|
234
|
+
"0" 0
|
|
235
|
+
"1" 0
|
|
236
|
+
"FALSE" 0
|
|
237
|
+
"TRUE" 0
|
|
238
|
+
"MSK_ON" 1 Switch the option on.
|
|
239
|
+
"MSK_OFF" 1 Switch the option off.
|
|
240
|
+
MSK_IPAR_MIO_CUT_IMPLIED_BOUND enumstr 65 "MSK_ON" 1 6 Controls whether implied bound cuts should be generated.
|
|
241
|
+
"0" 0
|
|
242
|
+
"1" 0
|
|
243
|
+
"FALSE" 0
|
|
244
|
+
"TRUE" 0
|
|
245
|
+
"MSK_ON" 1 Switch the option on.
|
|
246
|
+
"MSK_OFF" 1 Switch the option off.
|
|
247
|
+
MSK_IPAR_MIO_CUT_KNAPSACK_COVER enumstr 66 "MSK_ON" 1 6 Controls whether knapsack cover cuts should be generated.
|
|
248
|
+
"0" 0
|
|
249
|
+
"1" 0
|
|
250
|
+
"FALSE" 0
|
|
251
|
+
"TRUE" 0
|
|
252
|
+
"MSK_ON" 1 Switch the option on.
|
|
253
|
+
"MSK_OFF" 1 Switch the option off.
|
|
254
|
+
MSK_IPAR_MIO_CUT_LIPRO enumstr 67 "MSK_OFF" 1 6 Controls whether lift-and-project cuts should be generated.
|
|
255
|
+
"0" 0
|
|
256
|
+
"1" 0
|
|
257
|
+
"FALSE" 0
|
|
258
|
+
"TRUE" 0
|
|
259
|
+
"MSK_ON" 1 Switch the option on.
|
|
260
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
262
|
+
-1 1 The optimizer chooses the level of cut selection.
|
|
263
|
+
0 1 Generated cuts less likely to be added to the relaxation.
|
|
264
|
+
1 1 Cuts are more aggressively selected to be included in the relaxation.
|
|
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.
|
|
266
|
+
"MSK_MIO_DATA_PERMUTATION_METHOD_NONE" 1 No problem data permutation is applied.
|
|
267
|
+
"MSK_MIO_DATA_PERMUTATION_METHOD_CYCLIC_SHIFT" 1 A random cyclic shift is applied to permute the problem data.
|
|
268
|
+
"MSK_MIO_DATA_PERMUTATION_METHOD_RANDOM" 1 A random permutation is applied to the problem data.
|
|
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.
|
|
270
|
+
"-1" 1 The optimizer chooses the level of dual ray analysis employed.
|
|
271
|
+
"0" 1 Dual ray analysis is disabled.
|
|
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.
|
|
275
|
+
"-1" 1 The optimizer chooses how the Feasibility Pump is used.
|
|
276
|
+
"0" 1 The Feasibility Pump is disabled.
|
|
277
|
+
"1" 1 The Feasibility Pump is enabled with an effort to improve solution quality.
|
|
278
|
+
"2" 1 The Feasibility Pump is enabled with an effort to reach feasibility early.
|
|
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.
|
|
292
|
+
"0" 1 The optimizer chooses.
|
|
293
|
+
"1" 1 More emphasis is put on reducing memory usage and less on speed.
|
|
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.
|
|
296
|
+
"MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
|
|
297
|
+
"MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
|
|
298
|
+
"MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
|
|
299
|
+
"MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
|
|
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.
|
|
303
|
+
"MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
|
|
304
|
+
"MSK_OPTIMIZER_MIXED_INT" 1 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.
|
|
306
|
+
"MSK_MIO_NODE_SELECTION_FREE" 1 The optimizer decides the node selection strategy.
|
|
307
|
+
"MSK_MIO_NODE_SELECTION_FIRST" 1 The optimizer employs a depth first node selection strategy.
|
|
308
|
+
"MSK_MIO_NODE_SELECTION_BEST" 1 The optimizer employs a best bound node selection strategy.
|
|
309
|
+
"MSK_MIO_NODE_SELECTION_PSEUDO" 1 The optimizer employs selects the node based on a pseudo cost estimate.
|
|
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.
|
|
311
|
+
"0" 1 The optimizer chooses.
|
|
312
|
+
"1" 1 More emphasis is put on reducing numerical problems.
|
|
313
|
+
"2" 1 Even more emphasis.
|
|
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.
|
|
316
|
+
"0" 0
|
|
317
|
+
"1" 0
|
|
318
|
+
"FALSE" 0
|
|
319
|
+
"TRUE" 0
|
|
320
|
+
"MSK_ON" 1 Switch the option on.
|
|
321
|
+
"MSK_OFF" 1 Switch the option off.
|
|
322
|
+
MSK_IPAR_MIO_PRESOLVE_AGGREGATOR_USE enumstr 87 "MSK_ON" 1 6 Controls if the aggregator should be used.
|
|
323
|
+
"0" 0
|
|
324
|
+
"1" 0
|
|
325
|
+
"FALSE" 0
|
|
326
|
+
"TRUE" 0
|
|
327
|
+
"MSK_ON" 1 Switch the option on.
|
|
328
|
+
"MSK_OFF" 1 Switch the option off.
|
|
329
|
+
MSK_IPAR_MIO_PROBING_LEVEL enumint 88 -1 1 6 Controls the amount of probing employed by the mixed-integer optimizer in presolve.
|
|
330
|
+
-1 1 The optimizer chooses the level of probing employed
|
|
331
|
+
0 1 Probing is disabled
|
|
332
|
+
1 1 A low amount of probing is employed
|
|
333
|
+
2 1 A medium amount of probing is employed
|
|
334
|
+
3 1 A high amount of probing is employed
|
|
335
|
+
MSK_IPAR_MIO_PROPAGATE_OBJECTIVE_CONSTRAINT enumstr 89 "MSK_OFF" 1 6 Use objective domain propagation.
|
|
336
|
+
"0" 0
|
|
337
|
+
"1" 0
|
|
338
|
+
"FALSE" 0
|
|
339
|
+
"TRUE" 0
|
|
340
|
+
"MSK_ON" 1 Switch the option on.
|
|
341
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
343
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_FREE" 1 The mixed-integer optimizer decides which reformulation method to apply.
|
|
344
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_NONE" 1 No reformulation method is applied.
|
|
345
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_LINEARIZATION" 1 A reformulation via linearization is applied.
|
|
346
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_EIGEN_VAL_METHOD" 1 The eigenvalue method is applied.
|
|
347
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_DIAG_SDP" 1 A perturbation of matrix diagonals via the solution of SDPs is applied.
|
|
348
|
+
"MSK_MIO_QCQO_REFORMULATION_METHOD_RELAX_SDP" 1 A Reformulation based on the solution of an SDP-relaxation of the problem is applied.
|
|
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.
|
|
352
|
+
"MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
|
|
353
|
+
"MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
|
|
354
|
+
"MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
|
|
355
|
+
"MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
|
|
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.
|
|
359
|
+
"MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
|
|
360
|
+
"MSK_OPTIMIZER_MIXED_INT" 0 The mixed-integer optimizer.
|
|
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.
|
|
363
|
+
"-1" 1 The optimizer chooses the level of symmetry detection and handling employed.
|
|
364
|
+
"0" 1 Symmetry detection and handling is disabled.
|
|
365
|
+
"1" 1 A low amount of symmetry detection and handling is employed.
|
|
366
|
+
"2" 1 A medium amount of symmetry detection and handling is employed.
|
|
367
|
+
"3" 1 A high amount of symmetry detection and handling is employed .
|
|
368
|
+
"4" 1 An extremely high amount of symmetry detection and handling is employed.
|
|
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.
|
|
370
|
+
"MSK_MIO_VAR_SELECTION_FREE" 1 The optimizer decides the variable selection strategy.
|
|
371
|
+
"MSK_MIO_VAR_SELECTION_PSEUDOCOST" 1 The optimizer employs pseudocost variable selection.
|
|
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.
|
|
374
|
+
-1 1 The optimizer chooses.
|
|
375
|
+
0 1 No variable bounds are detected.
|
|
376
|
+
1 1 Only detect variable bounds that are directly represented in the problem.
|
|
377
|
+
2 1 Detect variable bounds in probing.
|
|
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.
|
|
381
|
+
"0" 0
|
|
382
|
+
"1" 0
|
|
383
|
+
"FALSE" 0
|
|
384
|
+
"TRUE" 0
|
|
385
|
+
"MSK_ON" 1 Switch the option on.
|
|
386
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
388
|
+
"0" 0
|
|
389
|
+
"1" 0
|
|
390
|
+
"FALSE" 0
|
|
391
|
+
"TRUE" 0
|
|
392
|
+
"MSK_ON" 1 Switch the option on.
|
|
393
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
396
|
+
"0" 0
|
|
397
|
+
"1" 0
|
|
398
|
+
"FALSE" 0
|
|
399
|
+
"TRUE" 0
|
|
400
|
+
"MSK_ON" 1 Switch the option on.
|
|
401
|
+
"MSK_OFF" 1 Switch the option off.
|
|
402
|
+
MSK_IPAR_OPF_WRITE_PROBLEM enumstr 105 "MSK_ON" 1 8 Write objective, constraints, bounds etc.
|
|
403
|
+
"0" 0
|
|
404
|
+
"1" 0
|
|
405
|
+
"FALSE" 0
|
|
406
|
+
"TRUE" 0
|
|
407
|
+
"MSK_ON" 1 Switch the option on.
|
|
408
|
+
"MSK_OFF" 1 Switch the option off.
|
|
409
|
+
MSK_IPAR_OPF_WRITE_SOLUTIONS enumstr 109 "MSK_OFF" 1 8 Enable inclusion of solutions in the OPF files.
|
|
410
|
+
"0" 0
|
|
411
|
+
"1" 0
|
|
412
|
+
"FALSE" 0
|
|
413
|
+
"TRUE" 0
|
|
414
|
+
"MSK_ON" 1 Switch the option on.
|
|
415
|
+
"MSK_OFF" 1 Switch the option off.
|
|
416
|
+
MSK_IPAR_OPF_WRITE_SOL_BAS enumstr 106 "MSK_ON" 1 8 Whether to include basic solution in OPF files.
|
|
417
|
+
"0" 0
|
|
418
|
+
"1" 0
|
|
419
|
+
"FALSE" 0
|
|
420
|
+
"TRUE" 0
|
|
421
|
+
"MSK_ON" 1 Switch the option on.
|
|
422
|
+
"MSK_OFF" 1 Switch the option off.
|
|
423
|
+
MSK_IPAR_OPF_WRITE_SOL_ITG enumstr 107 "MSK_ON" 1 8 Whether to include integer solution in OPF files.
|
|
424
|
+
"0" 0
|
|
425
|
+
"1" 0
|
|
426
|
+
"FALSE" 0
|
|
427
|
+
"TRUE" 0
|
|
428
|
+
"MSK_ON" 1 Switch the option on.
|
|
429
|
+
"MSK_OFF" 1 Switch the option off.
|
|
430
|
+
MSK_IPAR_OPF_WRITE_SOL_ITR enumstr 108 "MSK_ON" 1 8 Whether to include interior solution in OPF files.
|
|
431
|
+
"0" 0
|
|
432
|
+
"1" 0
|
|
433
|
+
"FALSE" 0
|
|
434
|
+
"TRUE" 0
|
|
435
|
+
"MSK_ON" 1 Switch the option on.
|
|
436
|
+
"MSK_OFF" 1 Switch the option off.
|
|
437
|
+
MSK_IPAR_OPTIMIZER enumstr 110 "MSK_OPTIMIZER_FREE" 1 1 The parameter controls which optimizer is used to optimize the task.
|
|
438
|
+
"MSK_OPTIMIZER_FREE" 1 The optimizer is chosen automatically.
|
|
439
|
+
"MSK_OPTIMIZER_INTPNT" 1 The interior-point optimizer is used.
|
|
440
|
+
"MSK_OPTIMIZER_CONIC" 1 The optimizer for problems having conic constraints.
|
|
441
|
+
"MSK_OPTIMIZER_PRIMAL_SIMPLEX" 1 The primal simplex optimizer is used.
|
|
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.
|
|
445
|
+
"MSK_OPTIMIZER_FREE_SIMPLEX" 1 One of the simplex optimizers is used.
|
|
446
|
+
"MSK_OPTIMIZER_MIXED_INT" 1 The mixed-integer optimizer.
|
|
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.
|
|
448
|
+
"0" 0
|
|
449
|
+
"1" 0
|
|
450
|
+
"FALSE" 0
|
|
451
|
+
"TRUE" 0
|
|
452
|
+
"MSK_ON" 1 Switch the option on.
|
|
453
|
+
"MSK_OFF" 1 Switch the option off.
|
|
454
|
+
MSK_IPAR_PARAM_READ_IGN_ERROR enumstr 112 "MSK_OFF" 0 1 If turned on, then errors in parameter settings is ignored.
|
|
455
|
+
"0" 0
|
|
456
|
+
"1" 0
|
|
457
|
+
"FALSE" 0
|
|
458
|
+
"TRUE" 0
|
|
459
|
+
"MSK_ON" 1 Switch the option on.
|
|
460
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
465
|
+
"0" 0
|
|
466
|
+
"1" 0
|
|
467
|
+
"FALSE" 0
|
|
468
|
+
"TRUE" 0
|
|
469
|
+
"MSK_ON" 1 Switch the option on.
|
|
470
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
473
|
+
"0" 0
|
|
474
|
+
"1" 0
|
|
475
|
+
"FALSE" 0
|
|
476
|
+
"TRUE" 0
|
|
477
|
+
"MSK_ON" 1 Switch the option on.
|
|
478
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
482
|
+
"MSK_PRESOLVE_MODE_OFF" 1 The problem is not presolved before it is optimized.
|
|
483
|
+
"MSK_PRESOLVE_MODE_ON" 1 The problem is presolved before it is optimized.
|
|
484
|
+
"MSK_PRESOLVE_MODE_FREE" 1 It is decided automatically whether to presolve before the problem is optimized.
|
|
485
|
+
MSK_IPAR_PTF_WRITE_PARAMETERS enumstr 123 "MSK_OFF" 1 8 If enabled, then the parameters section is written.
|
|
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_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.
|
|
493
|
+
"0" 0
|
|
494
|
+
"1" 0
|
|
495
|
+
"FALSE" 0
|
|
496
|
+
"TRUE" 0
|
|
497
|
+
"MSK_ON" 1 Switch the option on.
|
|
498
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
500
|
+
"0" 0
|
|
501
|
+
"1" 0
|
|
502
|
+
"FALSE" 0
|
|
503
|
+
"TRUE" 0
|
|
504
|
+
"MSK_ON" 1 Switch the option on.
|
|
505
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
514
|
+
"MSK_SENSITIVITY_TYPE_BASIS" 1 Basis sensitivity analysis is performed.
|
|
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.
|
|
516
|
+
"0" 0
|
|
517
|
+
"1" 0
|
|
518
|
+
"FALSE" 0
|
|
519
|
+
"TRUE" 0
|
|
520
|
+
"MSK_ON" 1 Switch the option on.
|
|
521
|
+
"MSK_OFF" 1 Switch the option off.
|
|
522
|
+
MSK_IPAR_SIM_DEGEN enumstr 138 "MSK_SIM_DEGEN_FREE" 1 4 Controls how aggressively degeneration is handled.
|
|
523
|
+
"MSK_SIM_DEGEN_NONE" 1 The simplex optimizer should use no degeneration strategy.
|
|
524
|
+
"MSK_SIM_DEGEN_FREE" 1 The simplex optimizer chooses the degeneration strategy.
|
|
525
|
+
"MSK_SIM_DEGEN_AGGRESSIVE" 1 The simplex optimizer should use an aggressive degeneration strategy.
|
|
526
|
+
"MSK_SIM_DEGEN_MODERATE" 1 The simplex optimizer should use a moderate degeneration strategy.
|
|
527
|
+
"MSK_SIM_DEGEN_MINIMUM" 1 The simplex optimizer should use a minimum degeneration strategy.
|
|
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.
|
|
531
|
+
"MSK_SIM_SELECTION_FREE" 1 The optimizer chooses the pricing strategy.
|
|
532
|
+
"MSK_SIM_SELECTION_FULL" 1 The optimizer uses full pricing.
|
|
533
|
+
"MSK_SIM_SELECTION_ASE" 1 The optimizer uses approximate steepest-edge pricing.
|
|
534
|
+
"MSK_SIM_SELECTION_DEVEX" 1 The optimizer uses devex steepest-edge pricing.
|
|
535
|
+
"MSK_SIM_SELECTION_SE" 1 The optimizer uses steepest-edge selection.
|
|
536
|
+
"MSK_SIM_SELECTION_PARTIAL" 1 The optimizer uses a partial selection approach.
|
|
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.
|
|
538
|
+
"MSK_SIM_EXPLOIT_DUPVEC_ON" 1 Allow the simplex optimizer to exploit duplicated columns.
|
|
539
|
+
"MSK_SIM_EXPLOIT_DUPVEC_OFF" 1 Disallow the simplex optimizer to exploit duplicated columns.
|
|
540
|
+
"MSK_SIM_EXPLOIT_DUPVEC_FREE" 1 The simplex optimizer can choose freely.
|
|
541
|
+
MSK_IPAR_SIM_HOTSTART enumstr 145 "MSK_SIM_HOTSTART_FREE" 1 4 Controls the type of hot-start that the simplex optimizer perform.
|
|
542
|
+
"MSK_SIM_HOTSTART_NONE" 1 The simplex optimizer performs a coldstart.
|
|
543
|
+
"MSK_SIM_HOTSTART_FREE" 1 The simplex optimize chooses the hot-start type.
|
|
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.
|
|
545
|
+
MSK_IPAR_SIM_HOTSTART_LU enumstr 146 "MSK_ON" 1 4 Determines if the simplex optimizer should exploit the initial factorization.
|
|
546
|
+
"0" 0
|
|
547
|
+
"1" 0
|
|
548
|
+
"FALSE" 0
|
|
549
|
+
"TRUE" 0
|
|
550
|
+
"MSK_ON" 1 Switch the option on.
|
|
551
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
555
|
+
"0" 0
|
|
556
|
+
"1" 0
|
|
557
|
+
"FALSE" 0
|
|
558
|
+
"TRUE" 0
|
|
559
|
+
"MSK_ON" 1 Switch the option on.
|
|
560
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
571
|
+
"MSK_SIM_SELECTION_FREE" 1 The optimizer chooses the pricing strategy.
|
|
572
|
+
"MSK_SIM_SELECTION_FULL" 1 The optimizer uses full pricing.
|
|
573
|
+
"MSK_SIM_SELECTION_ASE" 1 The optimizer uses approximate steepest-edge pricing.
|
|
574
|
+
"MSK_SIM_SELECTION_DEVEX" 1 The optimizer uses devex steepest-edge pricing.
|
|
575
|
+
"MSK_SIM_SELECTION_SE" 1 The optimizer uses steepest-edge selection.
|
|
576
|
+
"MSK_SIM_SELECTION_PARTIAL" 1 The optimizer uses a partial selection approach.
|
|
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.
|
|
579
|
+
"MSK_SIM_REFORMULATION_ON" 1 Allow the simplex optimizer to reformulate the problem.
|
|
580
|
+
"MSK_SIM_REFORMULATION_OFF" 1 Disallow the simplex optimizer to reformulate the problem.
|
|
581
|
+
"MSK_SIM_REFORMULATION_FREE" 1 The simplex optimizer can choose freely.
|
|
582
|
+
"MSK_SIM_REFORMULATION_AGGRESSIVE" 1 The simplex optimizer should use an aggressive reformulation strategy.
|
|
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.
|
|
584
|
+
"0" 0
|
|
585
|
+
"1" 0
|
|
586
|
+
"FALSE" 0
|
|
587
|
+
"TRUE" 0
|
|
588
|
+
"MSK_ON" 1 Switch the option on.
|
|
589
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
591
|
+
"MSK_SCALING_FREE" 1 The optimizer chooses the scaling heuristic.
|
|
592
|
+
"MSK_SCALING_NONE" 1 No scaling is performed.
|
|
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.
|
|
594
|
+
"MSK_SCALING_METHOD_POW2" 1 Scales only with power of 2 leaving the mantissa untouched.
|
|
595
|
+
"MSK_SCALING_METHOD_FREE" 1 The optimizer chooses the scaling heuristic.
|
|
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.
|
|
598
|
+
"MSK_SOLVE_FREE" 1 The optimizer is free to solve either the primal or the dual problem.
|
|
599
|
+
"MSK_SOLVE_PRIMAL" 1 The optimizer should solve the primal problem.
|
|
600
|
+
"MSK_SOLVE_DUAL" 1 The optimizer should solve the dual problem.
|
|
601
|
+
MSK_IPAR_SIM_SWITCH_OPTIMIZER enumstr 163 "MSK_OFF" 1 4 Controls the simplex behavior.
|
|
602
|
+
"0" 0
|
|
603
|
+
"1" 0
|
|
604
|
+
"FALSE" 0
|
|
605
|
+
"TRUE" 0
|
|
606
|
+
"MSK_ON" 1 Switch the option on.
|
|
607
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
610
|
+
"0" 0
|
|
611
|
+
"1" 0
|
|
612
|
+
"FALSE" 0
|
|
613
|
+
"TRUE" 0
|
|
614
|
+
"MSK_ON" 1 Switch the option on.
|
|
615
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
618
|
+
"0" 0
|
|
619
|
+
"1" 0
|
|
620
|
+
"FALSE" 0
|
|
621
|
+
"TRUE" 0
|
|
622
|
+
"MSK_ON" 1 Switch the option on.
|
|
623
|
+
"MSK_OFF" 1 Switch the option off.
|
|
624
|
+
MSK_IPAR_WRITE_IGNORE_INCOMPATIBLE_ITEMS enumstr 175 "MSK_OFF" 1 8 Controls if the writer ignores incompatible problem items when writing files.
|
|
625
|
+
"0" 0
|
|
626
|
+
"1" 0
|
|
627
|
+
"FALSE" 0
|
|
628
|
+
"TRUE" 0
|
|
629
|
+
"MSK_ON" 1 Switch the option on.
|
|
630
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
632
|
+
"0" 0
|
|
633
|
+
"1" 0
|
|
634
|
+
"FALSE" 0
|
|
635
|
+
"TRUE" 0
|
|
636
|
+
"MSK_ON" 1 Switch the option on.
|
|
637
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
639
|
+
"0" 0
|
|
640
|
+
"1" 0
|
|
641
|
+
"FALSE" 0
|
|
642
|
+
"TRUE" 0
|
|
643
|
+
"MSK_ON" 1 Switch the option on.
|
|
644
|
+
"MSK_OFF" 1 Switch the option off.
|
|
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.
|
|
647
|
+
"MSK_MPS_FORMAT_STRICT" 1 It is assumed that the input file satisfies the MPS format strictly.
|
|
648
|
+
"MSK_MPS_FORMAT_RELAXED" 1 It is assumed that the input file satisfies a slightly relaxed version of the MPS format.
|
|
649
|
+
"MSK_MPS_FORMAT_FREE" 1 It is assumed that the input file satisfies the free MPS format.
|
|
650
|
+
"MSK_MPS_FORMAT_CPLEX" 1 The CPLEX compatible version of the MPS format is employed.
|
|
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.
|
|
652
|
+
"0" 0
|
|
653
|
+
"1" 0
|
|
654
|
+
"FALSE" 0
|
|
655
|
+
"TRUE" 0
|
|
656
|
+
"MSK_ON" 1 Switch the option on.
|
|
657
|
+
"MSK_OFF" 1 Switch the option off.
|
|
658
|
+
MSK_SPAR_DATA_FILE_NAME string 1 "" 1 8 If set, problem data is written to this file. File extension determines format.
|
|
659
|
+
MSK_SPAR_PARAM_COMMENT_SIGN string 6 "*" 0 1 Only the first character in this string is used.
|
|
660
|
+
MSK_SPAR_PARAM_READ_FILE_NAME string 7 "" 1 1 Modifications to the parameter database is read from this file.
|
|
661
|
+
MSK_SPAR_PARAM_WRITE_FILE_NAME string 8 "" 1 8 The parameter database is written to this file.
|
|
662
|
+
QEXTRACTALG enumint 0 0 1 2 Switch to choose extraction algorithm for quadratic equations in GAMS interface.
|
|
663
|
+
0 1 Choose automatically.
|
|
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
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
671
|
+
SECRET strlist 0 0 1 Secret way of setting MOSEK options.
|
|
672
|
+
SOLVEFINAL boolean 0 1 1 6 Switch to resolve the problem with fixed discrete variables after the MOSEK optimizer finished.
|
|
673
|
+
0 Do not solve the fixed problem.
|
|
674
|
+
1 Solve the fixed problem and return duals.
|
|
675
|
+
READFILE immediate READFILE 0 1 Read secondary option file.
|
|
676
|
+
NOBOUNDS immediate NOBOUNDS 0 1 Ignores bounds on options.
|
|
677
|
+
*
|
|
678
|
+
* synonym section
|
|
679
|
+
*
|
|
680
|
+
writeprob synonym MSK_SPAR_DATA_FILE_NAME
|
|
681
|
+
myeolchar EOLCOMM %
|
|
682
|
+
*
|
|
683
|
+
* Groups
|
|
684
|
+
* <group-ident> group <group-number <help-context> <help-text>
|
|
685
|
+
*
|
|
686
|
+
general group 1 1 General
|
|
687
|
+
data group 2 1 Problem Data
|
|
688
|
+
presolve group 3 1 Presolving
|
|
689
|
+
sim group 4 1 Simplex Optimizer
|
|
690
|
+
int group 5 1 Interior Point Optimizer and Basis Identification
|
|
691
|
+
mio group 6 1 Mixed Integer Optimizer
|
|
692
|
+
infeas group 7 1 Infeasibility Analyser for Continuous Problems
|
|
693
|
+
output group 8 1 Output
|
|
694
|
+
*** End of file
|
gamspy_mosek/version.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '51.0.0rc1'
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
gamspy_mosek/__init__.py,sha256=xjeRCRLhy1wNc0-CTl8uDfIWMFzgl2OoRkQBtMydObY,403
|
|
2
|
+
gamspy_mosek/libmosek64.so.11.0,sha256=precO2S_YD_3Q_9kL4wqqnvzGWAs_I1VqqfF7iSOc-M,29878776
|
|
3
|
+
gamspy_mosek/libmskcclib64.so,sha256=MRUTEQyTjY7QDWRLtZ4ckYSEl5x1kR_3pByryuHyyiU,469080
|
|
4
|
+
gamspy_mosek/libtbb.so.12,sha256=fiLKL3cnbu6THYsy52nQTkyqWZN34oBoQ6NltmFXz5E,3857904
|
|
5
|
+
gamspy_mosek/optmosek.def,sha256=ZBIe8R2qgqJ8oqYQDzkH_gHvLmuStUQ-x6-sh_ODCwE,47710
|
|
6
|
+
gamspy_mosek/version.py,sha256=e7dMxWWwwFHKgGBBUm_HJ6d7Cv0vcrHfD8iMjvg1XSM,25
|
|
7
|
+
gamspy_mosek-51.0.0rc1.dist-info/METADATA,sha256=ZdQ4jv-nvmrPR5S4MuJQXp3519c4Nzk5bk_Kr4JC90U,60
|
|
8
|
+
gamspy_mosek-51.0.0rc1.dist-info/WHEEL,sha256=y8u8XMRMhRO4WIzZsJlf1QLnkoycGOkSMhsygOvn-QU,115
|
|
9
|
+
gamspy_mosek-51.0.0rc1.dist-info/top_level.txt,sha256=D_ibqdJHzeK1ovUML42JCi2Bg_SJ_XL0doZuT9jgKzg,13
|
|
10
|
+
gamspy_mosek-51.0.0rc1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gamspy_mosek
|