We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718dd79 commit b1b3306Copy full SHA for b1b3306
docs/src/guide/basic.md
@@ -22,8 +22,9 @@ and [classes](@ref classes-overview), and are referred to below.
22
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
+#### [Classes](@id guide-basic-classes)
+
27
+The advantage of using the native `C++` classes in HiGHS is that many fewer parameters are needed
28
when passing data to and from HiGHS. The binding of the data members
29
of these classes to `highspy` structures allows them to be used when
30
calling HiGHS from Python, although they are not necessary for the
0 commit comments