interface SearchFloydWarshallOptions {
    directed?: boolean;
    weight: WeightFn;
}

Properties

Properties

directed?: boolean
weight: WeightFn