msolve release v0.4.9, under licence GPLv2+

Authors:
J. Berthomieu (Sorbonne Univ.), C. Eder (TU Kaiserslautern), M. Safey El Din (Sorbonne Univ.)
jeremy.berthomieu@lip6.fr, ederc@mathematik.uni-kl.de, mohab.safey@lip6.fr

Note that the source code is available at 
https://github.com/algebraic-solving/msolve

WARNING. It is delivered without any kind of warranty for this software. 
This is a beta version of the msolve library, delivered to you before the library
will be made public. It is compiled for PC linux x86 architectures. 
We ask you to report us any bug or strange behaviour observed.

binary/ -> contains the msolve binary (beta version)
           type ./msolve -h for a short documentation
tutorial/ -> contains a tutorial reporting on stable functionalities 
             provided by the msolve library
examples/ -> contains some maple files showing how to use msolve from maple
             we will add further a bit more examples of use
interfaces/ -> contains file interfaces with computer algebra systems
               looking at these codes show you how to use msolve in a
               computer algebra system through a file interface
               Note also that msolve is used by the AlgebraicSolving Julia library
               (but the binary is twice slower there)
               https://algebraic-solving.github.io/
               (see also https://github.com/algebraic-solving/AlgebraicSolving.jl)
msolve_inputs/ -> examples of input files for a direct use of the msolve binary
