enum QPanda::Graph::Kind

#include <Graph.h>

enum Kind
{
    K_GRAPH,
    K_WEIGHTED,
    K_ARCH,
};