Skip to content

Commit

Permalink
Update lpgen.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLai666 committed Nov 1, 2024
1 parent 7a7a4bb commit 2f17964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/lpgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ This example defines a simple linear programming model with two variables and co

#### LINGO Support

The `lpgen` package also supports LINGO, which is a popular optimization software.
The `lpgen` package also supports **LINGO**, which is a popular optimization software.

1. `ParseLingoModel_txt`
1. **`ParseLingoModel_txt`**
Parse LINGO model from txt file. It turns LINGO model to standard lp model.
Go to `LINGO > Generate > Display Model` in LINGO to get the model.
```go
Expand Down

0 comments on commit 2f17964

Please sign in to comment.