File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments