I've got two sets of vertices in Sverchok:
I'm trying to draw edges between each corresponding vertex. I came up with this, but it seems overly complicated:
Are there any Sverchok nodes to simplify this operation?
List split
You can use one node with the List Split node. You'll avoid the repetition of the double Range Int node.
It's just a slightly different variation from your implementation. Apart from building a node that makes all at once, I can't think of a way to simplify it further.
try UV-connect node simply
join two objects by vertices into input sockets for uvconnect
http://nikitron.cc.ua/sverch/html/nodes/modifier_make/uv_connect.html
