diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index 282712c..6967bfc 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-09T16:54:20","documenter_version":"1.4.1"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-09T16:54:31","documenter_version":"1.4.1"}}
\ No newline at end of file
diff --git a/dev/elements/index.html b/dev/elements/index.html
index 69e9e9c..a1c1a89 100644
--- a/dev/elements/index.html
+++ b/dev/elements/index.html
@@ -1,2 +1,2 @@
-
Container to hold parameters. Highly recommended to create using the @parameter macro.
Parameters can be indexed either by set name
P[:set1,:set2]
or by list of element names
P[[:element1,:element2],[:e1,:e2]]
or a mix of both
P[:set1,:e1]
Order of precedence is set then element, so if you have an element with the same symbol as the set name, there will be a conflict. You can either wrap the element name in a vector or avoid this.
Container to hold parameters. Highly recommended to create using the @parameter macro.
Parameters can be indexed either by set name
P[:set1,:set2]
or by list of element names
P[[:element1,:element2],[:e1,:e2]]
or a mix of both
P[:set1,:e1]
Order of precedence is set then element, so if you have an element with the same symbol as the set name, there will be a conflict. You can either wrap the element name in a vector or avoid this.
Load a GamsSet from a CSV file at the given location.
Sets must be one dimensional (at least for now) and it's assumed the first column are the elements and the second column is the description. If the second column is missing, the description is ""
Load a GamsSet from a CSV file at the given location.
Sets must be one dimensional (at least for now) and it's assumed the first column are the elements and the second column is the description. If the second column is missing, the description is ""