Skip to content

Commit

Permalink
Start implementation of circular model
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Nov 28, 2023
1 parent 84bd25b commit 74759bd
Show file tree
Hide file tree
Showing 106 changed files with 239 additions and 39,029 deletions.
117 changes: 0 additions & 117 deletions CHANGELOG.md

This file was deleted.

25 changes: 0 additions & 25 deletions COPYING.md

This file was deleted.

29 changes: 0 additions & 29 deletions Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions Makefile

This file was deleted.

48 changes: 3 additions & 45 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,51 +1,9 @@
name = "RELOG"
uuid = "a2afcdf7-cf04-4913-85f9-c0d81ddf2008"
authors = ["Alinson S Xavier <[email protected]>"]
version = "0.7.2"
uuid = "7cafaa7a-b311-45f0-b313-80bf15b5e5e5"
authors = ["Alinson S. Xavier <[email protected]>"]
version = "0.1.0"

[deps]
CRC = "44b605c4-b955-5f2b-9b6d-d2bd01d3d205"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
Geodesy = "0ef565a4-170c-5f04-8de2-149903a85f3d"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"

[compat]
CRC = "4"
CSV = "0.10"
DataFrames = "1"
DataStructures = "0.18"
GZip = "0.5"
Geodesy = "1"
HTTP = "0.9"
HiGHS = "1"
JSON = "0.21"
JSONSchema = "1"
JuMP = "1"
MathOptInterface = "1"
NearestNeighbors = "0.4"
OrderedCollections = "1"
ProgressBars = "1"
Shapefile = "0.8"
ZipFile = "0.10"
julia = "1"
60 changes: 0 additions & 60 deletions README.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/Project.toml

This file was deleted.

17 changes: 0 additions & 17 deletions docs/make.jl

This file was deleted.

36 changes: 0 additions & 36 deletions docs/src/assets/custom.css

This file was deleted.

Binary file removed docs/src/assets/ex_amount_produced.png
Binary file not shown.
Binary file removed docs/src/assets/ex_emissions.png
Binary file not shown.
Binary file removed docs/src/assets/ex_plant_cost_per_year.png
Binary file not shown.
Binary file removed docs/src/assets/ex_plant_locations.png
Binary file not shown.
Binary file removed docs/src/assets/ex_transportation.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/src/assets/ex_transportation_emissions.png
Binary file not shown.
Loading

0 comments on commit 74759bd

Please sign in to comment.