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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_cliquer-10.8.10rc2.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.10rc2.tar.gz
Algorithm Hash digest
SHA256 8e7ea5d83370cba421852903f2fa60ecdf098eba5ee25763634c87955eaf929b
MD5 4bdb6369741f7883fe09383914e3874f
BLAKE2b-256 6c3cca0344b10c2d13f53a2c7ac438f0fc8402d656431d9f5a0633523971f313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 b3909d3647653b5851059f8381897ad4f40ab0e9ef34f3c9462c382cb913707b
MD5 7c95ee574439edd614e509b87b681344
BLAKE2b-256 e58ba74e464fa785ff332b07b54a1e57e41781cdc7370c11450fbce7a369cbfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5e9c04d3e0143e2cb076ce16d146c968a9d6582735693a473fecdbc8a5dff305
MD5 35db660a7127cc5199457ca13e8aff23
BLAKE2b-256 10927637c53e535cb67cc59bc00a6689a3a3061c2c885b0a92839006fac144b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c9057353527a02ec573bb4bec80b062f9e5e93e2b392d6bd480a776675864e0
MD5 6a0e7659cc5a120197ce592969522e4b
BLAKE2b-256 37b505a57b1c3669a617e8bfc0432db936098438f69427fe44e31bd8af1458e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9033e723f7b87fc1c77033a74f9008250c2d64ebcdfea40d84c4d38c8440e5e2
MD5 5c3a861bb03ef4dd3497032efc661a36
BLAKE2b-256 1afb887f4e303e4212abcf20ae87adb5bb0afda115237dc140b0ad5e8f40f4cb

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc2-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.10rc2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3c8b9cbbbac0136fdd50b4587d2369c4d51119dff94b5ed48c9ae4128a334de
MD5 084bed6c2a77da38a7a8d758206d2ac9
BLAKE2b-256 9f8bdb16643046de11fee9bddc53794365a3211974153583187fe19295026c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be5c45834b24fd8bb33547744df7995260b4edbc7302bdad818a28e568de334e
MD5 bdabfe405266750e7876adf0f2176007
BLAKE2b-256 67e232d765ac47319fc026beeaca9575032b345380ddb9d0fc3e6b1f8d06104a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 28fe0534a34f97f656438eceb0fbe63f6c87b0e3a077e9442910f20d0af79702
MD5 4bfdb634123a9cfef26100cda88c7ad5
BLAKE2b-256 8fe04b0992bbeafb2c33d9fba4527bb4cd4c49c5bbc95330869f7675b39846c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fe68d1006b1348d94e5b77135eea1312d480a604f4a63b200b180d874c1c7902
MD5 2f2c79f482b464910e172d17ecd5f488
BLAKE2b-256 942bad8af73b6eae663341e8c3e6c6ae358853476f7fb574270ef63af367ea3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 fac64dc6aca5f0dfc751db2fab5a423aeb0f993bda12ada36a82c6482111d698
MD5 45e67cf0ffa77b11d9f9323bc7f6f48b
BLAKE2b-256 d0d443c6bfbc9453d4bc43f9258cb8014f62fffb89a6b12c18b3bb0f1c223b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 881fa9ede6d758ce48001ff0ed775ee7928052253e5bbe4cc34557debfb70d10
MD5 8a2ef858daaa27910aa2542a5321c837
BLAKE2b-256 022f3c6e1ef843cf4ef3c298364f47a9458245e5c14c010bfce5c5a9b76ce837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b9b5b4f0e3b464cdde655f8c6bdc4b8c43a7c8e8bb831fb61584c0d19c768eb
MD5 b8a3db1ba08e65c4ccc157bfa93f79c4
BLAKE2b-256 b2fdcea32a082772f5765f2387dd22b5b961a1dbaddec360473fd9033b794539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1feaa1a8d05ef016f8c536cdd1d1963fe7c12ea06f12f0af0327217875004e0c
MD5 236fc6513102bfa1e69ba2e59d31a73a
BLAKE2b-256 56db41941ea910dd7dd409454301e508f126b8d51bac37a84f858bc1a2570020

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc2-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.10rc2-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f14f2c6e693ba259d25c36d3c55c5024e97c25d65e883d4e221b6f96f69ad2c
MD5 8f0fe18c799fe77b09f2b693828da171
BLAKE2b-256 c378168a47ac567ca6ef03d6ec3f2fc1da34282063bd4758c3b555c5d366c74a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e63bab07c77dda3981ba139c707e9ed92617b4e2514fbab0f476dd293ffb0388
MD5 a8fe1a0bde2a638310686aa5b077a017
BLAKE2b-256 b63845015080045763ed1bf6ee70f68c5459b5807b02fea5c26053ade3d84783

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8b2449637adaf35bc6af6d901c94cf2882f7548774c9e5aef14db7e30356fdc9
MD5 42a65b465b3ebd68d403fade9a5c02ba
BLAKE2b-256 38d7a1efc498a2a2c6075e680e36d49c69dda188c6fc53aef4dda3e1cecb1595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1ac819cfdd1924764890e190f7588c46b1b2158072afb40d29271fbf1459b879
MD5 9383fc15e4512b4ace6a1446e6f982d0
BLAKE2b-256 37bc7f6909be59b8300341df69657224165ce3ea644986565cf27169f1d92a61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 844acb76a2d94ee7dbcd04870b544b66320dd42ca1d5891c562b6f5245c6c930
MD5 fc2fd01aa5a012ca619e511f5bf7e566
BLAKE2b-256 b6055ff60c86a3aeba880d29462741a98d3f67ad45b406d606f465bf7331b6cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b0a5d545741ff7b63590d9a36280b413489f38d3c6293cbf8e5be24dabea1dd5
MD5 cd3f8626f5d46b09de856c90fae8a149
BLAKE2b-256 ca1d16e4d3ff956c2543bdf90af4157b12b5ae10245e494ac7e20d7e28545b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 330cb363d88df18ce9ecd877536aef1b10bb242bf20f2b407a2f392388727f3e
MD5 167e66ab153685b387b9b58cdeab309d
BLAKE2b-256 8a1211778b3f120dd5e094bbed0915c6cfc146ee89ea516f5e2c52036c41c509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c93b75e73b26e6799865fda3097749f4e77aeb2f94309773f79992bceef3e5d
MD5 cd3939aefcca9681604503fd15cf121e
BLAKE2b-256 15c6181a02dcddec274be2fb886f3bb690f137ddc7cc5a8588aad7189e6dc057

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc2-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.10rc2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0dbe67dcebb809304da601acefb01044879247c7c0ce96ebb6764694dfb30714
MD5 b49e62515075a97038002d14bc8330a7
BLAKE2b-256 6cabde56c9e16a283355a074d803e4bba414d1c218ea6ede05b5efd3e09d2721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01694cccf493b07081b0bea2ec740553712d68549caeaea28bc9dd468e33e96c
MD5 415509548560ab8e7aa29019c9aebf23
BLAKE2b-256 f88ed674b60b2864fbbb6dd838575a899ce235a71c90aae5f5812b6938c502a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4a8aad3a346b8c3286810b3b57aa4b7ebce49e966b105f646e3b83e72c285132
MD5 82e73b850ff35fd55d5da16e99a417b0
BLAKE2b-256 bb309163e1e527b0034fa8579ae0abfd9cdaa87bb09a1272decb8bf2193d3eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cb78c92494ca3d157d8cb3fcaefb36d2262ef4bb8ad121d2e2c4b79146513e15
MD5 fb0d8c606e7dfb29e6300f4ab9528411
BLAKE2b-256 75ed5046f843526a7afe2789f55d1042da68debbe8190a13ab2a0e2bf8d3e0ac

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

25 files

This release

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