-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.json
More file actions
31 lines (31 loc) · 1.43 KB
/
init.json
File metadata and controls
31 lines (31 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"Graph": {
"properties": [
{
"type": "Boolean",
"list": ["has_multiple_edges", "is_arc_transitive", "is_asteroidal_triple_free", "is_bipartite", "is_cartesian_product", "is_cayley", "is_chordal",
"is_circulant", "is_circular_planar", "is_distance_regular", "is_distance_transitive", "is_edge_transitive", "is_eulerian", "is_even_hole_free",
"is_forest", "is_gallai_tree", "is_hamiltonian", "is_interval", "is_line_graph", "is_long_antihole_free", "is_long_hole_free", "is_odd_hole_free",
"is_overfull", "is_perfect", "is_prime", "is_regular", "is_split", "is_strongly_regular", "is_tree", "is_vertex_transitive"]
},
{
"type": "Double",
"list": ["lovasz_theta"]
},
{
"type": "Integer",
"list": ["chromatic_index", "chromatic_number", "clique_number", "connected_components_number", "diameter", "edge_connectivity",
"fractional_chromatic_index", "genus", "girth", "number_of_loops", "odd_girth", "order", "radius", "size", "spanning_trees_count",
"szeged_index", "triangles_count", "treewidth", "vertex_connectivity", "wiener_index", "zagreb1_index", "zagreb2_index"]
},
{
"type": "Rational",
"list": ["average_degree", "average_distance", "cluster_transitivity", "clustering_average", "density", "maximum_average_degree"]
},
{
"type": "String",
"list": []
}
]
}
}