CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    2

    find K maximal cliques in boost graph library

    Hi,

    I need to find K maximal cliques in a graph. I am currently using C++ boost graph library, but I cannot find any library to support it.

    Of course, the algorithm is not limited for boost graph library. If anyone knows where to find a C++ code for it, please let me know. Many thanks.

    Joe

  2. #2
    Join Date
    Dec 2010
    Posts
    2

    Re: find K maximal cliques in boost graph library

    I found a solution, called Cliquer. It works well in UNIX/LINUX. In windows, I need to change some code to make it work.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured