Skip to content

Commit

Permalink
update changelog (#883)
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
a-zakir authored Aug 7, 2024
1 parent d729029 commit 3c153f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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, ...).
- The file `criterions.txt` under `lp/` dir stores adequacy criterions for all valid patterns (area+criterion)
- The file `PositiveUnsuppliedEnergy.txt` under `lp/` dir stores the amount of unsupplied energy for all valid patterns (area+criterion)

0 comments on commit 3c153f6

Please sign in to comment.