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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_cliquer-10.8.10rc0.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.10rc0.tar.gz
Algorithm Hash digest
SHA256 30860fc0cabe94650d12664ec1beef7c9792e96aad83e1aea3f579dcc243182b
MD5 c4c4d1806b0439afe520ab10b19b9141
BLAKE2b-256 bc3628f90e5017aadee0996d30fe80f99edea3019c574d5c08034ea0a5688b2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9d41016736ac4143ce932755470954e99813ea5257e0a75ff801f2167ba837fb
MD5 e5ccab418519e80af74a9daed9860b8d
BLAKE2b-256 0391660af07f940662e528465b33d27f54e403ef1fe90a4a0e1f17cde29805f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 99c1dbc4dc3b84331106ad2d70827f0ba268866103f3ab2cd7ccaab33b3eb7a8
MD5 0ad9a556c6559affd251c3b7cd40be4e
BLAKE2b-256 ed99041d7dc5c1268576a4a2ad2d22835d56f833d241946abb00802df6a9a01c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df34acf2e03c65db6e8dc605bf969a56f71ce8f4d485a0ac357810e21f3f8b3b
MD5 84d34bcb1cd860813c0897ac20381e85
BLAKE2b-256 261dbbfcb9b071e3f84d29914f9de9c4fd2af95fa921e436bdc27a33dcec4284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 360e38e0f10a439b277d42d95e8259cfa5dd429e3fde7ae0609b60753f6eaa0a
MD5 21696364d5dfc6ad931e77dbd10920c3
BLAKE2b-256 a9eb439fa8c6994a465672468950116b73038500f44743c4cd69691a00204447

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc0-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.10rc0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7dc27a2e1ac9743e8fc5bf04ca76de3c4340a02a1d4ef02da054279152fcbd52
MD5 e5050bbbcb0109c180a25b19831b3fed
BLAKE2b-256 98779507c8037335257fd2f7a77a2f6c50dad273cb9058d771870cfed8622873

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3bea24967d8b53e632f4be0e9e59e7af21e7bf9a5c8b97b0509f1ac49e71ff0a
MD5 c17c0b06dfc1fbb23b4cb81f7acd0ba1
BLAKE2b-256 be4908d92019a360f9316c0b87d0854ca3e48a8cfe02f4da3c47972709047ad2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1da93980456f5e113891fe6f83e2479a2d6037e089dce872f9e2b5b3a7e3ff81
MD5 ec15ed90fc279fdafab6a674e946bd84
BLAKE2b-256 3c84e4609fca9c0f7b3e839fb4b72efbebe9a9fb710b2d5ae4349bfaaf188bfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5d7c56e6af76af35a5e6203d36dcb92aa465015b674c8f238be8913cc4c5cd75
MD5 d21948aaf0d1191519cf7b72b5a3f15f
BLAKE2b-256 eeae11e693d5c0f2124e86152f78a6da533875a3d44dc4db025b88d1bcb02067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 56b393153cff0e382db951053d3329adb3e146ca405bc475c3ba49fe1b2b6351
MD5 b1533f49765cdb1e6a4b2126e1c53845
BLAKE2b-256 52fc4313a57e2b6699ce133f05b3c9132ee03ded447a77c8fa62a7fd4ada9d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 cb0bb20df27a8fc93ef5f7e8674f1aed2215321b190562e4ef5f55aa735049f2
MD5 e59013dd807d9cf3176c14790797ad20
BLAKE2b-256 e3efed2551cef593991ea2828242a9ed4d839f74d6b76c379d37b0bbf0d0c468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd23e41d587267ad86f2ebdd46d3f5dff7481b123153a828c96225606dc2d07c
MD5 89f7e90bddb56d5fa1ad46bfe730bfbc
BLAKE2b-256 eb7d4109705f9f4939d68f94418c26ebdcb4a5f81c041e420cba31ba3f2a5e75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 71a78dfb6df8e04fea8cd8bde528867a0abb7cc515188a6e153836b1fc11bf74
MD5 cf4abee5306de68b210c1fc120f3f386
BLAKE2b-256 9c900d6e05ce833a6b5a7da17f2cb71b7e4f445e2efad8624f5f5b1ec4980e86

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc0-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.10rc0-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 625165ce712bf4c33c126301ed75a1639315d05a9c242911054277ec6c6127f7
MD5 862d7ab0248afa593e95ddd97171af0d
BLAKE2b-256 aa87949a4b33ee1cc8e276ebf06d4bd4e02aba2b45c26bb9ce9263302c7a4e13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eea0d1beaa8aaee91a3f394f67522bf072ab0efd687c0f238315298e95244061
MD5 1bf1e83634f622234b38f28cd5fac5d2
BLAKE2b-256 88677a469583ca76a1865992b9c3e710c78f53eef05dc06ac5107a16b5baa7b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b2aa6744d8bdd60a77d012b4ea1a0c4d47c475ccdcb2aab9c1ed5144ab403bb4
MD5 9b4759554d5f155b66ef3e8603068d9d
BLAKE2b-256 e9d676805f87cd217fb09e50fc8d111ae5cfbbbb1da0a04598ddbe5b523d0237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aaf79fb6b188e6691b1284c6b0cc128149dc892ff949d72f4f91513905822cdb
MD5 cc2c27508c52fdde9d916048f0cfb773
BLAKE2b-256 b3efc3cdf928f618b462ddd5e54d551cfd6a5c97f78c24101d59ed8ebb6aceb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 772564b1161b5b12630f4378af0c676f4af5861efbc9a2c88ed059fa25ec6d2b
MD5 8962696635a0211acd07783c3504ee3c
BLAKE2b-256 e5ae8e90e61ef4eb21b31abc5c3202c8043a5b865d79f2921b23275f99d0a707

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aeb3f6c50b00f56b96ef4f68ec9c1da4bf23291760484482566f1afeaccbc226
MD5 535eea1f2ac7d07530027d9a3437d464
BLAKE2b-256 74cb6699da4eab99d5f81760d700a2930ae09c7ad2fffd9dfb3cc3b63398c740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 511d733950fe3524e795d81b0eaa778f124517eaac58de4cbfa424ba05ffc4ce
MD5 b123d5f6e982287a7f52701d7ebfec0b
BLAKE2b-256 6a24b1c12430a4be2130846108697e053d0b6e31003162618f3faea4ee848ad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2bcbeaa58224fad311cfd85b3c1be89ea399fa93f86fea8274976cebff216cd1
MD5 2853080811543d57ce682570437ec992
BLAKE2b-256 a743f914c7fe86ce699f2931b13e808c740cd222fdba0a93579fb0a36806f251

See more details on using hashes here.

File details

Details for the file passagemath_cliquer-10.8.10rc0-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.10rc0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a80024ea3b201a964c9a5eee93ecce9f79ff462deae8764139172f08682273be
MD5 dffd0fb6390b4f6b4d3a45b04c6a98bf
BLAKE2b-256 52155a680670239775cb388a4ae5eef66d8e7440700717d5b3059b67a42dce9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6428acd9a9a0c4e9cac88dce6edc3dbe4538d90ac77745c391cc6df4a717311f
MD5 942f082ceea6e9cb7d544028826772c0
BLAKE2b-256 fce4323ee0040ae3875b1c902073157e7ac153991a07db4f8309977a54c20c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 68e297d3e75d5c87e27bc2404b2c091a621beae06d745e1990cf29811cdcaf2a
MD5 fb286ea1bfb84f0478264558f8f0b3c8
BLAKE2b-256 67b907a31e5e82e410cd24a1086af76b31acdc4b29a1b6d5a8a43fc04b5c72fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_cliquer-10.8.10rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4b1310b1a24ee1268e015ee2209da8421c03662ffb2bc9d85a8cbf9e6bff4497
MD5 0a541a496ec50818bc559a516df01634
BLAKE2b-256 5ff72cadef363925662d1e86be52d58e802a2ef5007321e96bae0d7ecc7ee902

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

25 files

This release

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