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

Uploaded CPython 3.14tWindows ARM64

passagemath_cliquer-10.8.7rc0-cp314-cp314t-win_amd64.whl (150.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_cliquer-10.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (339.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_cliquer-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (342.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.7rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (346.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_cliquer-10.8.7rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (358.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_cliquer-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl (78.0 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_cliquer-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl (80.0 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

passagemath_cliquer-10.8.7rc0-cp312-abi3-musllinux_1_2_x86_64.whl (311.8 kB view details)

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

passagemath_cliquer-10.8.7rc0-cp312-abi3-musllinux_1_2_aarch64.whl (304.8 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.7rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (315.7 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_cliquer-10.8.7rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (314.4 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_cliquer-10.8.7rc0-cp312-abi3-macosx_13_0_x86_64.whl (71.1 kB view details)

Uploaded CPython 3.12+macOS 13.0+ x86-64

passagemath_cliquer-10.8.7rc0-cp312-abi3-macosx_13_0_arm64.whl (71.9 kB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_cliquer-10.8.7rc0-cp311-cp311-win_arm64.whl (111.9 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_cliquer-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl (343.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_cliquer-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl (338.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_cliquer-10.8.7rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (343.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_cliquer-10.8.7rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (345.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_cliquer-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl (72.8 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

File metadata

  • Download URL: passagemath_cliquer-10.8.7rc0.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for passagemath_cliquer-10.8.7rc0.tar.gz
Algorithm Hash digest
SHA256 0c370825d6c01a9c96cb99b757f2acdc3f7a7d061b1fe52f6f3c4daf3f484b6d
MD5 6b5dc256d1e30110abd653cf70977eff
BLAKE2b-256 cb527e7bb52d4509dc83f12be525fd9caed709ea22e3563b0a1aeab0591d566f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 2a4172e4833e86b199222dbdf096d042573525c6379cacd7b1ccc0d231fde635
MD5 f7ca19e9ac7669a08272ecfd9b665f8b
BLAKE2b-256 d863e606fa9f094251fe2777d1117dc198c9386e82f01d2b329a1290b0ab1982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7af114743daf96402549227fb3a5f6d0146776052fb706a59f7f637707f71e95
MD5 7d0293a3c36528480f71420acd5abfb5
BLAKE2b-256 516b1b5885dff62b6ac4ad5981a73d03f4623a60e8708e97192cf470550c99d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6220b894e7210cd657bb89ac7932c80cb312ecd499520c4a0da00beb02d227b6
MD5 080d091740ceb60b029f7fad894993a6
BLAKE2b-256 fa8f2d084e341e3ba48a8c83a49c13555f2e0c73fb5cac7fd394156e010a6493

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c1f5bbbf3fb9c114d802fc8dcfdd3244d313be07cd75e3575c639a0394bc030
MD5 417ce845e47b97660086366f422fa78b
BLAKE2b-256 126fb39ffda84ce0badb7228f4b50e243ef403d819cbb063eca1daafba0252b1

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.7rc0-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.7rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c932803061869d79b52762d833c0ea9720f18b2dcc6ba7c57b85806b12b17eaa
MD5 6ef8cd9abc5c2238a8ccccf95e704827
BLAKE2b-256 ed7d7299294500c011e3f1edcbdaf10b13fceb2124290476898ecbd9763172ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 176ba7885510914fb9c24b3838f4f2374493871a7212f5f0dd99a5288ec86589
MD5 cbbcc6b028d57855e113f318453517fc
BLAKE2b-256 075cf110d32f5bc615e41884df0784ecd5d4d53e43addac42ae8871bbe67ea57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a9cad6c71d755d9036bc8c398b0aa929ec43e010d079d7fbc4ceb3932b0bac8f
MD5 ee5e32f0dd5a8b16a9dcce776ab0fd44
BLAKE2b-256 d78bde5989dec1a1b86499726dc8d504310591583f0df76db8fcd6983eb84b24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b1c3894a432f2565c16406f5a108df41b89a94c6c3b58e6f9e67e18394f5146d
MD5 805a8e0334d27bacaf7ce9ba0f5b6484
BLAKE2b-256 1e78729058a879cd727dc5b7f8f2d921efba00b4bb42194cf032248537fa1132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 ef231ebdbcf3144a10ea556111b903ee25c67a01a73aef669cb27e773c5f49fd
MD5 5c94230bcd09b28c714c9d6bec3a48ce
BLAKE2b-256 64448e6152c41ad99c00c46cbed9b62ee14ba3421526ab3959f7709c0ba2c65e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3877950726a832b113dcce0d47d343fa0052c298a6c450a14d95aa6b2f935cdc
MD5 d5bdaf8ad28e57f18dc54c4a2961e2e9
BLAKE2b-256 03b679ac16400a2738860043c2a13e620181251f508cad67e49b382e8292a4ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdd1f1f084294f34eed18f1ed94502430a46154182493409fe08b157b269e6df
MD5 8f8acd2f63e1ddc74aaadab6702fe7d5
BLAKE2b-256 3e156e399d5af93e2056c5a6e92b8b5efa6134ab3807590872087a2749d09465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 faabf43c6be94b7e1a58cbfde7b745200a973ad062f2b8a09762757cdf9e32d0
MD5 9b57ff751eedbf7625e69b9b6df187fb
BLAKE2b-256 c76d6f701fa8730e127f2f097537c59fbfdf282e7fa7cea7064e2b5e9a8a2a60

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.7rc0-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.7rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e28ae82f0093a82d507b15996d813ffe8e78701d8f796809978e3032448de75
MD5 e0116856037ca3e2579b01c5cfbbf9ea
BLAKE2b-256 5a1b2f355732a9b6f07d7370d4ed4a2908c2f51faeb0ac82354745c49cae918f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54ae3d6b0002996ca20813f6340f1eed830e5900d962a84cae17f2ff2c69f4bf
MD5 b385d32270bfe3d6c043422df61bf9f7
BLAKE2b-256 35fdbe61872398ef60d3663c1c299cd889d7945dd158f4bdaf3a286d0ec3f7c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1524473dd07f8e8e4b57192e9765e6d9c4d47fa1cb5fda34d1849935a1ddc5ea
MD5 fbcdebb2f916e71b3604b468d42a3c90
BLAKE2b-256 37458ffbbefb6e6704fb086ff5ddeb058270dca916284bd38c1fbb4160cbb7cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ed358d9fa5d3cb3af60c2631a2a83f207c969beff0287cb9f1f723a4b7c3998b
MD5 8522d12321fece89b4ddf0e7d9469315
BLAKE2b-256 25a60ccc6e211960f1a4702093f0f9f4756bfdc45e610b4c6b71e7ab47dd7508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 64396fded628da7ab98d7ef50b869375448de44e5cb60daabc7559abb67809de
MD5 fcc65c49242c702d36acb0b6ed18cc4c
BLAKE2b-256 8c33947e4cd16575598a25695a34a7161832ae2138558267da0e939d4421df1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3c1a9368ae65636e00cde8f21d33b33b56782539aa3acc6b1b755c2e62c8228a
MD5 35c7d73fec8b53f1e0684a25edbb219e
BLAKE2b-256 8a0785d19b0e23b3c51f53509a102ddfe1de2c16dce2f7f5f98e2c6c859943b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d91de7fc7ea903995730fe3ce442c7db3ac37e996de462cfcbaee30b1b0d2cfb
MD5 a8bbd67346ec212a2d50cdcb13c7f39f
BLAKE2b-256 9761d82812bd3aefc15eff568a8bf9ec109cc92087866b7f93efb19981e79e86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd84eb4c09b591fa890522731db0aa4775a118046412e1285dfce0201b7595f7
MD5 20618d78d8087ccb54a3bfb84a23bffb
BLAKE2b-256 02042a36f87a84b10e51f2f416f2a1fd89bd0ba1612737424e5db38fd2cedd9d

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.7rc0-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.7rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b78fc27719319dfecc761e4ed83cdebd1490d4c6d167c097589d23c16d0bd4e3
MD5 49d253387fd60a6e7ea53faf9969a2e4
BLAKE2b-256 6188ee3099c0cadf8da2cd44bf4dff81aa9d9a236e80a833ef3585f59097e42b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6579592ab2cdc6df25280ecbe74ab904f7e511a2155dc969c4bbade0509e583
MD5 9daa6ed4216fe2e91883b4f6049297d3
BLAKE2b-256 0968c5554c6595f2c682c01c287ee0eba44d82fccf354fdabfb96459fdd8c22e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d241bf65368a96755100960dbc9a0290b383672fcbb50807ee35b359a284bdea
MD5 cd405549f97abd0394e105fd136438c4
BLAKE2b-256 98c572953d2d97dbe8ee83525c74646451a4eb6f707e86aff8cf15e39a24b7c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4ada8f58e4c05145527d14925bfc7edda453061fb34d0a5d7c2b65401b6b32ac
MD5 c65ece98a7ff1355913fe53972c27024
BLAKE2b-256 68e2fc3b14c7d7793ad211db1e135e091c694d4c7c82809fcdbdf5eb71c6cd63

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