solveP1 {MultiObjMatch}R Documentation

Solve the network flow problem - twoDistMatch

Description

Solve the network flow problem - twoDistMatch

Usage

solveP1(net, f1.list, f2.list, f3.list, rho1, rho2 = 0, 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

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

Value

the solution represented in a named list


[Package MultiObjMatch version 0.1.3 Index]