Skip to content

Commit 347bde4

Browse files
committed
Fixed obvious omission in docs/src/guide/basic.md
1 parent 1b3e89e commit 347bde4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/src/guide/basic.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ and [classes](@ref classes-overview), and are referred to below.
2020

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

23-
Enums are scalar identifier types that can take only a limited range of values.????
24-
25-
#### The
26-
advantage using these classes is that many fewer parameters are
27-
needed when passing data to and from HiGHS. However, the use of
28-
classes is not necessary for the basic use of `highspy`. As with the
29-
`C` and `Fortran` interfaces, there are equivalent methods that use
30-
simple scalars and vectors of data.
23+
Enums are scalar identifier types that can take only a limited range of values.
24+
25+
#### [Classes](@id guide-basic-classes) The advantage of using the
26+
native `C++` classes in HiGHS is that many fewer parameters are needed
27+
when passing data to and from HiGHS. The binding of the data members
28+
of these classes to `highspy` structures allows them to be used when
29+
calling HiGHS from Python, although they are not necessary for the
30+
basic use of `highspy`. As with the `C` and `Fortran` interfaces,
31+
there are equivalent methods that use simple scalars and vectors of
32+
data.
3133

3234
## Defining a model
3335

0 commit comments

Comments
 (0)