0
votes
2answers
56 views
Boost MinCut from MaxFlow
I need to get an st-MinCut of a graph. I recently started using the C++ Boost libraries, which don't seem to have that st-MinCut functionality, but the do have MaxFlow implementations and I can (in …
0
votes
1answer
79 views
Has anyone seen a 2-Sat implementation
I have been looking for a while, but I just can't seem to find any implementation of the 2-Sat algorithm.
I am working in c++ with the boost library (which has a …
