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

update changelog #883

Merged
merged 4 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ v1.3.1 (07/2024)
### Features

- **outer_loop** option is renamed **adequacy_criterion**
- New output file **criterions.txt** is added under **lp/** dir to store adequacy criterions for all valid patterns (area+criterion)
- New output file **PositiveUnsuppliedEnergy.txt** is added under **lp/** dir to store the amount of unsupplied energy for all valid patterns (area+criterion)

### Bug Fixes

Expand Down
2 changes: 2 additions & 0 deletions docs/user-guide/get-started/adequacy-criterion.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ Several log files are written:

- `reportbenders.txt` gives information on the progress of the algorithm with an operational perspective,
- `benders_solver.log` contains more detailed information on all data of interest to follow the progress of the algorithm (`lambda_min`, `lambda_max`, detailed solving times, ...).
- New output file `criterions.txt` is added under `lp/` dir to store adequacy criterions for all valid patterns (area+criterion)
a-zakir marked this conversation as resolved.
Show resolved Hide resolved
- New output file `PositiveUnsuppliedEnergy.txt` is added under `lp/` dir to store the amount of unsupplied energy for all valid patterns (area+criterion)
Loading