我按照以下网站https://lemon.cs.elte.hu/trac/lemon/wiki/InstallLinux中的说明将库安装在linux系统中。
我想找到一个柠檬二分图的最大匹配,并且发现柠檬库http://lemon.cs.elte.hu/pub/doc/latest-svn/a00381.html中有一个算法。
当我#include <lemon/bipartite_matching.h>
时,编译器报告柠檬中不存在名为bipartite_matching.h
的文件,因此我检查了从https://lemon.cs.elte.hu/trac/lemon/wiki/Downloads下载的压缩文件中的文件,但找不到{ {1}}。
有人知道该文件丢失的可能原因吗?