YupingLu / biclique

Maximal Biclique Enumeration in Bipartite Graphs
https://github.com/YupingLu/biclique
GNU General Public License v2.0
21 stars 10 forks source link

bi.clique not able to open file #9

Closed wenhanui closed 5 years ago

wenhanui commented 5 years ago

I am trying to use bi.clique for this edge list (attached file) 5 4 8 u1 v1 u1 v2 u2 v1 u2 v2 u3 v4 u4 v1 u4 v2 u5 v1

bi.clique(toy_problem,3,2) returns error: Can't open file c("u1 t2", "u2 t1", "u2 t2", "u3 t4", "u4 t1", "u4 t2", "u5 t1") Error in seq.default(1, nelems - 9, 3) : 'to' must be of length 1 toy problem.el.txt