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.9rc0.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.9rc0-cp314-cp314t-win_arm64.whl (117.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_cliquer-10.8.9rc0-cp314-cp314t-win_amd64.whl (150.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_cliquer-10.8.9rc0-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.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (343.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-cp314-cp314t-macosx_13_0_arm64.whl (80.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_cliquer-10.8.9rc0-cp312-abi3-win_arm64.whl (110.9 kB view details)

Uploaded CPython 3.12+Windows ARM64

passagemath_cliquer-10.8.9rc0-cp312-abi3-win_amd64.whl (137.0 kB view details)

Uploaded CPython 3.12+Windows x86-64

passagemath_cliquer-10.8.9rc0-cp312-abi3-musllinux_1_2_x86_64.whl (312.1 kB view details)

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

passagemath_cliquer-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-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.9rc0-cp312-abi3-macosx_13_0_arm64.whl (71.9 kB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_cliquer-10.8.9rc0-cp311-cp311-win_arm64.whl (112.0 kB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_cliquer-10.8.9rc0-cp311-cp311-win_amd64.whl (138.4 kB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_cliquer-10.8.9rc0-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.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl (338.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-cp311-cp311-macosx_13_0_arm64.whl (74.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_cliquer-10.8.9rc0.tar.gz.

File metadata

  • Download URL: passagemath_cliquer-10.8.9rc0.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.9rc0.tar.gz
Algorithm Hash digest
SHA256 3bcdd39c1442bfd9455700e95d500bbbb74f96b7e0644d038f791499d41fac32
MD5 f26243c37592709eab80c2511598a69d
BLAKE2b-256 197538e59ade6ccd39d977f5f18e906011b42486341925979b16f9f57d9c2acb

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 516948bb1e5c0663c15c71ef6e8e53fe50df6b27716b67eaba889adb5e5a4269
MD5 70e07675958819f374d00ab0dd538517
BLAKE2b-256 d012798933b911c229fe541bab29854f05c269a7b49ebac3b0050b55f8e582c9

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 44304fe1e0d0d778213c2f6d40c49e56704306fdffbd6d2e5e21b243b944b18b
MD5 c0ff7671622560e8a4aae3453b79d429
BLAKE2b-256 059bfe4b8bb2fddbb0544952a50f9bd81705444b663554c22522174df14fd617

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 014523488e649435f86b0292890574b133f4838903cdd10f683be838dfd2ec0b
MD5 c7ff3eafab3f1b7b73d9cb7f595ee583
BLAKE2b-256 4db12b7179fea112d3b2fcfa84ea41f60d0fd88adb4ece38c034d391ddbb6df1

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e373666de01201068ddac22e3fa27adcd5441307983a287d06a0c4ce896163eb
MD5 c1307d5449f8bebfb3ca9774ec37cd3e
BLAKE2b-256 5bc375d84c2efdf14e046291e46f1c3dbe2b3ee1c737b60051852a41caa031f9

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-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.9rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9c37a8ab8b804f15c7e4e971f57999ac6575ad949be02455a45c51f9f8df049
MD5 54a7c38e88fdbc9d47cc351930093c94
BLAKE2b-256 566e74fe4e12a19829e42f8883ada6fc58d9ab0ad962141eacf097ef63f20e8e

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc3fd3238f9b3fb4fa33c87c55ceef6f7da00e4c5c9fc35a2bb0a81ff273b04a
MD5 3cd1cfe08cdf451a5a6db195f8203e95
BLAKE2b-256 1a9a898f2e286c3598e8f385ebcc79b2add978bf8e1c0919b0524d0c4029f296

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a1413a52823d29e6ba5c9a9abaa9ea0d0f2ec0f8a99ff1c47e54318305e0e491
MD5 4c939611466ccaa0052282693f2abf0d
BLAKE2b-256 ccbf3fbda77b02f2310b17da5c95b4b518c0d383435663cce9ed7d617168b010

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3eaadf72cbaf52ddcd714f3e9c80220aff2cf30c2e57e967571fd93d6a7fa367
MD5 f7e82783a9a95cc5d0b32ffa036b5459
BLAKE2b-256 fd6131b024da34268aeb6f804e3a0766813e330da226dcb4bd313db836959309

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp312-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 a61ee9c34cd86e5500ce832365819445c5ae548c1baeffc13c9cb24d5e1028b7
MD5 3b8d3743addd9f9c914296ba8e2e2faf
BLAKE2b-256 1ba92a10ed1093aa2db9a2ccf0770a185296b5b91db36ee6a40553883b829fa3

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 13702d0b9317eeb69c17787b9ae10dea6a219f175b6a856b4ed4ec87c956b762
MD5 2ba67ed83538ae9235ef41fec00e6fcf
BLAKE2b-256 230b0fedd7d93b3875b64d86cab1debb3a3323c1521267721821c66f3909a340

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11d5525f9c508b303cc0cfbd7a745f4a6f782dd71835e573fb6e3cda70494c47
MD5 66b5d1babcf882e11ec363b99f63f264
BLAKE2b-256 2c582c50eb41459a5fbe3b9409ec0d1b1655c6930eef580b839431a9010f5080

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9cc9495224cca1f78d1b422852512b1983f8066ac4b26c9cd9bad000db48eead
MD5 671c96a37c5e254d45a75808aa775357
BLAKE2b-256 fbc903cc2eb3c51cb35e1b9345755c2baae1716f4d5cb6b76116f2a1a3647481

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-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.9rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b89783c663e4d1d8cc09a21889a1820555bbd5bb0d9be4afbe213a559377de8
MD5 2c2b4aba7ca407fe89c096cca9fe7fe4
BLAKE2b-256 0a853ebb1b79d1151fc3fa45ca805f615e01418a32fbc419cad391823d7ca020

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 836f5dc9976b51500ff9d5ecc60710bed0d0094ae15674b295267e69d4164f73
MD5 bfc4ea263aa85981c33fcf78373eb6fd
BLAKE2b-256 398ae46282c9787296c5762dee6d375f65705e82c63db76590b016fc6dc48595

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp312-abi3-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fae640db7f4f18e16ee8e5302730feeedbdacddde1a225844c4a9b8161ef0a44
MD5 91a72c818777445a317ed913cb438321
BLAKE2b-256 21ccd1c9b97e183c3dd2847a93512866285403a339d1b03cb4e580713aab540f

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp312-abi3-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1633c9c7a0b9fb1b00e6de32a613f0d9d7c99b19b2f61cb40202e260a341872d
MD5 f7d390cb3f7c36271b2f7d49c9c50a9e
BLAKE2b-256 684d5ec41803ad49f050fe15cdd0f24b9d89fd2337c8463710f17a4808c7f3f6

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 99dfd598239cd4cafe7442955de2f4e18c829537c28e8fafe2c44e88d1400f3c
MD5 86a966a74da9dd8c56f8d39525eccb22
BLAKE2b-256 75fa339d0780e340165250910d5242631de70c7fd964a6f467d9bcbd3a894da9

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3dfd2bacb562cb0938d6759b991efeaa183ca6925f579b40d27e8f23dd58a69f
MD5 953ca6fae9765ced55d701655ed3b7c3
BLAKE2b-256 83662ecb561c2f25d2c4966d6ab336099c09d4905e725938b739dd6b4c91ed2b

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d4e3176942a59a1037c413aedd699eeafcea51f99a5ffcd39ed88b8e5a2512d
MD5 59ff7bcf8129f4ef3b26cb06f9b5315d
BLAKE2b-256 77b3fb107d61e3952f94523e3bb8e333069db61992f87cd92644977799589216

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 091ebfbdf49b0d87200b59756e56bdd01693328bbea55ee5944dcfb1659b0a7b
MD5 320b81e9d51a88aa24f7c07d3c349320
BLAKE2b-256 583d4c98e66c8f9d9da6de8ab2473d877dd971c7f96c3978e87429f97fc74ea8

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-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.9rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4999eae7d560004e418a9f8f0e036a72a5d88335005a911174e0410b2cb80079
MD5 b5878d9a6153068068f3a41a7c7c446d
BLAKE2b-256 a3ca1a1cd54d837d7bebc509809f366538e8f8dcd56480dab9c6662c31242488

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3109d00b9e54ab021827799a0a5a02223f70bc4641ae31a6dead1ed759b3114
MD5 e6d52b0a24eb6e60115cbc71b0aab303
BLAKE2b-256 ad2602bcdfd79aae4b6fb97b2714256cefeeafb3097f694cc68330d87af5c07d

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 589e778f0ae175a50573c7b43ce11350bacf621d486f90035e15255823eab84c
MD5 5e7d6af2ae3684414dd6daa4dec1cb06
BLAKE2b-256 054ce13527bf0c8ee0915959027ba4ef19a1264eb371196d5f7c3fe297e11b34

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4d6489abbded5b988b1824032d0750f5a92b1ef0f4f1a4e0b12b7a07edf50fd3
MD5 f3a390db95ccde57d216162545db56d6
BLAKE2b-256 61453b9144a0b0dc2ec794153d4250ed7c5b31c65eef9cf70db4a4cada9a7082

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