Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input scenario writer #67

Closed
ahobeost opened this issue Mar 19, 2024 · 1 comment
Closed

input scenario writer #67

ahobeost opened this issue Mar 19, 2024 · 1 comment
Assignees

Comments

@ahobeost
Copy link
Contributor

A writer, which simplifies the definition of optimization problems, will simplify calls to optihood by other softwares.
Preferably, this writer would provide the following:

  • an initial file to populate
  • the option to update values in an existing file
@ahobeost ahobeost self-assigned this Mar 19, 2024
@ahobeost
Copy link
Contributor Author

ahobeost commented Mar 19, 2024

Based on the existing code, the "createScenario" functionality could return the "excelData" before writing it to file.
This would allow the program to adjust the values before writing.

Within the existing code this could look as follows:

  • parse config
  • prep excel data
  • write to file

The desired writer could then do the following:
first time:

  • parse config
  • prep excel data
  • adjust excel data
  • write to file

all subsequent times:

  • read excel data
  • adjust excel data
  • overwrite file

@ahobeost ahobeost linked a pull request Jun 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant