When referencing Highs[1].Count I see the value as 176
However, when I reference Highs[1][21] or greater, I get an error telling me that the index is out of range.
I confirmed the Highs[1].Count value by using Visual Studio and attaching it to NT
Please help

Comment