updateVertexCapacities: Update vertex capacities.

View source: R/FlowGraph.R

updateVertexCapacitiesR Documentation

Update vertex capacities.

Description

Update vertex capacities.

Usage

updateVertexCapacities(this, vertices, newCaps)

## S3 method for class 'FlowGraph'
updateVertexCapacities(this, vertices, newCaps)

Arguments

this

the flow graph object

vertices

the vertices to update.

newCaps

the new capacities for the vertices.


SEMID documentation built on July 26, 2023, 5:40 p.m.