interface VertexWithMultiplicity {
    multiplicity: number;
    vertex: Vertex;
}

Properties

Properties

multiplicity: number
vertex: Vertex