20 Commits

Author SHA1 Message Date
yizhihenpidehou 78f334fd09 feat: add generate_linkgraph function for both graph and directed graph in c version 2023-04-29 13:29:56 +08:00
yizhihenpidehou bf806f6f68 fixed: pred in DiGraphC 2023-04-28 13:20:29 +08:00
yizhihenpidehou 5de5be65c4 fixed: pred in DiGraphC 2023-04-28 12:43:07 +08:00
yizhihenpidehou 40a7c1c592 fixed: add cogdl in install_requires; 2023-04-08 23:26:08 +08:00
gtc ef4f8278f1 fixed:add k_core cache 2023-04-01 10:33:45 -05:00
yizhihenpidehou 9964be7163 fixed: _get_edges() in cpp 2023-03-23 12:51:27 +08:00
Calvin e3f087a64a feat: add py() for cpp class and cpp() for py class 2022-08-25 22:06:47 +08:00
Chenhao Cui 8548af5514 fix: number of edges in digraph 2022-08-22 15:24:12 +08:00
Chenhao Cui d3013eb714 fix: degree of bosth classes 2022-08-22 14:53:55 +08:00
Chenhao Cui 3a8a3a551d fix: digraph remove node 2022-08-22 14:46:20 +08:00
Chenhao Cui 67631d824d fix: == for pybind11 is .equal not .is & update: remove MappingProxyType 2022-08-22 12:27:36 +08:00
yizhihenpidehou ba6ef60d6c Merge branch 'pybind11' of https://github.com/easy-graph/Easy-Graph into hybrid 2022-08-21 21:45:17 +08:00
yizhihenpidehou b6da8c2f12 fix:add weight arg in Path functions 2022-08-21 21:45:07 +08:00
Calvin 9b8de8a70b fix: object cannot be cast to bool automatically 2022-08-21 15:07:06 +08:00
Calvin b68758379c feat:add DiGraph base class methods 2022-08-20 13:35:01 +08:00
Chenhao Cui 2e74de828e pass compilation 2022-08-17 15:03:52 +08:00
Calvin 4c6b9ecbba implement number of edges 2022-08-08 21:10:40 +08:00
Calvin 295df3e289 add py_sum 2022-08-07 16:47:07 +08:00
Calvin 06da896947 fix: degree of graph implement: degree & size 2022-08-07 16:30:17 +08:00
Calvin 64c847bfc4 add DiGraph 2022-08-07 15:22:08 +08:00