Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
cliquematch
The cliquematch
package aims to do two specific things:
Find maximum cliques in large sparse undirected graphs, as quickly and efficiently as possible.
(cliquematch
uses C++ internally to implement a really fast maximum clique algorithm).
cliquematch
can also find (node-)weighted maximum cliques using the
NWGraph
class.Construct large sparse undirected graphs in-memory for the various applications of the maximum clique/clique enumeration problem.
Licensed under MIT License. View the documentation at https://cliquematch.readthedocs.io/
Note: this is cliquematch v3
. If you're looking for v1
, you can go to the v1
branch or
documentation.
cliquematch
uses cibuildwheel to build wheels via Github Actions.
PyPI wheels are available for Linux, Windows, and MacOS.
pip install cliquematch>=3.0.1
cliquematch
requires pybind11
(v2.2 or newer) for its setup:pip3 install pybind11
cliquematch
requires Eigen
(v3.3.7 or newer) as part of its setup.
A C++11
compatible compiler must be available for the installation:
--std=c++11
(builds with gcc 4.8.2
for manylinux1
wheels).FAQs
Finding correspondence via maximum cliques in large graphs
We found that cliquematch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.