We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dd767 commit f530536Copy full SHA for f530536
1 file changed
src/main/optimal_network.jl
@@ -5,7 +5,7 @@
5
6
"""
7
optimal_network(param, graph; I0=nothing, Il=nothing, Iu=nothing,
8
- verbose=false, return_model=0) -> Dict
+ verbose=false, return_model=0, solve_allocation = false) -> Dict
9
10
Solve for the optimal network by solving the inner problem and the outer problem by iterating over the FOCs.
11
0 commit comments