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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_cliquer-10.8.10rc3.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.10rc3.tar.gz
Algorithm Hash digest
SHA256 5511d6b9e2d42763a1e7383e78c5be361f839ece1b508f113483b3887cb146a8
MD5 c8a680258a83cbd63f425d8be3880f67
BLAKE2b-256 a290febc94282efbd8eb6c1312cbe7f2d6f26a117dc5581e5b3665a6676f0d03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 2edfdc0392041dfc6144018073e53fe635b2787405adee34cebb44469906b59b
MD5 1313ed2a1d1f65a5ae82650ed780b5a0
BLAKE2b-256 1f0c1c3fef97ceb2ce1d0d14e0ab44364cf9c7b263c3b5599afe9a2bbda03b65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 569ff98c21ad39401bd24abb5f94bb80f264d05932d9b9a63b7b8cddf115153c
MD5 10d30a390f55714e82dd28fe2ce2d28e
BLAKE2b-256 0202d7c439d7874b9e398dd75443a90ae5413bda14a2c8ac5c42e31bdf67ec0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a8dfcf693425e6fc33135d37cfc677283b9256fed88dceda8dab2a4a693e9d3
MD5 6a9e79d1b8bdb0c2c33579730e4016bd
BLAKE2b-256 247e4fccaed1e961b287a200940631e762380c0a201629b57567887aab29adef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dde18919c4b72248300408799450f5e67e960e8ca01e72f9aedef43cfcdf6243
MD5 5b24ee82f0da575239ed45220700620a
BLAKE2b-256 bd6005fb6166c067fdbb17e86719ec02ea137e1855be4f64be282989ac3cd2bb

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc3-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.10rc3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab30514a38b2702610579e12d43f610d463f4dfb33ab65027772415d7ad69340
MD5 1bf8a1ac22c5f21e604dad5aace4b54b
BLAKE2b-256 3091e9d79be765a280aaff2ac2eb5f77a995a1dc6d1fb3a36d09a8b5bf19672a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe93ad33e066da68f64960bf5e5cffffdb85d4e1422418ece6d08a4695beb862
MD5 09744471dfc01c92bed0a4cfc184a4c4
BLAKE2b-256 dbbc3bc50cfaf9dcfc1d4e5518a0ab501141946aa4ad6b55e396ec708e922de9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9c082b442ca4aeb8d113145e1710bfb02ef6a3682fe256feebcc212f179a6813
MD5 662a11dd2b3eaa099f083b17070d8b9f
BLAKE2b-256 e29ddc85da76d090e4b086aba6b6bad2295541ce218c22aab048de0723d6776e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b9d52d973412b627f3008254dfcf499e5ddad58b5f0459debd717d980ba8dff8
MD5 69959d876a49b7d23974c7e2019861d9
BLAKE2b-256 921862269592e9e5948fe6bd3c99153190a71fb1b0f74aade9f345b65fc1078d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 dede099cc2d682c27ecc8133001607b5918d19cddf9b857149a14b61162a7e21
MD5 91a3da4f9f0109c711d0efa177784531
BLAKE2b-256 25fe9be88ef19c3c5fb644f0d9dc827e8815e2331b877ded545a26a4fde65318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3eb7768e55484f65ee64a839c185620a7c729049052f0d28e89a5daee740f2d0
MD5 e334abb9c0574b5752de730bd2685be5
BLAKE2b-256 58b28c46a93987e6dddfc100c82002ba3714a0c141c1432ab2c651d213c98d74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69d0a3f582527ea7de112cab2f4081f04deeba32d8260148f920f5fcfea99976
MD5 2b5b1e8254a6be87f6f5b4d8e6d0b4d5
BLAKE2b-256 e2f7921126cb4c5398758b3032f834e42b1a7e25a13c136dad52d1616756c98f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8edffddc24af7e69fef54b2fbb4dbc03128193338167ec52f363f8746ed0b6b1
MD5 bca4c66ca2654bf3099275977cf3f06e
BLAKE2b-256 05938d8b870424e8d9b9f91d57b8055b072d94cb0db75035d1e92d1d492dce0b

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc3-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.10rc3-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4865b22272b9fa608648ea4158b95de3e6ef2145bbe0aa4a86e36df26f036eb1
MD5 6cd5256668340b792ffc3268f23b5b74
BLAKE2b-256 09235bb943c88bc1c03e951cb44e251d18a9f29a98da73bb4d846c8e804d3538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f2b3692307523931bec6aedb02d769c7bad09ca493a1019f1a4abe7d70d85f6
MD5 bda5ca7e87c699a57fe143d20948c879
BLAKE2b-256 680a1140d901220c02eddfafdf579c5e99ccd9962c28844934d7adfeb1b55cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d646b2079f72fa81412a440666a437113832f5e49d8302b553c7b0bd46978216
MD5 23b64544fa8a06a5a23b157d04700468
BLAKE2b-256 ee220e4e68c9940332953924f364397a9f33ab388e15820b723403e693d426c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7ffbf7074ea2ae9406cc9a85c0e6125a5b627c46d6385542d10242d314e2fbdb
MD5 a7edf95829e329e6c092f8c5eb69e13c
BLAKE2b-256 b71454cb3e1919c74b3a40627dc92acdb22676ab6ad12cee54af4f6edef0f291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5c83e487f825394031aa05dcd2dfacad9ab1787cf2c88ac30846353612b5cbed
MD5 25df926df42e715bacd39dfb655606dd
BLAKE2b-256 75cb71d18074a882b5617471a3066f03b64f027d1c815fd55ada7c63462da29c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d827b2c8024e6cf5756b8d6b70ab97e9847153d95c8a54b4e5484c25951a50ec
MD5 d1c809df80a7ce713468dab67e129126
BLAKE2b-256 5173cb6973a0e3f408aabc07800c99d9c9572f4469b3b7cc4058dc1f6f84e36f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be7b03567524aaf545c93beda4f797c30c98f4cf28dfab22f8d9e985ed7505d5
MD5 44b4312d63a4c23355e959548b8dffd0
BLAKE2b-256 cb21e5d9ce39988317150053d4563670997181f6409f208cd322e8bb74888564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0de1ee18461d715e9654a2a06df067f5a1d4728166b80a932797a99b88807a0c
MD5 ad92815ea12ad59bc5419be33ae067b8
BLAKE2b-256 62702702a0c7dfcb4552f14302e40c3a828b24e4f5da92b344d57bb4bc0e51f1

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc3-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.10rc3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d72d61bdffd6418f73ebcf852914a7c1864222ea22e63df2873dccaa27f3da79
MD5 d5594e0f284a1fbd4cc4d8bc89afb383
BLAKE2b-256 65f1156a3f23d9c8277bcdb0bb2f5e81ae8e1558db3028d273aca6be9fffac2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f9e8e7a9816b2786e209938d0998e274485ce445dc7cc0715281c3f7545f6d07
MD5 6852c6e88cb280ee2095578fab7368b2
BLAKE2b-256 b1e63bb861007e9926ad6c8f1aec35c1a4ecaab72ef2fd114b9c2d8bc7470ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 da8517ea1c0ea9e3f4b380ae433129a7a2070db3d1342ade49e6d4c8f689a25c
MD5 d2e2f693c4b965a8cb0b838cc3d682e2
BLAKE2b-256 e52ce23cb61cb6a9cdc18d08c817fe55d3b84aca1b1f0ac81651f220c9c44ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d2d4c041067581c96f35cb55a09095dbe970e825e46063c6dcd01e84e34f71fa
MD5 28c66c88099675d87611c6d5c3e2bd9f
BLAKE2b-256 6087f164afbdcbdfea4ee4eddcabafa244d7bc7eb423f0d4a965cf930fbf6226

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

25 files

This release

10.8.10rc3 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