solveP1 | R Documentation |
Solve the network flow problem - twoDistMatch
solveP1(net, f1.list, f2.list, f3.list, rho1, rho2 = 0, tol = 1e-05)
net |
the network representation |
f1.list |
the list of the first objective functions values for each node |
f2.list |
the list of the second objective functions values for each node |
f3.list |
the list of the third objective functions values for each node |
rho1 |
the penalty coefficient for the second objective |
rho2 |
the penalty coefficient for the third objective |
tol |
the tolerance value for precision |
the solution represented in a named list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.