Click or drag to resize

WeightedOptimiser Constructor (IGraph)

Creates a new Weighted Optimiser which reads weights from the given RDF Graph.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WeightedOptimiser(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also