(edges->vertices es)
turn a tour of the form ([a b] [b c] [c d]...) into a path of the form [a b c d]
turn a tour of the form ([a b] [b c] [c d]...) into a path of the form [a b c d]
(dimension this)
(distance this row col)
(duration this row col)
(row-col->index this row col)
(weight this weight row col)
(intra g w es)
(make-concurrent-graph dimension vals)
(make-graph dim distance duration)
(trip g w es)
(vertices->edges vs)
create a tour [x x+1][x+1 x+2]... from a list of vertices
create a tour [x x+1][x+1 x+2]... from a list of vertices
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close