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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_cliquer-10.8.11rc0.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.11rc0.tar.gz
Algorithm Hash digest
SHA256 00730b61a7a54edd51d6f02c1ff21f874d98dff3c8ff59f3bd1fd7d290baedb7
MD5 9398bb9277057a54c3b556b688fd9b9a
BLAKE2b-256 e2a1ae6036b2187101d64eb2f46a046ac86f27aef8084f2779471cb5d94b50ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 3b8166be93f1dfd84f6977c89860257460567bf62beaa0d894a3e2d27e820f35
MD5 87ee5416989e5057e3d60163618af0eb
BLAKE2b-256 121ea32aee8298ab5279d9b2bf0a6add709ffdde7048f9b60cdecdd0cea56907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7cf90dd9c293d25b6177d7df4f5de6c3112b0a5c3f613e100e26c2ceeaeb720d
MD5 6ce23dc7b29bd037afe9a97cac80b2d5
BLAKE2b-256 1db75531f06fb1df76f2026b01b3409b591b8b3c4b7f032456882dd1b978e04e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ace5c20deba716a3da759d48063e44b9e48973d07ac890c4af4f43acf7b54b5
MD5 7f132ae46b69135090f2d6b5019317ad
BLAKE2b-256 f5d2bbc8579b8e1d0cb799e86268f96775850629afa3bb63659c49060301cbc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ec0b1aa39f2e8ed7e7d3a9c03d4d5b44bf7f7d9a26df692e16684105fe5689e
MD5 400217914a2fb1200c38172059cc488c
BLAKE2b-256 084a32c9b6351acc6b911fb2c0ddff7c6b3b83fb13ba88013d8d800920dc2c70

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.11rc0-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.11rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4db32a946797a76849f47845f594334bc80db7716ccea5811fd24577ec19819
MD5 8c588f377d8f5e68ef0cf8a5c3954d6e
BLAKE2b-256 b49f9cb95ef624cced4fd3df5909642d74fad178d4ca18cbef1bf5de657ec10d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de4d868af1945cc0eb9e236682dd1ec849ce44f760cb8401027b73d9806a0742
MD5 2df29418b60e58f5464c71bbf0b04ced
BLAKE2b-256 88fcb321237f91085a544545a78b6feb92f3574971d231d0fe19087e0cae0750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 abd517883620cb77f294911fbd8b1a051b5920a40faa9f8703fc396b7564a6c9
MD5 7da6bd662de28d9166839ec705c233da
BLAKE2b-256 14c4b52a16148d2d35b3bba738943a79b212571ec417c14ef0da6528e4392366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fa9e368d9236ae4c4cf7280ff749399440ca1ffe8ec0229478bfc53fd21ce34c
MD5 cfcfc04f292cee22fe6d41280352d4bd
BLAKE2b-256 091a2427c7fc222ee691cb7535e14b07a46e235a0c8c988e96561c016a47602c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 48a38efdd353c6b11cea692e04eb3cfd6aab9f99031c04028514e552cc54eb6d
MD5 8dda1b36174d00ed533c8a2e2069182a
BLAKE2b-256 56d18b1c686cfdf49b6734c000e41f75bb5a2395a57a75cb01ce6eb65dc4884b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d1aaee417234b10efde39cfd9da83d6b59bf98df6dbd80cd281db667363caac2
MD5 1e90c931c91d17af234b1a4ec893dd95
BLAKE2b-256 9dcd3d4cbe331759735a5df10dc0bf356055febac63504b1ecd50c68842ff34d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecfca6f276611c99133451a7974e42e9ca2a4bd1842ae8567a39429d2392e93e
MD5 9fd16d2c279199ddd741e5d65ac1e063
BLAKE2b-256 a393cd78684ee890fabcf39567ad51f6a3272b72f4652085cbb5d12d184a01fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c222dcea09ceb3bb6722a158990c857c54a27500539c1f28e85f9dc8d90651f
MD5 4dbb430e53ed10191edd8502a7f1e75a
BLAKE2b-256 72eed85cd7c043d9b505a8f5bd4acdfea3f26cdfce2b2dcb4459f12d6c8c09e4

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.11rc0-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.11rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef455e3dd6cf55f5ffd4d7ba883ee735582fb7aa225ab3d59b90c035bfc0e60f
MD5 547bd4f491430da109957fb8e8556188
BLAKE2b-256 daba5473c4879bd7d3bcd3d69701cb22d8e250082eee717a5165142dedd2cef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b64aebf17778763cac0e2437be11f6e67881edf8141b324bcde5492085f7d5ff
MD5 46d8ed824e95969da89b1511e2a7c78e
BLAKE2b-256 d26458ec36815e418ffd22303bef1988bac586af85a1f63fda41ec5c4fdfb397

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 58929f18d7edcee45cb4d993f47a04fb6146855ce847605fddba573502ea08e2
MD5 9555170945df5a3e0e2e70dd03406594
BLAKE2b-256 7fe7aad32f9dd0a542e28dbc9b023732391715f0f0b7dc1771236afc5a5a8661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 50345c3f191aee86cc8aa49e6240d5863303b62a4b3a907c2acd51344c0df9ae
MD5 fc36fa649baaa776cd439b036773161a
BLAKE2b-256 c086c6e0498800d881c5e471f7c5e223cbdecf30d5a403766abd442ac860f8da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 04bfd28427ed1e4f6b03c13f2828bb27ef88de3b85ce7a05577c35fcb4117f6c
MD5 0a7dee9819819b4a466f136ae55f0816
BLAKE2b-256 315445ea304b034a37bf8740138b3888f20cdf08b5d56ed45f63aec43e7347de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 35a0923ecc47788d8c45ca31cb1a9f41a766f9583d409f65d5491075844c4fff
MD5 425557ec02e8818c01a866b13d5bb40c
BLAKE2b-256 522ebb67565ff7fbcf05b68872d0a32044ecacca11ef7c1b5780ac12c879298c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6163162f85edae6287132f4cab85d17e739ebc05982592ae2ef57ebc6ff49e54
MD5 5741787075616edb80510311c10a4854
BLAKE2b-256 eedbbaee8fdd4e079f96769043b4605236e3ffee5b35d3c448002c9b5866ab5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 028160b5ea86c4adf68d97d64d97deaca2fbf8e589efefaa2356066dcf1c91a4
MD5 f6444bd2a1fb0636cf441e48bc4d1f49
BLAKE2b-256 5e556f0c21bc3399d6efe5db607c1afb7a80ec2b17ea8d3433134dd0696a1f56

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.11rc0-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.11rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e87fa43588ce35bc0ad24be2ecd14608e8664fa2e427b3025a0493585762cac9
MD5 a3e5cc485139443ed24befff4e0b48a2
BLAKE2b-256 64130c8d810f9966b29fa90163ba97e023f8b928dda1fef901c7150e9bc10a96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52ff50959c82f488c33b5baa1b9a52799b5f61ff0163db532786f32430548d39
MD5 97b9a8b30eb8401bc1a559b0663e9305
BLAKE2b-256 d3cdd50d8bac9bf1b2db035c1e72eee3b920123420db6796a17acff869ac15a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2d32a9926123c1c879e791cfb6312b8cd01f247b628ee97f835dfad0fbbad9e6
MD5 ed648793a05d718805b65c3cdd7db8b1
BLAKE2b-256 4dec52e4ff2282f8541d195da3058b7277c41cfc0d53af1d4361c0f36c504847

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.11rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 148a2fe4f157dd77bf2abb43c800dd6c7d48ca38898123f9c9390099a26e609e
MD5 7590c1cce007da3bb46c18e4d5368f80
BLAKE2b-256 7c4173acd4e6a98690ae8bc1056263c2aec83e8530f3e5562ef759669f90b63d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.11rc0 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