ccnpk.lp: ccnpk.lp

Description Usage Arguments Details Value Author(s) Examples

Description

Compute the optimal solution to the CCNP-k problem using LP relaxation

Usage

1
  ccnpk.lp(ccg, ...)

Arguments

ccg

a ccgraph object

...

Arguments to be passed to compgraph

Details

A linear program

Value

The optimal fractional solution

Author(s)

Ben Baumer

Examples

1
2
3
4
n = 20
p = 1/2
ccg = ccg.game(n, p)
ccnpk.lp(ccg)

beanumber/compgraph documentation built on May 12, 2019, 9:42 a.m.