Class Weighted-Edge-Mixin

This mixin class adds a `weight` slot to an edge.

Part of:

package cl-graph, class weighted-edge

Direct Subclass

weighted-edgeA weighted edge is both a weighted-edge-mixin and a graph-container-edge.

Slot

weight
The value of the weight of this edge. Defaults to 1.0d0
Initform:1.0, Initargs:weight; Accessors:weight.