Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/graph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-13include -> requireSoumith Chintala
2015-09-11improve topsort so that it can handle multiple leaf/root graphskoray kavukcuoglu
2015-09-08add cycle detectionKoray Kavukcuoglu
2015-09-04Whitespace cleanup.Clement Farabet
2015-06-30Change function makeAttributeString to produce a string with the keys in an ↵Ioannis Antonoglou
alphabetical order.
2015-02-06Escaped quotes for dot.Ivo Danihelka
2015-01-14Renamed graphName and graphAttributes to graphNodeName and graphNodeAttributesJonathan J Hunt
for clarity.
2014-11-24Working with annotations.Jonathan J Hunt
2014-10-29Rename utils.lua -> graphviz.luaDan Horgan
It only contains graphviz routines, so this is more descriptive.
2014-03-21adding rockspec and a requireSoumith Chintala
2013-07-23Used a local var for str.Ivo Danihelka
2013-07-10Raised the graph-has-cycles error.Ivo Danihelka
2013-04-04add 'id' field to Nodekoray kavukcuoglu
correct reverse/clone/topsort functions
2013-04-01make sure that roots() returns nodes in children insert order which is also ↵koray kavukcuoglu
consistent with bfs tarversal order.
2013-03-27big makeover: Node and Edge classes are moved into their own files. ↵koray kavukcuoglu
reverse() function call now returns a new graph with new nodes, but sharing the data.
2012-11-26put files into gitkoray kavukcuoglu