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

[docs] add multi-commodity network example #3491

Merged
merged 6 commits into from
Sep 8, 2023
Merged

Conversation

odow
Copy link
Member

@odow odow commented Sep 7, 2023

I went to write a nested-summation tutorial (#2348 (comment)), and I realized that suggesting the relational approach in the abstract is a bit vague.

Motivated by https://discourse.julialang.org/t/creating-variables-from-a-vector-of-tuples-and-naming-them/103525, I extended the multi-commodity flow problem to a network. It lets us show off a lot more techniques that should be helpful to others.

https://jump.dev/JuMP.jl/previews/PR3491/tutorials/linear/multi_commodity_network/

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (a157126) 98.11% compared to head (9bb3e05) 98.13%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3491      +/-   ##
==========================================
+ Coverage   98.11%   98.13%   +0.01%     
==========================================
  Files          37       37              
  Lines        5531     5532       +1     
==========================================
+ Hits         5427     5429       +2     
+ Misses        104      103       -1     
Files Changed Coverage Δ
src/print.jl 99.76% <100.00%> (+0.23%) ⬆️

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

@odow

This comment was marked as resolved.

@odow odow merged commit bcbadb5 into master Sep 8, 2023
11 checks passed
@odow odow deleted the od/multi-commodity-network branch September 8, 2023 01:56
@odow odow mentioned this pull request Sep 6, 2023
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant