This repository is meant for testing several aspects of code development for other ongoing larger projects, that use the structure of a JuMP optimization model
with larger Julia codes. The codes here are as simple as possible, so that, the main focus can be put on the aspects of software development and debugging.
In order to install and run the TestOptJulia software, go through the following steps:
- Clone this repository to your local machine and navigate to the top level
TestOptJulia
folder.
git clone https://github.com/sambuddhac/TestOptJulia.git
- In order to run the software, go inside the folder,
src
and simply run the following command:
julia Run_script.jl
Currently, the settings.yml file has only provision for choosing among the Gurobi or, Ipopt solvers.
For detailed documentation, please refer to the Documentation pages