Metadata-Version: 2.1
Name: rainbownum
Version: 4.3
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
Description: # rainbownum
        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/rainbownum/#history
        
        Install notes:
        
        pip install rainbownum
        
        pip install --upgrade rainbownum
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
