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

Print bridge graph #2142

Closed
blegat opened this issue Jan 30, 2020 · 0 comments · Fixed by #2202
Closed

Print bridge graph #2142

blegat opened this issue Jan 30, 2020 · 0 comments · Fixed by #2202
Labels
good first issue This issue is recommended for new users, it does not require a thorough understanding of the package Status: Help Wanted Help is welcome on this issue

Comments

@blegat
Copy link
Member

blegat commented Jan 30, 2020

Add a print_bridge_graph functions that either

  • throws an error in case there is no bridge layer used
  • calls MOI.Bridges.print_graph on the bridge layer otherwise.

To implement this, inspiration can be taken from
https://github.com/JuliaOpt/JuMP.jl/blob/dd68f8107339b15b41be147d6454202530606a3f/src/JuMP.jl#L309-L345

This is a good first step for the "Visualization of bridge graph" GSoC 2020 project.

See jump-dev/MathOptInterface.jl#680

@blegat blegat added Status: Help Wanted Help is welcome on this issue good first issue This issue is recommended for new users, it does not require a thorough understanding of the package labels Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue This issue is recommended for new users, it does not require a thorough understanding of the package Status: Help Wanted Help is welcome on this issue
Development

Successfully merging a pull request may close this issue.

2 participants