PexSettingsAttributeBase.MaxConstraintSolverMemory Property

Definition

A named parameter that specifies the constraint solver's memory limit.

public:
 property int MaxConstraintSolverMemory { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(256)]
[System.ComponentModel.Description("Constraint solver memory limit, in MB")]
public int MaxConstraintSolverMemory { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(256)>]
[<System.ComponentModel.Description("Constraint solver memory limit, in MB")>]
member this.MaxConstraintSolverMemory : int with get, set
Public Property MaxConstraintSolverMemory As Integer

Property Value

The constraint solver's memory limit, in MB.

Attributes

Applies to