Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Oct 23, 2024
1 parent b0a7777 commit 7c5a9b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ std::cout << high_point_relaxation.get_reason() << std::endl;
std::cout << save_primal(high_point_relaxation) << std::endl;
```

Idol can also be interfaced with [ROOT](https://root.cern/) to monitor the progress of your algorithm.
For instance, here is a screenshot of the monitoring of MibS for a bilevel instance.

![Monitor Any Branch-and-Bound Method](https://raw.githubusercontent.com/hlefebvr/idol/main/docs/monitor-mibs.png)

## Implemented Features

### Mixed-Integer Optimization
Expand Down

0 comments on commit 7c5a9b4

Please sign in to comment.