Contributing
Setup your computer
Windows
Download and install Windows Subsystem for Linux (WSL). Run the following command in powershell. More info here: https://learn.microsoft.com/en-us/windows/wsl/install
wsl --installRun all following commands in the Ubuntu terminal
In Docker desktop, in Settings -> Resources -> WSL Integration, check “Enable integration for WSL”
Download the source code by running the following command in your Ubuntu terminal
git clone https://github.com/cudy789/MAPLE.git
Navigate to the root directory of the repository, then build & run
cd AMPL scripts/build-and-run.sh
Press ctrl-c to kill the container. If the container hangs forever, in a new terminal, type
docker kill maple