Click or drag to resize

PlanEdge Class

A plan edge represents a matching operation and its costs.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspPlanEdge

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public class PlanEdge

The PlanEdge type exposes the following members.

Constructors
 NameDescription
Public methodPlanEdgeInitializes a new instance of the PlanEdge class
Top
Fields
 NameDescription
Public fieldCost 
Public fieldmstCost Cost used by the operation selection. This represents max(log(Cost),1). This field is altered during the contraction algorithm.
Public fieldSource 
Public fieldTarget 
Public fieldType 
Top
See Also