enum QPanda::Graph::Type

#include <Graph.h>

enum Type
{
    Directed,
    Undirected,
};