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.10rc1.tar.gz (8.3 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.10rc1-cp314-cp314t-win_arm64.whl (117.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_cliquer-10.8.10rc1-cp314-cp314t-win_amd64.whl (150.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_cliquer-10.8.10rc1-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.10rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (343.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.10rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (347.9 kB view details)

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

passagemath_cliquer-10.8.10rc1-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.10rc1-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.10rc1-cp314-cp314t-macosx_13_0_arm64.whl (80.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

passagemath_cliquer-10.8.10rc1-cp312-abi3-win_amd64.whl (137.1 kB view details)

Uploaded CPython 3.12+Windows x86-64

passagemath_cliquer-10.8.10rc1-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.10rc1-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.10rc1-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.10rc1-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.10rc1-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.10rc1-cp312-abi3-macosx_13_0_arm64.whl (71.9 kB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_cliquer-10.8.10rc1-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.10rc1-cp311-cp311-musllinux_1_2_aarch64.whl (338.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.10rc1-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.10rc1-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.10rc1-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.10rc1-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.10rc1.tar.gz.

File metadata

  • Download URL: passagemath_cliquer-10.8.10rc1.tar.gz
  • Upload date:
  • Size: 8.3 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.10rc1.tar.gz
Algorithm Hash digest
SHA256 baa2fbdd669b2ca4d5da3355b4248793c4eced4e9c247ea60afdd60cb8dd73db
MD5 628948e07183e19c69ce7836f1d5c583
BLAKE2b-256 53abe4a2f11fe81c7a50019375d607bdc68d7bca8ac453a79dbe3df2d3432643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8e5baf9c2fd5ccd12599dc932d31dc455fae6673b53948f5d7d1b921b3d273c5
MD5 90599a18de993b2d944ec3e50dbddbbc
BLAKE2b-256 85f6c03d1a12baf6e08e0df6317897f0296336aa8ae3a13c9b113b8e4025bd0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 98b04b184e9d51be0deca0a866c548d2be79d44f525b054629c78169868e30ab
MD5 049a19d0921464f23956888d373e1b35
BLAKE2b-256 fe59f9e66399eb8abb596b71925f6925187c6a338040692e6544f963771e2ad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72ec3a8b88919b3dcf8665fec2b40bb093a2a66b13e74c0dbfb06158bebb5f35
MD5 46ca451f825f89d4abb72891d21eb73c
BLAKE2b-256 48d34ff94fd99e87812993afaa7f553586decce4e07c487560e979995dae7f28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbfe1fe7a3e444502433d12c34518e69c82a8cf0bb51ae3b137e658d46bb0fc7
MD5 2cf2b5bd02a15093ad269a5cfc94fbc0
BLAKE2b-256 35c1934783d814f840aff232c86948842af74949ae383d8a5daeb63dfb01aa70

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc1-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.10rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27f5cc421d55b48022d7d5689ca4eec40460f690ca8399d5e35e249502d2c0c3
MD5 c729a9ff154d125c94e803967be01f5b
BLAKE2b-256 02c9c9ac15b96016ed3fcdfb3cad2831940cfb5b861b8e926bed1be096c5bfc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5656f8b7924adb212d17646f6a4a7c4879d1587e680b4ad2121ba855dd44d41
MD5 6d51b718f53adee6c0aa2df1408f08d7
BLAKE2b-256 0048ec80cfd269fe2044fa4eb73355fa050aedeb324e851b0f6684f2081fbc2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e09b633132924e1b045f61dddd3bd646fc5b48ab9d6d6a89b2136557eea5c967
MD5 30d2d23617561f07e63648bfbf02d56e
BLAKE2b-256 3a8bd09fbb00f62ec8c7d78665dec9696237cb7bf41939e9278832d607fd0fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1e6cf30894c05877af8091cdf49d97dd488ce933784005fb4da4dba5a2a29330
MD5 c4842e7a4bf21906f736c1882d3e34ac
BLAKE2b-256 05ce30b39365488a7ca6771eba403cfd33e6b1e9d04868863c98609e73ad3711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 c6ab14c57838c2702627ab3e10ec5d90eba9e869bd44cd5999f8de00a39d1f47
MD5 952679328f11d4a2696980370595425f
BLAKE2b-256 61a5cb516fa142acdab051eeefa1d4221984348e80ac6424e4b5df2c9e17e522

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 78b0bab066fd21c27a49a843436ea5f504912e05dde5b286d0141be455aca68a
MD5 73d44bf8e17e3fee6d8da09691a6fc9c
BLAKE2b-256 9b97b30c7649ce37852211e05ab4800992fc5d74a1491c0b15f1ec4fb11b2605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3c767bddae8c4456f9d7c7e19f4006a8b64866ed60fa1e71e53b8686db8089f
MD5 b38717c0f16279659213cc6839f42433
BLAKE2b-256 95596fdc703299e1d9873633a1a6e3a7a6bc4eae671aad103750c5408f52aae8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f393fe243236654d6ffb176079b221ea569fff846f9c1293c16610a769f88757
MD5 6d36e3085a046444b69f70039a604f73
BLAKE2b-256 c7e606309f084f54c633d195376702c5b1fce4d0992f1ad0516513d819aaa5a3

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc1-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.10rc1-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2dc034d47ac56baa3acd2c9cd9a4408f1a9b0db99c254d2bb1d92fe21c3d8094
MD5 d4c2ac6f1e9f58bb5f62125d8d2e616c
BLAKE2b-256 13ce2a677d1d4be7daf86ea6e7f39700c252cba7fb7f0a4624538c0986f24cfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d396d6165c45ef792aa3533c56b58e3814780a5f49b6ced53e196ae28b2a254
MD5 00c5143ce5ea07861757484d1ecb7f60
BLAKE2b-256 11e2b38f5410ab748c1c6e4e7f780bd2e2520b01e64354485a4242d353d6a4a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2700363d044879fd7274f53afdc96aa1abd4e9ddee9384d37e94ed7d06de8c7f
MD5 2f201dcb25fc3fc776c7c8dd3646b44a
BLAKE2b-256 89f3cac620c2eb2c3e9ab4dad3009a753be17bd2f4a9b70748d9038deb4e0888

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8b20400b943bf0e5ee0129e3aaf65737fe4f3debac72abc7e5c66b4c0c8d30f2
MD5 f8abc32570d961faae38542e811113ca
BLAKE2b-256 2e744b6d4851b96160ece84713b8c29ef005ad6d92813e747acaa2d050085b18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6a7ac06db689e2f606e60e46d6c9c0c1ef15e628f8f9f7a42c598352fb6ef7d6
MD5 f0c3181bba83983af43a1981dcdcf1f5
BLAKE2b-256 6a13fc2ec0172d1377623eb1166734c5ba2435482f8df3a933f94a4113bc96da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 88adc0cd7d6c16a122237dadbc1836076f726d471ec24de5c7cb6856cd24063e
MD5 cb7822a61b12d95318b1d00274f7c7f2
BLAKE2b-256 f17e32600a1979723e7c2bfe2565ed7fb3313fa827d5283aef2b9228983d3111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 539d881af423d1b6992bea2a76aaf3de1d0774d020082168a9897044917a9804
MD5 b934891810aaf48d2c974a6357d62238
BLAKE2b-256 c3277650399fc5aea6a295c10a1260d63e552a0c4d244e2b61bb2e17d3b29fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23bfd2f85e6bb79155032a1caeda55f799e2867bf4ba9f121fac2c4f4ad34b84
MD5 ef9c1f9daf7fddf766217499cb74d56b
BLAKE2b-256 98d417798f950d8bd2ac20d3a82dab68a3e6288981f6f3839aaca2565241e29b

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc1-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.10rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cfcaa7f369944387cbf2338c845d4e09e820b833bfef8fa1a10007f487aa800d
MD5 c694a0c01a55e36a455ad76ea0a65746
BLAKE2b-256 63a35f4a2bbbcd88b7556a277ce7ebb4593fe382183bffd5cf9b13a2772bc96d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4ccddb85f646f396211ddac899eafac2ae76446a7e0ad419f6d80634006f20f
MD5 039955a7c9d1bcfec7dd56cebe9b0423
BLAKE2b-256 baed19278ee4fd164c12d0e8dc5d2fb0720ecfab293142d9a63485b3c074a821

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7581dec5edcd253d524f591439e930063a4c90819ab029d93f1763de7df861f2
MD5 12f639aaf0bfa7cb0135ef69761ca91a
BLAKE2b-256 d7357bfc625fe57916ff47e4e775892605ab23673e834487f17ce3b24ffca49e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d43a1cf59556a5ca4dc0b7beda50639275b9157d676c0e422a6b55596f88e875
MD5 7b95d07f5e6f17186399e790a77c0ba2
BLAKE2b-256 c21a1d925b7c6800d32087c6457522482a7ad8bf2dbd0f6045512b9de92a0f7d

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

25 files

This release

10.8.10rc1 This release

25 files

10.8.9

22 files

10.8.8

25 files

10.8.7

25 files

10.8.6

25 files

10.8.5

25 files

10.8.4

25 files

10.8.3

25 files

10.8.2

25 files

10.8.1

25 files

10.6.48

33 files

10.6.47

31 files

10.5.49

31 files

10.5.48

31 files

10.4.68

9 files

10.4.65

9 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page