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.1
Syntax
C#
public ScheduledSearchPlan(
	PatternGraph patternGraph,
	SearchOperation[] ops,
	float cost
)

Parameters

patternGraph  PatternGraph
 
ops  SearchOperation
 
cost  Single
 
See Also