Files
easy-graph--easy-graph/cpp_easygraph/functions/structural_holes/evaluation.h
T
2026-07-13 12:36:30 +08:00

8 lines
434 B
C

#pragma once
#include "../../common/common.h"
py::object constraint(py::object G, py::object nodes, py::object weight, py::object n_workers);
py::object effective_size(py::object G, py::object nodes, py::object weight, py::object n_workers);
py::object efficiency(py::object G, py::object nodes, py::object weight, py::object n_workers);
py::object hierarchy(py::object G, py::object nodes, py::object weight, py::object n_workers);