Click or drag to resize

LGSPGraphReuseOptimization Property

If true (the default case), elements deleted during a rewrite may be reused in the same rewrite. As a result new elements may not be discriminable anymore from already deleted elements using object equality, hash maps, etc. In cases where this is needed this optimization should be disabled.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override bool ReuseOptimization { get; set; }

Property Value

Type: Boolean

Implements

IGraphReuseOptimization
See Also