Skip to content

Commit

Permalink
Fixed obvious omission in docs/src/guide/basic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Jun 12, 2024
1 parent 1b3e89e commit 347bde4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/src/guide/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ and [classes](@ref classes-overview), and are referred to below.

#### [Enums](@id guide-basic-enums)

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

#### The
advantage using these classes is that many fewer parameters are
needed when passing data to and from HiGHS. However, the use of
classes is not necessary for the basic use of `highspy`. As with the
`C` and `Fortran` interfaces, there are equivalent methods that use
simple scalars and vectors of data.
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
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
basic use of `highspy`. As with the `C` and `Fortran` interfaces,
there are equivalent methods that use simple scalars and vectors of
data.

## Defining a model

Expand Down

0 comments on commit 347bde4

Please sign in to comment.