TMtxLP::Relations Property

__declspec(property(get = GetRelations, put = SetRelations)) DewString Relations;

Defines relations for two phase algorithm.

Read: DewString GetRelations();
Write: void SetRelations(const DewString &Value);
Remarks:

Defines relations for two-phase Simplex algorith. Length of relation string must be equal to length of vector b (number of constraints).

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