Skip to content

Commit

Permalink
Fix link in README and add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Apr 26, 2023
1 parent 7528c6d commit b2c77ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,5 +1,9 @@
# Pajarito.jl

[![Build Status](https://github.com/jump-dev/Pajarito.jl/workflows/CI/badge.svg?branch=main)](https://github.com/jump-dev/Pajarito.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/jump-dev/Pajarito.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/jump-dev/Pajarito.jl)


Pajarito is a **mixed-integer convex programming** (MICP) solver package written
in [Julia](http://julialang.org/).

Expand Down Expand Up @@ -109,8 +113,8 @@ Pajarito's solution will not necessarily satisfy `tol_feas`.

## Cone interface

Pajarito has a generic cone interface (see the [cones folder](src/Cones/)) that
allows the user to add support for new convex cones.
Pajarito has a generic cone interface (see the [cones folder](https://github.com/jump-dev/Pajarito.jl/tree/main/src/Cones)
that allows the user to add support for new convex cones.

To illustrate, in the experimental package [PajaritoExtras](https://github.com/chriscoey/PajaritoExtras.jl)
we have extended Pajarito by adding support for several cones recognized by
Expand Down

0 comments on commit b2c77ef

Please sign in to comment.