src/test/sym_graph_test.cc
changeset 1000 7f4d07047ed8
parent 959 c80ef5912903
child 1164 80bb73097736
equal deleted inserted replaced
3:a56a03fe582f 4:a8eeb8d7167f
    28 
    28 
    29 /**
    29 /**
    30 \file
    30 \file
    31 This test makes consistency checks of list graph structures.
    31 This test makes consistency checks of list graph structures.
    32 
    32 
    33 G.addNode(), G.addEdge(), G.tail(), G.head()
    33 G.addNode(), G.addEdge(), G.source(), G.target()
    34 
    34 
    35 \todo Checks for empty graphs and isolated points.
    35 \todo Checks for empty graphs and isolated points.
    36 conversion.
    36 conversion.
    37 */
    37 */
    38 
    38