Latex, karnaugh-map usepackage, 无法连接特定的单元格

Latex, karnaugh-map usepackage, unable to connect specific cells

我需要使用\usepackage{karnaugh-map} 来绘制一些卡诺图。在这个table:

\begin{karnaugh-map}

    \manualterms{1,0,0,1,0,0,0,0,1,1,1,1,0,1,1,1}

\end{karnaugh-map}

我想像图片那样操作逻辑连接

但是我真的不知道怎么操作link0到8,还有3到11,有没有办法得到如图的东西

以下可能接近:

\begin{karnaugh-map}
   \manualterms{1,0,0,1,0,0,0,0,1,1,1,1,0,1,1,1}
   \implicant{13}{11}
   \implicant{15}{10}
   \implicantedge{0}{0}{8}{8}
   \implicantedge{3}{3}{11}{11}
\end{karnaugh-map}

您可以在手册中找到更多信息karnaugh-map.pdf