TMtxLP::Minimize Property

__declspec(property(get = GetMinimize, put = SetMinimize)) bool Minimize;

Find minimum or maximum of objective function.

Read: bool GetMinimize();
Write: void SetMinimize(const bool Value);
Remarks:

Find minimum or maximum of objective function:

min(max) f=c(T)*x

See Also: TMtxLP::b, TMtxLP::A
Declared in Dew::Math::TMtxLP · Dew.Math/MtxVecTools.h · Cross-compiler