Metadata-Version: 2.1
Name: rainbownum
Version: 3.0
Summary: Python package to solve anti-Schur equations
Home-page: https://github.com/pypa/sampleproject
Author: Simon Wagner
Author-email: swagner648@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy

# rainbownums
Program used to generate colorings and the anti-Schur numbers for a given equation.

An anti-Schur number, denoted aS([n], k, [a], b), is defined as the smallest number of colors r such that every coloring of [n] if guaranteed to have a rainbow sum to the equations a_1x_1 + a_2x_2 + ... + a_kx_k = b.

https://pypi.org/project/rainbownums/

Install notes:

pip install rainbownums

pip install --upgrade rainbownums

