Initializing help system before first use

modelingLayerMemoryUsage Property

The amount of memory used within the modeling layer. This can be useful information for troubleshooting memory-related issues. Note this counts the unmanaged memory used in the native BCL modeling layer, but does not count the memory footprint of managed BCL objects themselves, or the memory requirements of the XPRSprob & the optimization itself.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public static ulong modelingLayerMemoryUsage { get; }

Property Value

Type:  UInt64
See Also