In the following code, I expected that only the edge between vertices 0 and 1 would be removed.
EdgeContract[
Graph[{0, 2,
1}, {Null, {{1, 3}, {1, 2}, {1, 2}, {1, 2}, {1, 2}}, {Null, 1, 2,
3, 4}},
{FormatType -> TraditionalForm,
ImageSize -> {407.25, Automatic}, EdgeLabels -> {"EdgeTag"},
GraphLayout -> {"Dimension" -> 2},
ImageSize -> {396., Automatic}, VertexLabels -> {"Name"}}],
UndirectedEdge[0, 1]]
Is this a bug? Is there a workaround on this?
(13.3.0 for Linux x86 (64-bit))



SimpleGraphis applied first. $\endgroup$13.0.1the bug is not present. $\endgroup$