Add a path at time t.
A container of nodes.
t : snapshot id (default=None)
add_path, add_cycle
>>> import dynetx as dn >>> G = dn.DynGraph() >>> G.add_path([0,1,2,3], t=0)