You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--read_solution_file file File of solution to read.
155
-
--read_basis_file text File of initial basis to read.
155
+
--read_basis_file text File of initial basis to read.
156
156
--write_model_file text File for writing out model.
157
157
--solution_file text File for writing out solution.
158
158
--write_basis_file text File for writing out final basis.
159
159
--presolve text Set presolve option to:
160
-
"choose"* default
160
+
"choose"* default
161
161
"on"
162
162
"off"
163
-
--solver text Set solver option to:
164
-
"choose"* default
163
+
--solver text Set solver option to:
164
+
"choose"* default
165
165
"simplex"
166
-
"ipm"
167
-
--parallel text Set parallel option to:
168
-
"choose"* default
169
-
"on"
170
-
"off"
171
-
--run_crossover text Set run_crossover option to:
172
-
"choose"
173
-
"on"* default
174
-
"off"
166
+
"ipm"
167
+
--parallel text Set parallel option to:
168
+
"choose"* default
169
+
"on"
170
+
"off"
171
+
--run_crossover text Set run_crossover option to:
172
+
"choose"
173
+
"on"* default
174
+
"off"
175
175
--time_limit float Run time limit (seconds - double).
176
-
--random_seed int Seed to initialize random number
176
+
--random_seed int Seed to initialize random number
177
177
generation.
178
-
--ranging text Compute cost, bound, RHS and basic
178
+
--ranging text Compute cost, bound, RHS and basic
179
179
solution ranging:
180
-
"on"
181
-
"off"* default
180
+
"on"
181
+
"off"* default
182
182
-v, --version Print version.
183
-
-h, --help Print help.
183
+
-h, --help Print help.
184
184
185
185
```
186
186
For a full list of options, see the [options page](https://ergo-code.github.io/HiGHS/stable/options/definitions/) of the documentation website.
@@ -212,20 +212,20 @@ The installation can be tested using the small example `HiGHS/examples/call_high
212
212
213
213
The [Google Colab Example Notebook](https://colab.research.google.com/drive/1JmHF53OYfU-0Sp9bzLw-D2TQyRABSjHb?usp=sharing) also demonstrates how to call `highspy`.
214
214
215
-
### C
215
+
### C
216
216
The C API is in `HiGHS/highs/interfaces/highs_c_api.h`. It is included in the default build. For more details, check out the documentation website https://ergo-code.github.io/HiGHS/.
217
217
218
218
### CSharp
219
219
220
-
The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget.org/packages/Highs.Native/.
220
+
The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget.org/packages/Highs.Native/.
221
221
222
222
It can be added to your C# project with `dotnet`
223
223
224
224
```shell
225
225
dotnet add package Highs.Native --version 1.12.0
226
226
```
227
227
228
-
The nuget package contains runtime libraries for
228
+
The nuget package contains runtime libraries for
229
229
230
230
*`win-x64`
231
231
*`win-x32`
@@ -236,7 +236,7 @@ The nuget package contains runtime libraries for
236
236
237
237
Details for building locally can be found in `nuget/README.md`.
238
238
239
-
### Fortran
239
+
### Fortran
240
240
241
241
The Fortran API is in `HiGHS/highs/interfaces/highs_fortran_api.f90`. It is *not* included in the default build. For more details, check out the documentation website https://ergo-code.github.io/HiGHS/.
0 commit comments