set.mapping: set.mapping

Description Usage Arguments Details Value Author(s) Examples

Description

Set the relation R between the two graphs

Usage

1
  set.mapping(ccg, type = "random", r = runif(1), ...)

Arguments

G

a composite graph object

type

the type of mapping desired

...

Arguments to be passed to compgraph

Details

Fix the mapping between the two vertex sets

Value

TRUE or FALSE

Author(s)

Ben Baumer

Examples

1
2
3
4
n = 20
p = 1/2
G = ccg.game(n, p)
is.solvable(G, 3)

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