Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-cliquer provides an interface to cliquer, an exact branch-and-bound algorithm for finding cliques in an arbitrary weighted graph by Patric Östergård.

What is included

Examples

$ pipx run --spec "passagemath-cliquer[test]" ipython

In [1]: from passagemath_cliquer import *

In [2]: from sage.graphs.cliquer import max_clique

In [3]: C = graphs.PetersenGraph(); max_clique(C)
Out[3]: [7, 9]

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_cliquer-10.8.8rc1.tar.gz (8.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_cliquer-10.8.8rc1-cp314-cp314t-win_arm64.whl (117.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_cliquer-10.8.8rc1-cp314-cp314t-win_amd64.whl (150.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_cliquer-10.8.8rc1-cp314-cp314t-musllinux_1_2_x86_64.whl (341.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_cliquer-10.8.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (343.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.8rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (347.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_cliquer-10.8.8rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (358.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_cliquer-10.8.8rc1-cp314-cp314t-macosx_13_0_x86_64.whl (78.1 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_cliquer-10.8.8rc1-cp314-cp314t-macosx_13_0_arm64.whl (80.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_cliquer-10.8.8rc1-cp312-abi3-win_arm64.whl (110.9 kB view details)

Uploaded CPython 3.12+Windows ARM64

passagemath_cliquer-10.8.8rc1-cp312-abi3-win_amd64.whl (137.0 kB view details)

Uploaded CPython 3.12+Windows x86-64

passagemath_cliquer-10.8.8rc1-cp312-abi3-musllinux_1_2_x86_64.whl (312.2 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ x86-64

passagemath_cliquer-10.8.8rc1-cp312-abi3-musllinux_1_2_aarch64.whl (304.6 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.8rc1-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (315.8 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_cliquer-10.8.8rc1-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (314.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_cliquer-10.8.8rc1-cp312-abi3-macosx_13_0_x86_64.whl (71.0 kB view details)

Uploaded CPython 3.12+macOS 13.0+ x86-64

passagemath_cliquer-10.8.8rc1-cp312-abi3-macosx_13_0_arm64.whl (71.9 kB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_cliquer-10.8.8rc1-cp311-cp311-win_arm64.whl (112.0 kB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_cliquer-10.8.8rc1-cp311-cp311-win_amd64.whl (138.4 kB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_cliquer-10.8.8rc1-cp311-cp311-musllinux_1_2_x86_64.whl (343.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_cliquer-10.8.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl (338.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.8rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (344.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_cliquer-10.8.8rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (346.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_cliquer-10.8.8rc1-cp311-cp311-macosx_13_0_x86_64.whl (72.9 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_cliquer-10.8.8rc1-cp311-cp311-macosx_13_0_arm64.whl (74.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_cliquer-10.8.8rc1.tar.gz.

File metadata

  • Download URL: passagemath_cliquer-10.8.8rc1.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_cliquer-10.8.8rc1.tar.gz
Algorithm Hash digest
SHA256 30ce1b737547a8444a3896a924b8f7ea5b01de46eb113960bf02de59b28ce100
MD5 1319a7b40ca6713fc03d16d535b5837c
BLAKE2b-256 8b18523645fbaffcc9ef779649a320cc1864473cd2fc7c7c7dab6459146bc7ee

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 caedff122827d26575656a50788fc881456b360f221080ad1e34a0e85e735c02
MD5 c8a2dab5e7f4588bed6ca4151211ee7f
BLAKE2b-256 05be6eabdbec32bb5e60df07b1cb9ca2fbc23c9a55076701aee06e33bf377074

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 382f925c47ba90343ed3ed6aa85602abec4559fc6a5e1f0b858be6d4bb66d5db
MD5 bd37ab893a2bf8467dc1621b061bc66c
BLAKE2b-256 d5eefc126917f470c2d7a626e5c8f5fd352f498a03c9e20754e9135f2dc1543e

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6730856cf11d6692170aa716e6aa6f3ba30eaa9d303c7ddf7ee172df200ab12b
MD5 0a07a7e15490290480e9742e734fd6b7
BLAKE2b-256 743d674661f1459c13e2f6ea75abecdd7c1f7ae13cffa88a18b3b2079f7d0e52

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b79ac3add389d0ba7d4019d6eca2bd9e0b8634ef632ba914a5955b7820c2042a
MD5 90955dbd289db8d8eb168272644e37c2
BLAKE2b-256 5857179a8cc733c7deb4cdc8d9801e55433751a4fe27eece404820966ef8f67c

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 872c81e365129076f799413464976c4087f4bdcc35bbb12d2270f762f29a3356
MD5 740074b4320a867865b474c05e7d71df
BLAKE2b-256 866b5d4d3d968fa62c1038914670fc47cdc038aaa0f33900ff5e6a5c6f4bf9a3

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec9e63c392049ac9d12cc5a6f205f50c4920071442dac13d9d26f31dbd0c73bc
MD5 9762ac48ce8a55940352f9207174e3d0
BLAKE2b-256 d7cbfee431af4afb534bdb99f0dc701117f32cef10791539ab633de816dd95ed

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 34705e7e038e6d9f5b7f35f6923233e71f4fa40f7587e4b35735a9f042f55b93
MD5 ef10816c3068190792c31a353b28a721
BLAKE2b-256 f35e96c768b7b5932c1a35cbdb74267b4a2f0c74f51c8091d3b744162109130b

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 55f6860ca3cf018adc6790571463a086d76afc93f06210850a19a09d82e6fccc
MD5 a09d4ac14330d3b2dc170aee77cbfd53
BLAKE2b-256 b7df65d7bbed3257488c191d93ffb59fceb94dd694f5a040aa9c9690d726d5a7

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp312-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 e19889f9c01a4fad9477b75257befa2f8c35fd5514faf1e07156cbe4e22e3033
MD5 354217fb9206ecf13444e83012676d5c
BLAKE2b-256 3d7056b0de0ac30bce200fcafdf2d332666840ce63714ab747b039baca6b8c56

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 c83a2d903b7913282fdf06d055bdb08eb9062c0fdb417ea6568ebfaa6251be8a
MD5 ae0f4ea84b75cc99e242017c1461afe2
BLAKE2b-256 3743b1df884c103995dee4997034ca7f466eaefe2634ad04a58930795ea04198

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d808f149c7b26b243c16509c19660edbc38c9d805a7c39e823e86bc936eb6c0
MD5 102a5d607c6702ed7683446d642f4c65
BLAKE2b-256 872a8e610a2c0b7d8380890a0ab5831b90d8042784c4fe9e1cbe17956a4db815

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fb74de322db117cecc31bf2eb8074fdfd2530c43a00f661db69ea00b8b4a893
MD5 fd21deb92ee3e5a296dd69eeed6d3d77
BLAKE2b-256 c8566607288802abe89e0447eba3b0921d0769c80db8626d5fef82bf51b13a16

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 edff1142f0d62a5231df9883e87f299236799cfd3e630fd1aeab0db95322edc8
MD5 84da122f4c548913d267f67a339aceed
BLAKE2b-256 55ed25cf11a693a359c20bbbb0ddb8e6fedd4244778e5ea4f05acfa7ac3df323

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d34fd9e811dcf66be504d8aa4f3501d1fd7c29c2b1511c6cfe6163928007803
MD5 85ae4a88a893f8a7cc147b8f39634058
BLAKE2b-256 9be1c3ee5dd06394d2b07113c652928f57aa3b9f89d49fb004cb13bcf398f379

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp312-abi3-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f2c984c7dadd0eb7629288aaad58ef5a215494fb8ffbf19c3305faf21fe03910
MD5 e0f6780488bf4910c3146a17b3aeed7c
BLAKE2b-256 647374d88c2738a2281f6feb29a03b73a0cada974d2b4d193247a840fc79a680

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp312-abi3-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a387fcf604feb89b11baed2c9eab6132413c2d14716ebb5ceb2e141c57b294a6
MD5 8f313b23ac26663883ec4292df51afdf
BLAKE2b-256 d2dbd3afc4d181acf1a7710ed677d016ce6f79c9eff3ffc2a770cab880e8a11d

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3082b80615d91f7cb753759e14c022985428170f0c2a686005169102ef729a8a
MD5 3f3de56a4bbae1d75502c6c0ea1ddf22
BLAKE2b-256 517dd785c9509ef0ec08333c2223ec7afe63835eac323a0a6bb05ec65885de65

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f9c0b02b25af2dfb72de669245640e2dee48ad0ae3ad9e2df428fbbe99e693d
MD5 d2661b6784892ab95f0018ee7f9105d0
BLAKE2b-256 409cac97b1e1fe3807ccc5da04da30494a78ffcef8587b3d0681768f3f38b08c

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee14deac91efbda034a38239a5e98793539001c58a94889de952b1d64f375f09
MD5 33051b247267413c59506ab6bff24e8f
BLAKE2b-256 f640b1b85708d5e58dc53404a4189cc430aea0bb73b56c8a9679aa1918dc9e9d

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b046f4c5a2dd7ae61f981e886670758569b5397f93a5d1a796b934833d675ce5
MD5 b7eadf596291696d74dcf584efe8bbf9
BLAKE2b-256 ec25cf4eda4494d88ed7612566e12a86366085dfee2aec86d406445072aef68d

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3aa38dbc60275f291097a6479084bdeb89105386146ba39a626850603f7039b9
MD5 5f931f4868797b6acb6706bb0ba0c842
BLAKE2b-256 bd25d6cdca46eaa275f1fa563c2cfb2175dd943ba70eff8905ab89c963dc3fd0

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 19ff48790b3cafee587951bba5f043ea68c17aa5dbad224b5773e08928d9bcd6
MD5 a2ca8d82747116f2d7952b396932778f
BLAKE2b-256 0dadcbfc1b3d6695c6561754f8394cdf7c54bea2790860fbcab038e832ebfdb7

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 14fa1db8d826c23557086e53fe95a86411e97d6a6f7cdd133ef20e82d66cbd30
MD5 6b86fcdb7b72fd1201f5d12b69738a15
BLAKE2b-256 9b5ebbc60223be90d4cde3e79d1771da1ca47ed72a93fc0e04988cc71434f576

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 69ce81f5a32dbc1bd0b421015c1b48dce3e9af649bfb58b80d829f791b6f4477
MD5 a4548e19700ec47b4b425f66a52b8ae0
BLAKE2b-256 932be557a78c36ce8083521f0e84a95e7dce839c948beb10295c68e5cf02d3a7

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page