Giter VIP home page Giter VIP logo

sbnb's Introduction

sbnb

A Branch-and-Bound framework that keeps things simple

Usage

sbnb has a simple command line interface with a few flags.

sbnb [-d|-b] [-f] [-v] [-c] file_path
    -d: Set node selection to 'Depth first traversal' (default)
    -b: Set node selection to 'Breadth first traversal'
    -f: Set branching rule to 'First fractional' (default)
    -v: Enable verbose output
    -c: Compare with Cplex Solver
    file_path: Location of linear problem file (.lp/.mps file formats). REQUIRED

Examples:

$ sbnb -bc test/models/sample3.mps
$ sbnb -v test/models/sample10.mps

Installation

Clone the git repository to your local hard drive and build the project with make or cmake.

$ git clone https://github.com/dsuzk/sbnb.git
$ cd sbnb
$ make

The excecutable then can be found in the /bin directory.

Requirements

sbnb is designed to have minimal requirements and dependencies.

It only requires IBM ILOG CPLEX Optimization Studio to be installed at the following directories:

CPLEX       = /vol/informatik/ilog/cplex1263
CONCERT     = /vol/informatik/ilog/concert

Alternatively you can change the according paths for the linker in the Makefile.

sbnb currently works under Linux and Mac OS.

sbnb's People

Contributors

dsuzk avatar indyfree avatar nreinhol avatar schirrmacher avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.