Click or drag to resize

ScheduledSearchPlan Constructor

Initializes a new instance of the ScheduledSearchPlan class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public ScheduledSearchPlan(
	PatternGraph patternGraph,
	SearchOperation[] ops,
	float cost
)

Parameters

patternGraph
Type: de.unika.ipd.grGen.lgspPatternGraph
ops
Type: de.unika.ipd.grGen.lgspSearchOperation
cost
Type: SystemSingle
See Also