Skip to content

julia-mpsge/ring_model.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Ring Model: A City Surrounded by Fields

Stable

Using this Package

There are two ways to use and run this package:

1. Cloning the Repository

Clone the repository to your machine. Activate the package environment, you can do this by either starting a REPL, pressing ] to enter the package manager, and then typing:

activate .

or in VSCode, you can use the command palette (Ctrl+Shift+P) and type "Julia: Change Current Environment" and select the directory where you cloned the repository.

After activating the environment, you need to instantiate the package to install all dependencies. You can do this by typing:

instantiate

in the package manager.

2. As a Standalone Package

For this version, I recommend creating a new Julia environment. Create a new directory for your project, navigate to it in the terminal, start Julia, enter the package manager by pressing ], and then type:

activate .

Then, add the package by typing:

add https://github.com/julia-mpsge/ring_model.jl

You will also want both JuMP and MPSGE installed,

add JuMP, MPSGE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors