Метод | Описание | |
---|---|---|
Crop ( ICilGraph sourceGraph ) : ICilGraph |
Given a source graph and a set of start items, returns a minimal subset of the source graph that contains all start items
|
Метод | Описание | |
---|---|---|
FindMinimalVerticesSubset ( ICilGraph sourceGraph, IEnumerable |
Retrieves the minimal subset of vertices from the sourceGraph that are required to fully support the startItems.
|
public Crop ( ICilGraph sourceGraph ) : ICilGraph | ||
sourceGraph | ICilGraph | Source graph for the crop operation |
Результат | ICilGraph |