lovasz: Lovasz Number of a Graph

Description Usage Arguments Details Value Examples

View source: R/lovasz.R

Description

lovasz creates input for sqlp to find the Lovasz Number of a graph

Usage

1
lovasz(G)

Arguments

G

An adjacency matrix corresponding to a graph

Details

Finds the maximum Shannon entropy of a graph, more commonly known as the Lovasz number. Mathematical and implementation details can be found in the vignette

Value

X

A list containing the solution matrix to the primal problem

y

A list containing the solution vector to the dual problem

Z

A list containing the solution matrix to the dual problem

pobj

The achieved value of the primary objective function

dobj

The achieved value of the dual objective function

Examples

1
2
3

sdpt3r documentation built on May 2, 2019, 4:19 a.m.