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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.8rc0-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.8rc0-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.8rc0-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.8rc0-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.8rc0.tar.gz.

File metadata

  • Download URL: passagemath_cliquer-10.8.8rc0.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.8rc0.tar.gz
Algorithm Hash digest
SHA256 cc27dad9d46af94fb586109b32892b85c35125d10afb80f63d449999c4c2cbbb
MD5 08fc09457642ff821406ad6169795cd6
BLAKE2b-256 c35078b939a389d4d35c198d0bc112491f3d14649bfed37ff89f018bceba843f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 31abf8da38a4767f6e9cf72ef30b5160136ff808580b6b668a077ff355e68a08
MD5 2a9eba5f0a60ef5f7246d4bc6cc585fc
BLAKE2b-256 d0768985a1e7c324fb27fcf5c398a8f437864b8658f15da096ca7888587030f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a8f78b5d5bb3e9532026001bc090aeb1a6e56fefe9889458cf9df3f6c842865f
MD5 00adc59e6510bf6888975c7f33e4acfe
BLAKE2b-256 95e2954645e0c0f84b45a25b51818e9670ca6ee1852f11f6e9e85c8f405a810c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39d1da9a581ee19ed5f080eaa182c65fd95fb117442009bf6490d13d85051102
MD5 3f0394fa9bb4e4e0847d517628b1427c
BLAKE2b-256 db3e645d1849169b32c56536379456ca6dd3390448ef29a96889f04158632463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de66975f4bc9fcfdead4a1fc128a2c1641936e15cc5236a74e98c3e70834db46
MD5 11a07fb93b9452d647fc825ff26a0843
BLAKE2b-256 61ba9edc1be32072d1e46008486eb1c96a551bfae6c669ffc52f712709ac124a

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc0-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.8rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0220e7f6bc53e5a22ad13ab06f8e4cce7897a683319179d0ab3d2a6595b0c14a
MD5 5b4845e0de942d8b460cb89173752146
BLAKE2b-256 7ace90af1ae5ada814e15c957deb65908979a88e856b37d23c5fa03921cd04fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c976f5e1030031075b25bd567c6192ba92f6d5bdc8913dfda31826195d414c3
MD5 804aa37aafd5ed681c9804d86f93e924
BLAKE2b-256 ef4078e12fb5ef62fdc5613c80b60456ec4736c67fc500fe5db72c4afc2bd813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f0ad3a54fa2da8a58f950656e215f91f9036eaa94e3d557a42384347e314241a
MD5 d203d0691a448f1352e1735a1b231186
BLAKE2b-256 7be7f84020a9e06a4c40d8c2cb52438695c2fe9d5354d60e9e56b738cd86cafd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 27c4adb19f745b624fdd5ee55df61f3ca831ea0c41c3611ef72aca2c8c895887
MD5 6016d2b43d0b32cb572dae49aeaa0fc5
BLAKE2b-256 1be863ad7e9a27da07f70526900d892237803fadaecb2018f8801254419eecaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 2a8b71e838eee2ecdb27e040a2d515bdc2ca4cd9d19d0373e93275d211be070e
MD5 552d68eb33d48060daa6c41facd0b27e
BLAKE2b-256 61d2b051019bd62fb072de8a1555ea4969f4e1d3655f8d1863ff028687f34659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 33fab208270a622266cb0d267691c71b7a27744ea74a165103c015f095d4c91c
MD5 48c3899f90cde0eb7d8cb4217f2e1f09
BLAKE2b-256 d6bbf826cc05a5e5318eb5fa51aa7c9f194ce234f9a6c4eaf66cfd76652e875f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0e004c74476ce820d1a78a6c528ef9d6cf0c677d0461070d16f81b5ddf53093
MD5 20cb43f0b8a5937ad0943b12cbc7af8b
BLAKE2b-256 29233e8d64b7ee1a6b01ee198ffd106b8d39143aee817aaf47480d4df2a66fcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c9974d4f26241621209193178f3a5d4efe02cd9a6c641386a21b9e3ca7a283b
MD5 1808293430a2a7272a0b223393b5d413
BLAKE2b-256 4a9af711916d3adb536750c70beb193b3aae85526e280e9d5676765e441c5153

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc0-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.8rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 313e110c4d1d01a7280827ac5ec066b8b836dfcbd17bdd9c196efad8e4c71d12
MD5 3a378e0d0716fcba9c22bca330a25e3e
BLAKE2b-256 6b9295bacd3c923058511f63554048733e9a9dbaed9686825a3e80d4e3e2992d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b824fe7209fe23e22a3f41558936d8d56be21559b067ee87446f3db45e20c40
MD5 542efe6f82ed490d9800ebe11678e612
BLAKE2b-256 32d00b09e9ef3d9f86bab90152ec61d9945368511ef6d539098d46d5a7189e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7da35396dd54138315791abc5789528e74b8935241c586428b33e294c8b095a7
MD5 ab7e9d94ee7a5eb8c76a25f1f0e6dbd5
BLAKE2b-256 e78bcc5b303bfc3ae0e039a0184d265f69299019711137ae7539e22c8846c164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4f2e49ea552c458391f4f932966cc273e4a5df00a769411e2ce966f31d49c3b7
MD5 c67cb956759889204353fa2d30104e3b
BLAKE2b-256 447bc27d2dca41d91d0344a26e6cb98c2465ad35d38f88c9bbd7fbc31dd2ba19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 199d3b8ff87ce27e737e77f7c8a0d67d0b1fbb107f4f29bd1cc1d3902040276e
MD5 9fa323608fd5e160207f3712cb88c20d
BLAKE2b-256 6cb057c848ebbdffaf02a81abb24f0e41b3e7076085666736d508556b4aa600c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6ae72b732ca21c9e3d267cde8c60fa5cd541cec8257a8823312de9bc0f8097e1
MD5 07568ddb659222b8c356d73aad53c07e
BLAKE2b-256 fb6ae3a7de45aa87363ebbd465523d9f3896c58fb26a2cdac72bea8545f3fb93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7af805b4b089531a8eedacdf411ce8c8debeb4021d9d8374bbe60dc1ea1a9f52
MD5 371e3cb32185a4c83b666f1b0f0f347d
BLAKE2b-256 902bfc5bb34710487765813f3fbf6261c1b2cfe3de1963c465f673c7c34aff8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d98170495691fe1844aa9029332ba84b38f19863b76a3a5b207dfdbd1e6b0fff
MD5 337f04c3c260e57e8b220a4ef751b18a
BLAKE2b-256 14f0b3650678fab97cfc97b6e9caca808463914410f3f537b9fc439f056d74db

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.8rc0-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.8rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e90fba417476deabe948511604479da65d8fbc00516a5020b6fd18b2e1faa94
MD5 cc8ded0eb90b49353083af229bfe5cdb
BLAKE2b-256 2270454fb2c4eb309d7cdbdd21e9fd1dfa63973caa74010c77422b675716ed17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f899efe46829e116ecf7b4477b2992a3d53f5d906c782af90b4497b78f364a8
MD5 dc928fceba18bf4d1ac69d7c2a377c96
BLAKE2b-256 78ba75837f89fef08c3785f8fd1a3b24dbbba3caa19e9e63297e4ae71fd307de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 72493dcddd27b8cc032d15971d353b4ddb427796fb994a431e56b70ac7aee33b
MD5 b88eefde8b68993f7deaf799fd9e5a16
BLAKE2b-256 99aff72b7adc191ee77183f52b1ec19c81575d403af31aea4e6ddc2aae48a0b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.8rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aa14975819cfa958c66fb80078afbd2e14ba5ee059ff83ad1da62cfe58a423f3
MD5 6b04ac929c3f8d7d9ca1e9b6c8026fde
BLAKE2b-256 0367e373f3b8785ac6463d001d73189e11c13596049f2bf4d1281f15f3dec94e

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