Quick Start

  1. Install the most recent version of Julia

  2. Install the package EnergyModelsBase, the time package TimeStruct, and EnergyModelsRecedingHorizon by running:

    ] add EnergyModelsBase
    ] add TimeStruct
    ] add EnergyModelsRecedingHorizon
Note

If you receive the error that EnergyModelsRecedingHorizon is not yet registered, you have to add the package using the GitHub repositories through ] add https://github.com/EnergyModelsX/EnergyModelsRecedingHorizon.jl. Once the package is registered, this is not required.