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 (Expand)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 a...Ioannis Antonoglou
2015-02-06Escaped quotes for dot.Ivo Danihelka
2015-01-14Renamed graphName and graphAttributes to graphNodeName and graphNodeAttributesJonathan J Hunt
2014-11-24Working with annotations.Jonathan J Hunt
2014-10-29Rename utils.lua -> graphviz.luaDan Horgan
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
2013-04-01make sure that roots() returns nodes in children insert order which is also c...koray kavukcuoglu
2013-03-27big makeover: Node and Edge classes are moved into their own files. reverse()...koray kavukcuoglu
2012-11-26put files into gitkoray kavukcuoglu