solveP {MultiObjMatch}R Documentation

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)

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

Value

the solution represented in a named list


[Package MultiObjMatch version 0.1.3 Index]