Cmd Graphviz:Can';在控制台中使用群集工具时,在release/bin中找不到cluster.exe

Cmd Graphviz:Can';在控制台中使用群集工具时,在release/bin中找不到cluster.exe,cmd,graphviz,Cmd,Graphviz,我在Graphviz Dokumentation()中找到了这个 这对我来说意味着我应该能够在一个点文件上使用“cluster”,它生成集群。我的问题是,它不存在于下载的版本/bin中 这真的存在吗?如果是这样的话,我在哪里可以得到它来在cmd中使用它?cluster.exe仅在2.40版本中可用。但是,不存在针对windows的2.40版本。我在虚拟机中下载了安装的Linux版本,在那里我可以使用群集功能。我在2.38.0 Windows发行版中也没有看到它,我在Cygwin 2.40.1版本

我在Graphviz Dokumentation()中找到了这个

这对我来说意味着我应该能够在一个点文件上使用“cluster”,它生成集群。我的问题是,它不存在于下载的版本/bin中


这真的存在吗?如果是这样的话,我在哪里可以得到它来在cmd中使用它?

cluster.exe仅在2.40版本中可用。但是,不存在针对windows的2.40版本。我在虚拟机中下载了安装的Linux版本,在那里我可以使用群集功能。

我在2.38.0 Windows发行版中也没有看到它,我在Cygwin 2.40.1版本中看到了它。没有进一步调查,但可能是一个“新”程序或一个不在所有发行版中的程序。好的,所以我不是瞎子。我在哪里可以买到2.40.1版本?我会看看我会的,谢谢你@Albert。我只是假设,由于Dokument与2011年签署,该功能有点旧。我也会期待这一点,但可能不是所有发行版都包含cluster.exe(今天我也没有听说过)。
SYNOPSIS
 cluster[−v?] [−Ck][−ck][−ooutfile][ files]
DESCRIPTION
 cluster takes as input a graph in DOT format, finds node clusters and augments the graph with     this informa- tion. The clusters are specified by the "cluster" attribute attached to nodes; 
 cluster values are non-negative integers. cluster attempts to maximize the modularity of the clustering. If the edge attribute "weight" is defined, this will be used in computing the clustering.