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.2
Syntax
C#
public class PlanEdge

The PlanEdge type exposes the following members.

Constructors
  NameDescription
Public methodPlanEdge
Initializes 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