I asked for "asm" instead of "qpasm" for "solver", and got the message
WARNING: Value "asm" for LP solver option ("solver") is not one of hipo", ""choose", "simplex", "ipm", "ipx" or "pdlp"
I believe the order of quotes in
|
? (kHipoString + "\", \"").c_str() |
should change so it prints
"hipo", and not
hipo", " (other possibilities exist).
I also note that I was configuring the "QP" solver (between hipo / qpasm), but the latter does not apper (since it is definitely not an LP solver, but I guess it is configured via the "solver" option)
I asked for "asm" instead of "qpasm" for "solver", and got the message
WARNING: Value "asm" for LP solver option ("solver") is not one of hipo", ""choose", "simplex", "ipm", "ipx" or "pdlp"I believe the order of quotes in
HiGHS/highs/lp_data/HighsOptions.cpp
Line 104 in 73cac48
"hipo", and nothipo", "(other possibilities exist).I also note that I was configuring the "QP" solver (between hipo / qpasm), but the latter does not apper (since it is definitely not an LP solver, but I guess it is configured via the "solver" option)