Skip navigation links
LuciadLightspeed
2023.1.08

Package com.luciad.network.graph.numeric

Contains classes for working with numeric graphs.

See: Description

Package com.luciad.network.graph.numeric Description

Contains classes for working with numeric graphs.

Numeric graphs are graphs in which the nodes and edges are all numeric values. Numeric graphs in LuciadLightspeed are built in such a way that the edge or node itself (the numeric value) describes in which (list of) partition(s) it is included. Numeric graphs have several advantages over other graphs:

Due to their superior performance, numeric graphs should be considered whenever graphs become too large to be contained completely in memory, or performance of algorithms applied on them is not sufficient.

Using numeric graphs has the following limitations:

This package is part of the Graph & Routing Engine component.

Since:
9.1
Skip navigation links
LuciadLightspeed
2023.1.08