Skip to content

Commit

Permalink
Update basic.md
Browse files Browse the repository at this point in the history
Fixed error spotted by @odow
  • Loading branch information
jajhall committed Jun 12, 2024
1 parent 718dd79 commit b1b3306
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/guide/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ and [classes](@ref classes-overview), and are referred to below.

Enums are scalar identifier types that can take only a limited range of values.

#### [Classes](@id guide-basic-classes) The advantage of using the
native `C++` classes in HiGHS is that many fewer parameters are needed
#### [Classes](@id guide-basic-classes)

The advantage of using the native `C++` classes in HiGHS is that many fewer parameters are needed
when passing data to and from HiGHS. The binding of the data members
of these classes to `highspy` structures allows them to be used when
calling HiGHS from Python, although they are not necessary for the
Expand Down

0 comments on commit b1b3306

Please sign in to comment.