FindVertexIndependentPaths

FindVertexIndependentPaths[g,s,t,k]

从图 g 的顶点 s 到顶点 t 找到至多 k 个与顶点无关的路径.

FindVertexIndependentPaths[{vw,},]

使用规则 vw 指定图 g.

更多信息

  • 与顶点无关的路径也称作顶点不相交的路径.
  • FindVertexIndependentPaths 返回从 st 的与顶点无关的路径列表.
  • 每条路径都作为顶点的列表给出.
  • FindVertexIndependentPaths 作用于无向图、有向图、多重图和混合图.

范例

打开所有单元关闭所有单元

基本范例  (1)

找到图中两个顶点之间与顶点无关的路径:

显示路径:

范围  (6)

FindVertexIndependentPaths 适用于无向图:

有向图:

多重图:

混合图:

使用规则指定图:

FindVertexIndependentPaths 作用于大规模图:

属性和关系  (2)

FindVertexIndependentPaths 只返回简单路径:

VertexConnectivity 给出与顶点无关的路径的最大个数:

可能存在的问题  (1)

查找两个顶点之间与顶点无关的路径的最大集合:

另一条与顶点无关的路径:

Wolfram Research (2014),FindVertexIndependentPaths,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindVertexIndependentPaths.html (更新于 2015 年).

文本

Wolfram Research (2014),FindVertexIndependentPaths,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindVertexIndependentPaths.html (更新于 2015 年).

CMS

Wolfram 语言. 2014. "FindVertexIndependentPaths." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2015. https://reference.wolfram.com/language/ref/FindVertexIndependentPaths.html.

APA

Wolfram 语言. (2014). FindVertexIndependentPaths. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FindVertexIndependentPaths.html 年

BibTeX

@misc{reference.wolfram_2024_findvertexindependentpaths, author="Wolfram Research", title="{FindVertexIndependentPaths}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/FindVertexIndependentPaths.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_findvertexindependentpaths, organization={Wolfram Research}, title={FindVertexIndependentPaths}, year={2015}, url={https://reference.wolfram.com/language/ref/FindVertexIndependentPaths.html}, note=[Accessed: 17-November-2024 ]}