MIS-algorithms

View on PyPIReverse Dependencies (0)

1.1.1 MIS_algorithms-1.1.1-py3-none-any.whl

Wheel Details

Project: MIS-algorithms
Version: 1.1.1
Filename: MIS_algorithms-1.1.1-py3-none-any.whl
Download: [link]
Size: 16777
MD5: b05031ed714a6bbb5bc3a446df31c743
SHA256: db442e8e674168d21cf9116ab66f9d0e92fdfc699017b06cb7fe51ba25e66fad
Uploaded: 2024-06-20 11:45:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: MIS-algorithms
Version: 1.1.1
Summary: All algorithms used in the paper "Finding Large Independent Sets in Networks Using Competitive Dynamics"
Author: Niek Mooij
Author-Email: mooij.niek[at]gmail.com
Home-Page: https://github.com/NiekMooij/MIS
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pulp
Requires-Dist: communities
License-File: LICENSE.txt
[No description]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.3)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
MIS_algorithms/__init__.py sha256=f3sENYpB6hglt-r-rowPm_KMePGFDpzKVi_Z-Uh0W4w 1323
MIS_algorithms/blelloch.py sha256=Cj-xO5brbOB5RHxlMpRZ3cXE34nsuVwKkWAvHHM9H7M 1766
MIS_algorithms/continuation.py sha256=wnTdPSgMA2_G0uCwYmfSlIZZFwigl7pT1g0k8vjC2Pk 10154
MIS_algorithms/exact.py sha256=Zn370OVWlgMX8IxtynTj8ZB_5PzQIO7oBALkZMYgx-Q 3034
MIS_algorithms/greedy.py sha256=pK54BXohZMbG9uXTowAk99b4nig_50UWUlfcr-6fb8Q 1200
MIS_algorithms/lotkavolterra.py sha256=0vT62Pxcvajx9VygwBdyiQ-vzYi7RXTaNG8jgb9DWYQ 2045
MIS_algorithms/luby.py sha256=BGVl1lGiqpO5rRm8RuuYOdYs_JS0WboAINiRiZmHMNU 1641
MIS_algorithms/random_priority_parallel.py sha256=kIsep6ea6H65jueTgM0E5e8dUu4R1pUugILCs_vG8BA 1850
MIS_algorithms/functions/__init__.py sha256=GGSHvIv9bHZsEqcjZQs6HOuwvMaEQkZdE1GehGm5ePI 399
MIS_algorithms/functions/is_maximal_independent_set.py sha256=UJh0H-n1UtVV8FZyJTebc-ExmEJW2w7sHWg5x5f3VJI 1551
MIS_algorithms/functions/reduced_graph.py sha256=XkfVaUsRz9Mkkv28Br9Ayl_1APVmdBrIwUU67ECayus 1013
MIS_algorithms/generate_graphs/__init__.py sha256=LbjHScfY6VysE5fbxVqnsJlVxC3nzumLqyIHtJkgCjs 494
MIS_algorithms/generate_graphs/barabasi_albert.py sha256=fV21CCNZmKllsLxhN-U8oAquF4UW7Nq8cXsknvCo88k 1220
MIS_algorithms/generate_graphs/erdos_renyi.py sha256=gAVwIM5dUM2K4dU9gcEneEAlwUXzY8arqfRp4CO2lsM 1030
MIS_algorithms/generate_graphs/random_bipartite.py sha256=-j8ddIlJeH4zY0TChd00ebt26I18RTseadd5PgsZ1_A 1258
MIS_algorithms/generate_graphs/random_geometric.py sha256=imBa8xrbjeV6Nbnia1NmXlUjHy0sju6e5iiEYSTfZ1w 1320
MIS_algorithms-1.1.1.dist-info/LICENSE.txt sha256=Zlv8517YKFuHaaqksoTKeIiQBl9DGxhUdb_0kJg0NOE 1066
MIS_algorithms-1.1.1.dist-info/METADATA sha256=sj_XWc_xpqLynAwx3tynXImNFP-_teWm83mamiXxyOU 556
MIS_algorithms-1.1.1.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
MIS_algorithms-1.1.1.dist-info/entry_points.txt sha256=3aZqQQbE_h5S55pn7y2qBvr-mTN_DKpJmVuskPxtSQU 611
MIS_algorithms-1.1.1.dist-info/top_level.txt sha256=QB34LiTgi-3vkq2mrnIU4yCpaPv5kKiuv_BIHq3cr9k 15
MIS_algorithms-1.1.1.dist-info/RECORD

top_level.txt

MIS_algorithms

entry_points.txt

barabasi_albert = MIS.generate_graphs.barabasi_albert:main
blelloch = MIS.blelloch:main
continuation = MIS.continuation:main
erdos_renyi = MIS.generate_graphs.erdos_renyi:main
exact = MIS.exact:main
greedy = MIS.greedy:main
is_maximal_independent_set = MIS.functions.is_maximal_independent_set:main
lotka_volterra = MIS.lotka_volterra:main
luby = MIS.luby:main
random_bipartite = MIS.generate_graphs.random_bipartite:main
random_geometric = MIS.generate_graphs.random_geometric:main
random_priority_parallel = MIS.random_priority_parallel:main
reduced_graph = MIS.functions.reduced_graph:main