Skip to main content

passagemath: Rankwidth and rank decompositions of graphs with rw

Project description

About SageMath

“Creating a Viable Open Source Alternative to

Magma, Maple, Mathematica, and MATLAB”

Copyright (C) 2005-2024 The Sage Development Team

https://www.sagemath.org

SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (Windows Subsystem for Linux).

See https://doc.sagemath.org/html/en/installation/index.html for general installation instructions.

About this pip-installable distribution

This pip-installable distribution passagemath-rankwidth is a small optional distribution for use with passagemath-graphs.

It provides a Cython interface to rw by Philipp Klaus Krause.

What is included

Examples

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-rankwidth[test]" ipython

In [1]: from sage.all__sagemath_rankwidth import *

In [2]: g = graphs.PetersenGraph()

In [3]: g.rank_decomposition()
Out[3]: (3, Graph on 19 vertices)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_rankwidth-10.5.6.tar.gz (7.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_rankwidth-10.5.6-cp312-cp312-musllinux_1_2_x86_64.whl (233.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.6-cp312-cp312-musllinux_1_2_i686.whl (219.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

passagemath_rankwidth-10.5.6-cp312-cp312-manylinux_2_28_x86_64.whl (232.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (213.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

passagemath_rankwidth-10.5.6-cp312-cp312-macosx_14_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_rankwidth-10.5.6-cp312-cp312-macosx_13_0_x86_64.whl (46.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_rankwidth-10.5.6-cp311-cp311-musllinux_1_2_x86_64.whl (224.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.6-cp311-cp311-musllinux_1_2_i686.whl (210.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

passagemath_rankwidth-10.5.6-cp311-cp311-manylinux_2_28_x86_64.whl (221.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (202.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

passagemath_rankwidth-10.5.6-cp311-cp311-macosx_14_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_rankwidth-10.5.6-cp311-cp311-macosx_13_0_x86_64.whl (45.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_rankwidth-10.5.6-cp310-cp310-musllinux_1_2_x86_64.whl (196.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.6-cp310-cp310-musllinux_1_2_i686.whl (192.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

passagemath_rankwidth-10.5.6-cp310-cp310-manylinux_2_28_x86_64.whl (198.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (178.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

passagemath_rankwidth-10.5.6-cp310-cp310-macosx_14_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_rankwidth-10.5.6-cp310-cp310-macosx_13_0_x86_64.whl (45.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_rankwidth-10.5.6-cp39-cp39-musllinux_1_2_x86_64.whl (196.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.6-cp39-cp39-musllinux_1_2_i686.whl (192.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

passagemath_rankwidth-10.5.6-cp39-cp39-manylinux_2_28_x86_64.whl (198.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (178.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

passagemath_rankwidth-10.5.6-cp39-cp39-macosx_14_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_rankwidth-10.5.6-cp39-cp39-macosx_13_0_x86_64.whl (45.7 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_rankwidth-10.5.6.tar.gz.

File metadata

  • Download URL: passagemath_rankwidth-10.5.6.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for passagemath_rankwidth-10.5.6.tar.gz
Algorithm Hash digest
SHA256 110b3557948c81dbf8aee7ceab6d6d90293ae92944fdf49b3dbbee91c9c27252
MD5 abed140cb088679ac224d1ec4ea36d7a
BLAKE2b-256 8a3a594ac1bb8a2d586a54508d98fa75e79120bfbf55c7e42fa45b04869ef620

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b5e6c4a8c75e21f33e5386f5da23ddd59b64cb000b62f264811a027e15271a5
MD5 e9e17e07d1994c654eff918d550f23f9
BLAKE2b-256 f0cd5e33b0e95777b8a49d6d945b5309d964387de17685fbbbebeef2778fbb7f

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f23e88e79f71d8beae772d7b301ef6fc43b6e62dd742b149b01a4beadbe96f50
MD5 12a8c7e1d458477db3ddd0c3e07f6418
BLAKE2b-256 dc3b4cf6726928fdfa6840bc47cf1bc602e3ae0267e1983eab0f131d066ebf7e

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c76d1ddd0ba0bf5a1107d288247930c29707c8af5bb5741cb967587d1aeda212
MD5 efcf8e324a9c8b1eec3130781071580e
BLAKE2b-256 43f417b18f093703f905acc1edf25eb1c52614d5d5758e3ae1c9c673fefe85a6

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 463a08bcdbd448490229f74ce87c5ba91ac2a30be46bd1324dc25ab33d38bbda
MD5 f39fe969e165c1ccecf02bf6077afd2f
BLAKE2b-256 028e049386d431ff37762ccd37ba21926b55248ec5b9b6cf6552af3bcb93c92e

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9695e84e55f84509773abe84d9455852e75eaef48148b62e6e20fdd9e6a808bf
MD5 9080c09c330920ac6937471cb8710f86
BLAKE2b-256 9d613c089c5f87471d754081a90aa5a9901f5c3bbfb64213a134da7a6a217f68

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 22dd5b99d75c52bbf00ea0813172cc765d972118fa32a606b47982a84d3f2837
MD5 f0f5c35fb052647eb8de610ae2ad4934
BLAKE2b-256 3d237c0890af9a29c84271f0970ca3bf2fe02f407b6563d129be0f063b8bdc3a

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1e8cd466210eb0dd0d34a6d26e65a4a546c0af96ea1ee954604060ba59843fb
MD5 714b6acd2c6c0330fdbcb6737e1578b9
BLAKE2b-256 e5b2a7a46548ec35da6e2017919a47f101df089518f42bc7af85f21b506ae149

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 065e29bd5b8b74d2dfcd6c80611707893931f5cb6904d2ebb87cd25719d6f048
MD5 56cda981b688e5f6c29c3df7701ded07
BLAKE2b-256 86b7b5ee82a8083c9a7fc11fe5b295434f3cf26738fd6c2556db3f37fd2bad90

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 201373637ffc5590787a06419a5c645c91b90b5138496020ea6e3229fa8dffe1
MD5 dcd502f667c626cb836018804b56715e
BLAKE2b-256 5639f59019f9e675a3d0e452d78ea7ce436fc0e63feac56e58a54a21b48669ed

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8b09e3bc3a322019a0ae58acaa19dc7b7766f061601000194e2cf24fb9096ceb
MD5 6cdd613a6c8d8a2d0d2e327f568a6b6c
BLAKE2b-256 c2ad6ec9ca99b718e47d971d9234a963f6fd8c5bb8a56700780bdc11f7deb866

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9f06743a6bf719d97cf78371e3d3fb0568f169ccd98799d3ed42e512eb831b39
MD5 a05641054b80656f8a715b75889675f2
BLAKE2b-256 b39993913e51ee138764bfa1b85ff64bbd82029b0dfa73755d4f13d6dea69e58

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6de780289a227b7bf7cc56d2b56b7e0e306c3dbd6a0b110050e943909e0ea693
MD5 1e08aeea691788923bdc6b0b10568c2f
BLAKE2b-256 f391103d6b77676559eea7fc47d8e9cfcc2be83e1a26cd18655158376c978886

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f24da3e74aa39f4dba951a8b369409f7485e68b5379aa697af1889a608d36ba0
MD5 2976a1b1db394740d5c6fe6e8c9975b7
BLAKE2b-256 d9fc596e1dfb2b475cf4093efecfd1794dfbe5beef80feac1c110934119a9223

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f653e74c5002f07a3e4642ffa926cd82f84818d716352ab7e3fec4a2c7ec5bc8
MD5 7d083b7fe6f46a7af6d07c248721011f
BLAKE2b-256 30f99f3001d53ac6fd79f5cf313323d213342129a0fe7d50490af8dc752d93cd

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b21d0d586dcb32378c43fd4a94ff1f6d3cdefb27cb923741a93871c71b510342
MD5 d95decd99a5d54166ef599b7e7c9026b
BLAKE2b-256 6b30b2b30724dc5c863165417d8ff50beb88783d7b88b8c7866530891eaaf595

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 df7fcfa5e9e9d28405c5930b28ae11eecfa1c7dd40d932356a3cc39a8c81a1fa
MD5 01a2b25c608db588f0735fc4d4a4c3a8
BLAKE2b-256 2b2fe89937e323d63b2d6687349ad816418732d0812e627ed5b3c5806930d936

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1bb3a8778632c4aa365661d999ac1ebf81a448b95734dff93bd7cc7f2fc85447
MD5 f7e3d851835004461a5bcf7461778308
BLAKE2b-256 d278f9257cb2a4ac93b9eaab80085d515bf6ad2b463a85a35458d232fbc17eff

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e0452fdbf26290ee6a483af8c18c3f1c355d6ef20caa5b97a48f77b7f939275
MD5 c2cd5ec7067142a3e589f410f7abf124
BLAKE2b-256 db1d9f33041804c40d035d7a92981d43ca479ea6f76395bc60dc32b097f054be

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85f0894c6fc4d418efd77cfbea2a6373f268dc068eeb0b54ac18e6c86fc5aa37
MD5 1d1419575cb71c220a1ee3f64f239c26
BLAKE2b-256 a99419326a437e50fafd458fdc3ec4f43794a452669655ddb54eca70e2fc7bd2

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0a62e4d7b695b3424e441b6a9a0da028ab36eb44e3667b40f0bd07ed68493816
MD5 20ebea53b8c8f67dfce2f6b6c58199d5
BLAKE2b-256 4a02bb4b0bf67580a7bed8432616eee74a2c4712309f2aa693c1b25c793956ca

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5815fe7177428daeff95a1fdda26e89056de12037ac8f8d6f39b08dc59cc248
MD5 5fb5be0b04a05a21a482f0e7e11f3ad7
BLAKE2b-256 abaabc127d1676e854bdd8bc75c9fe7c943dc0129ad0ff418586f5defb076fc9

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e936424079aed7640273d878bfa1a9484bd1538aa209a26394d46677d292bdec
MD5 891f0175cfa2eb102e3f4d6c8425befe
BLAKE2b-256 68e46f4a7bdd8d60b2b116aa19b23edd52beb45fa12538a286cd38986988575c

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d4e8a242c6b29e1ec3b037792b3f9600b6360a73c43e66379debb63798116e51
MD5 c088a9c49f70cae6278d121c604375ae
BLAKE2b-256 f066e30d14abff1791b5a3daa70ca7d1b6c7d64aa9478cf77fbd5f67bb2ad4bb

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.6-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.6-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 59f4938a66de11a6d1b880c19ec279c9a3b3458ad400fcc8110c9f4b380aaa39
MD5 40e691d102ee466164899cb05bb8305c
BLAKE2b-256 1be3cdfe91677e1bda5c4861b37c764db827071afaac725f57d6e910a9436cb7

See more details on using hashes here.

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