Skip to content

Commit 57c77d6

Browse files
committed
Clarify API changes.
1 parent fb53949 commit 57c77d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/OptimalTransportNetworks.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Fajgelbaum, P. D., & Schaal, E. (2020). Optimal transport networks in spatial eq
2222
2323
The library is based on the JuMP modeling framework for mathematical optimization in Julia, and roughly follows the
2424
MATLAB OptimalTransportNetworkToolbox (v1.0.4b) provided by the authors. Compared to MATLAB, the Julia library presents
25-
a simplified interface and only exports key functions, while retaining full flexibility.
25+
a simplified interface. Notably, the `graph` object contains both the graph structure and all data parameterizing
26+
the network, whereas the `param` object only contains (non-spatial) model parameters.
2627
2728
# Exported Functions
2829

0 commit comments

Comments
 (0)