Skip to content
/ mbbp Public

Effective algorithms for maximum bipartite biclique problem

Notifications You must be signed in to change notification settings

joey001/mbbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mbbp

Implementation of reduced restart tabu search for mbbp problem. Support instances include random instances and KONECT instances

Installation

git clone  https://github.com/joey001/mbbp.git
make

Usage

mbbp -f <filename> -t <maximum seconds> [-s <seed>] [-o <best know result>]

Branches

  • TSGR-MBBP: An implementation of TSGR-MBBP, which combines an Constraint-Balanced Tabu Search (CBTS) and two graph reduction techniques.
  • Greedy: An implementation of A. Al-Yamani et al's algorithm https://doi.org/10.1109/TCSI.2007.907875

License

GNU General Public License

About

Effective algorithms for maximum bipartite biclique problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published