algorithms
Branch and bound and some problem reductions with java
Problems solved
- Independent set (greedy approach)
- Independent set (Branch and Bound approach)
- Clique problem
- SAT
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBranch and bound and some problem reductions with java