__declspec(property(get = GetAlgorithm, put = SetAlgorithm)) TLPAlgorithm Algorithm;
Defines LP solving algorithm.
Read:
TLPAlgorithm GetAlgorithm();Write:
void SetAlgorithm(const TLPAlgorithm Value);Remarks:
Defines which algorithm will be used to solve LP problem.
Declared in Dew::Math::TMtxLP · Dew.Math/MtxVecTools.h · Cross-compiler