Issue ERGO-Code/HiGHS#1768 exposes a remarkable situation where the use of √ in a comment appears to act as an escape character so that the following (executable) line is treated as a comment.
As a precaution, I've replaced the use of √, and all other non-ascii characters (such as β, ω , etc) by their LaTeX equivalents
Issue ERGO-Code/HiGHS#1768 exposes a remarkable situation where the use of
√in a comment appears to act as an escape character so that the following (executable) line is treated as a comment.As a precaution, I've replaced the use of
√, and all other non-ascii characters (such asβ,ω, etc) by their LaTeX equivalents