__declspec(property(get = GetInCoreMemoryAuto, put = SetInCoreMemoryAuto)) bool InCoreMemoryAuto;
Read:
bool GetInCoreMemoryAuto();Write:
void SetInCoreMemoryAuto(const bool Value);Remarks:
If True in-core memory size used is determined automatically. If False in-core memory size used by the out-of-core solver is NOT determined automatically.
See Also: TTaucsSettings::InCoreMemorySize
Declared in Dew::Math::TTaucsSettings · Dew.Math/sparse.h · Cross-compiler