Results 2 issues of TVect

我使用aho_corasick.h进行测试 ``` AhoCorasick ac_demo; ac_demo.add("abc"); ac_demo.add("bc"); ac_demo.add("b"); ac_demo.make(); vector ret; ac_demo.search("abcx", ret); ``` 只能匹配出abc和bc, 中间的b没有匹配出来 ???

Hello, may I ask if it's possible to ensure the interaction of certain key amino acid residues during the docking process? In fact, we need to dock a series of...