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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.11rc1-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.11rc1-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.11rc1-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.11rc1-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.11rc1.tar.gz.

File metadata

  • Download URL: passagemath_cliquer-10.8.11rc1.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.11rc1.tar.gz
Algorithm Hash digest
SHA256 e51e7af16b663c87550872c87b5aa7371d19431b179bbc64516351ebc7b6df46
MD5 ed96d7c8286d970f71018f2ed11851a6
BLAKE2b-256 66d273948b8a06ac288147c4031ff50dc3a5bf8a0c1b307a2b1e9d16f1b61bfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7715e6ccdf8d80d105fe67796799e725690769f337301d6d7f1ea2ff8c83bea9
MD5 b9a8c2dd4378f0e77386c603d740849e
BLAKE2b-256 14849a6e67c40e9a8e630a931d7a81b8bdfa7671879df721162a2cc30733c4ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 20b5dc13b17440a406c4aefb6922e8cc30c0952865cbbc7b111c1da7c5e7566c
MD5 4184c793466e623f2d3f369389190ccd
BLAKE2b-256 c6e8b0b66a966da601fc74db88d5082e8a31f02f6c93296eb8b03a6135a1b6bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2fdc3dd8969a8240390afd90a63c381b30825f6d610cda6cf592c17d072ff9f
MD5 8bb12f6ed392e54f92bf48943abb379b
BLAKE2b-256 f8d1dbd041eafbb4b3a163a6dce02efc57976fa66c52dd053c446a7c831d72e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b651274e82e80a30274efacbbc5eed09c7d87b413ef5ce4feac985444bec9df6
MD5 28d047b1983459d967c384008f99f6ae
BLAKE2b-256 88383629772541f667abb1e141c3a23aa000d182f873f7983ce595edebe594e1

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.11rc1-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.11rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71c9a14800f82f916e3206a0f76aee6d60704e1cf237ccf2874167a86243f77a
MD5 00009194d6117a42fefd6d97317c2186
BLAKE2b-256 a2b57fb935ce3d7c372703f36d7acc681b39cc15c0dcd3143b5e44721a7f1347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90150dd3f9ad05d6e7652e305c01a21ff96287bc387cffb5949af8709c58f084
MD5 a802944f9f41e305fa1d21bcd42caba4
BLAKE2b-256 aeb47d8f1a650cfbf4d2aa25d27a6aba547bb7d27317dae73ae46434410ffad7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 07581cc6970180be36540580315c316a73d305a353ccc1cc97af20a20b338f1c
MD5 594865b990b2153f7de4e3b4e168a2d0
BLAKE2b-256 34d62ae91823d9a4191f4b0154eb70844928f9eacea38ea66dbcbf4964660868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8fac1f38c01c8362d53685677d3a07b0e98fe0ac004d0d67b09680545f90d4f5
MD5 9f781f2a0ab4bfd8b1fb3ca292913e76
BLAKE2b-256 e9bb1a96c92e72f8be72342e31a711915b73446875bd052eaf046e7295b515a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 6fe717c3ada919df643a6c0c3f9c4241b5b394625f8c5744a7b90c3ee5953161
MD5 17e26ed04a5427583fcbf3312f3ef573
BLAKE2b-256 11d0ce7fa72c5bfdb8a7829e0ddc64bec9cfcf4bf02669630b66e7f43b263d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b4354b4ad0cb85e6e6814abe14ee7946e814a2672d638a04a31eb140ab644386
MD5 82758af9b2375fc08dae6cdc31a24692
BLAKE2b-256 a94c205eb4d4cb6a0a7232b81249be2ad7b8e0d3e69a648a4b57b098d1c9f73a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73846f60a11e9c8326abefd160ff93819be62475cf74c27c1380fdf68634c6b6
MD5 b6d1c79b67c8b8bee6f6fc970c1fa39b
BLAKE2b-256 76cc068f78e5fcf2815fe5579dbba2b0937a7f97c23175f93e129971d23cd933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55886af1aacf42d022a655d2c67b9f61f913f145582ab1874868a2a322e5cd9f
MD5 e5e0660628d3e88f02cabf69e9a94458
BLAKE2b-256 712042c2b8ea4f2899ecf8fe5728f588734fe627f4e3cd5deedd4f66429fb8c4

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.11rc1-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.11rc1-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74325af9ac301532ff6eece3434dbd777e73a42db758a39db7b28f72aec61420
MD5 311b58a3b621c7a8c9c94b5a010d4469
BLAKE2b-256 6040ca9c4e05d0015b55f253d301c67ea8295654beaf30f304d7dbe8d9ba9ca4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6fef9f421f3b010b848760f129bb4d034061fff7da032e405abed79904e390f
MD5 e0b35a3d5c50c1d5bf3a457973c8a4cc
BLAKE2b-256 ce22cd980f1481bf59f68ff81006b015b913abac100e26900e5ce50183938065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8252f5937943de278d7469183556ec5b76da48f5c5cf327d536840ded7c00b2c
MD5 8ea38930837078af7c5040cbead69794
BLAKE2b-256 66e7a132f9851b02d8604278cfc1dd68c3840c40233417b73bef4d5a05d7bbe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 261ae72fcb7ac27b35f198689b0351ded90ebb40e44ea4d681692cc714217eac
MD5 65932097141b01bc99c0fab749568187
BLAKE2b-256 de9785fdc65c44867463f15f37aaa1f18f15e8021858563adb649be9361429ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cdbae747d188dec4f62f463e6b5700f80134d57a239fcc2f609c5c21c588b98d
MD5 f0b5404f96b6368f724347107e4dafba
BLAKE2b-256 5b17396e6e6f68ddcaaa8436b9dceb0ce5d692a9814c9a30c3ee311d3d1020dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b3b1b86a37a253805915f9127e16494f8112e40ae14d19c9b0c04b9cb4ad6ebc
MD5 efaabf3f6b00dd7e65f293cf98fc8d42
BLAKE2b-256 2f3313e59d639e9fe2f5a608b22dfb362c0b8785d8c551bec2539b32add76039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5074d95fa3d9a7897fd92ef2d1af60da974f9da20b8885213d6d56c85054a77
MD5 2ccd7bb621280b93500266358507da2b
BLAKE2b-256 668a61a98b810ee3434e5e1970011777b9fcf491325c7c8e54e3018829d6c30b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1a25c6e1f12039bf837d59d915508806c06963edc1eb3f2d53e3444fadf1897
MD5 186917d1ac32494002f9d87cc85e2a29
BLAKE2b-256 a0e5a74dc033e92f014156cd4d5e26d68efffd9b5a78eed674114aaeb25657fd

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.11rc1-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.11rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb7e332d001d4ac00e384d6e31f9e689857b4b32ca7260a72c2cad55bb778bbb
MD5 55961b479b83d06bbbd70745da93f380
BLAKE2b-256 bff3c6774170517de9f866bedd4c2d2bef6a75024a7beb309a54170805d52181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 751d14b0a165f29b4a80779445048a300842287db08aa95a8d01953054a8744a
MD5 992170b7c8029d501c34db046e1ef69c
BLAKE2b-256 d79219b84a3af657dfd4ae3e52ee19a5302e8b07c2d1ee12e221b3859ccda5c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2f6dfb80095befb3349ec41448c3e907eac03a8e508afd2a0588821b6fbba81
MD5 967fb6591b704dba61ceeb39c7104e82
BLAKE2b-256 06e697ae3f2d77a2acf812fdad005edf5073d59485c973f97eced6b4d5962168

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f917b65126eaee8bbcbd450ab5474e6042490aed134999ec366f665c814974e1
MD5 30cdb33ba67ce5ae4808d203d55746c7
BLAKE2b-256 16fc7e671fd2895d6da48b0757cb431b6f21d468f3535ea0488684c9aaf6ee66

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.11rc1 This release

25 files

10.8.10

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