Skip to content

Java implementation of a total unimodularity based branch and bound method for boolean integer programming

License

Notifications You must be signed in to change notification settings

afurculita/IP-BranchAndBound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Total Unimodularity Based Branch-and-Bound Method for Integer Programming

This repository contains a Java implementation of the algorithm described in the paper "A Total Unimodularity Based Branch-and-Bound Method for Integer Programming" by Jun Wang, Mei Long and Duan Li.

The implementation is for Random 3-SAT and uses the JOptimizer library for solving the relaxation problem used in the branch and bound technique.

About

Java implementation of a total unimodularity based branch and bound method for boolean integer programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages