https://github.com/markirch/sat-modulo-symmetries
Tip revision: a442fd29e85c0ec1078a6522da81f799f003cdbf authored by muak1234 on 26 July 2023, 12:44:04 UTC
Update: consistent argument naming; multi-graphs; examples; ...
Update: consistent argument naming; multi-graphs; examples; ...
Tip revision: a442fd2
pyproject.toml
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "sms-graph-builder"
version = "2023.6"
description = "A package for building propositional encodings of graphs. Contains several pre-defined encodings, as well as the ability to specify user-defined constraints."
authors = [
{name = "Markus Kirchweger", email = "markus.kirchweger@ac.tuwien.ac.at"},
{name = "Tomáš Peitl", email = "peitl@ac.tuwien.ac.at"},
{name = "Manfred Scheucher", email = "scheucher@math.tu-berlin.de"},
]
keywords = ["graphs", "propositional formula", "encoding", "SAT", "CNF"]
[project.urls]
#Documentation = "https://sat-modulo-symmetries.readthedocs.io/"
#Repository = "https://github.com/markirch/sat-modulo-symmetries"
[tool.setuptools]
packages = ["pysms"]
