Interface SteinerTreeAlgo.IResult

All Superinterfaces:
SteinerTreeAlgo.Result<Integer,Integer>
Enclosing interface:
SteinerTreeAlgo

public static interface SteinerTreeAlgo.IResult extends SteinerTreeAlgo.Result<Integer,Integer>
A result object for SteinerTreeAlgo computation for IntGraph.
Author:
Barak Ugav
  • Method Summary

    Modifier and Type
    Method
    Description
    Get all the edges that form the Steiner tree.