SciChains: multilanguage constructor of solutions

Please run
    SciChains.cmd
to start the application.

**********
Note: before using this application,
we recommend you TO INSTALL "Microsoft Visual C++ Redistributable".
Please open the "_redist" folder and run
    _redist\VC_redist.x64.exe
This is only needed once before the first use.
**********

Other files:
   show-logs.cmd       - opens the folder with SciChains log files
   start-server.cmd    - starts the server part of the application; called automatically by SciChains.cmd
   start-server-x.cmd  - starts the server part in the extended mode
   stop-server.cmd     - stops the server part of the application


About Licenses:
- This program (SciChains) is free software, distributed under the MIT License.
  You can find it in the file "license.txt".
- It includes Java (in the "jdk" folder), provided by Eclipse Adoptium.
  It is licensed under the GNU General Public License, version 2, with the Classpath Exception.
  For more information, see: https://openjdk.org/legal/gplv2+ce.html
- The Python component (in the "python" folder) is based on the CPython distribution.
  It includes Python itself and third-party packages under their respective licenses.
  See "python/LICENSE.txt" and "python/Lib/site-packages/*.dist-info/" directories for details.

