solveP: Solve the network flow problem - basic version
Description
Solve the network flow problem - basic version
Usage
solveP(net, f1.list, f2.list, rho, tol = 1e-05)
Value
the solution represented in a named list
Arguments
- 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
- rho
the penalty coefficient
- tol
the tolerance value for precision