afurculita / IP-BranchAndBound

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%