Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Apr 12, 2023
1 parent 7ae7bdb commit 83e87db
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage](https://codecov.io/gh/ZIB-IOL/Boscia.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/ZIB-IOL/Boscia.jl)
[![Genie Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Boscia)](https://pkgs.genieframework.com?packages=Boscia)

A package for Branch-and-Bound on top of Frank-Wolfe methods.
A solver for Mixed-Integer Convex Optimization that uses Frank-Wolfe methods for convex relaxations and a branch-and-bound algorithm.

## Overview

Expand All @@ -23,8 +23,16 @@ A paper presenting the package with mathematical explanations and numerous examp

## Installation

Add Boscia in its current state with:
Add the Boscia stable release with:

```julia
import Pkg
Pkg.add("Boscia")
```

Or get the latest master branch with:
```julia
import Pkg
Pkg.add(url="https://github.com/ZIB-IOL/Boscia.jl", rev="main")
```

Expand Down

0 comments on commit 83e87db

Please sign in to comment.