From b1b3306b41e1bfe242c8a5b366ec725c560414e5 Mon Sep 17 00:00:00 2001 From: Julian Hall Date: Wed, 12 Jun 2024 23:03:52 +0100 Subject: [PATCH] Update basic.md Fixed error spotted by @odow --- docs/src/guide/basic.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/guide/basic.md b/docs/src/guide/basic.md index 30a4b9dcba..1b674a84a6 100644 --- a/docs/src/guide/basic.md +++ b/docs/src/guide/basic.md @@ -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