- A one click installation package with all the necessary components of the software is avalilable for free to download from GitHub
- The software automates the extraction of input data from spreadsheet, execute glpsol, execute cbc and produce results
- The manual of the software and the two free solvers can be found in zenodo in the following link (https://zenodo.org/record/4668816#.Yd2lHf7MJPY)
This software is licensed under the MIT License, details in licences/license.txt
- CBC is licensed under the Eclipse Public License - v 2.0, details in licences/CBC_LICENSE.txt
- glpk is licensed under the GNU Public License v3.0, details in licences/glpk_license.txt
- .Net Runtime (the application was compiled against 4.7.2) https://dotnet.microsoft.com/download/dotnet-framework/net472
- Microsoft Office - I used Office 365
- Nullsoft Scriptable Install System (NSIS) - https://nsis.sourceforge.io/Download (only if you want to create a new installer package)
- Visual Studio - https://visualstudio.microsoft.com/vs/community/ (only if you want to compile the software)
Execute createinstaller.bat from the Installer folder
- Launch clicSAND.exe
- Click the ... button to the right of Data Source to select the xlsm file
- Click the ... button to the right of Model to select the model file
- Click Run
- Wait!