From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/python-constraint/metadata.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-python/python-constraint/metadata.xml (limited to 'dev-python/python-constraint/metadata.xml') diff --git a/dev-python/python-constraint/metadata.xml b/dev-python/python-constraint/metadata.xml new file mode 100644 index 000000000000..a0974b823394 --- /dev/null +++ b/dev-python/python-constraint/metadata.xml @@ -0,0 +1,12 @@ + + + + + + gaboroszkar@protonmail.com + Gábor Oszkár Dénes + + + The Python constraint module offers solvers for Constraint Satisfaction Problems (CSPs) over finite domains in simple and pure Python. CSP is class of problems which may be represented in terms of variables (a, b, ...), domains (a in [1, 2, 3], ...), and constraints (a < b, ...). + + -- cgit v1.3.1