Skip to content

Commit 2dfa503

Browse files
authored
Merge pull request #2380 from pierre-haessig/doc-file-format
Describe supported model file formats in the documentation
2 parents be50c23 + cbb89d5 commit 2dfa503

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/executable.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# [Executable](@id executable)
22

3-
For convenience, the executable is assumed to be `bin/highs`.
3+
HiGHS can run as a standalone program with a command-line interface. It solves an optimization problem provided by a model file. HiGHS supports the following model file formats:
4+
5+
- [MPS file format](https://en.wikipedia.org/wiki/MPS_(format))
6+
- (CPLEX) [LP file format](https://docs.mosek.com/latest/capi/lp-format.html)
47

58
### Running the executable
69

10+
For convenience, the executable is assumed to be `bin/highs`.
711
The model given by the MPS file `model.mps` is solved by the command:
812

913
```shell

0 commit comments

Comments
 (0)