Skip to content

Commit

Permalink
doc: Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Apr 11, 2024
1 parent 48a6650 commit f7ea987
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@

[![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![License][license-img]][license-url]

coinclp-sys crate is a *-sys crate. The package provides Low-level bindings to the [Clp] library.
`coinclp-sys` crate is a *-sys crate. The package provides Low-level bindings to the [Clp] library.

By this package, you don't need to worry about installing Clp in the system, and it's a package for **all platforms**.

Clp (Coin-or linear programming) is an open-source linear programming solver. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available.

## Usage

Just add the following to your `Cargo.toml`:

```toml
[dependencies]
coinclp-sys = "0.2"
coinclp-sys = "\*"
```

## Library Linking

if you want to know the detail about how it compile or link the Clp, please see [Clp-src].

## Contribution
Expand Down

0 comments on commit f7ea987

Please sign in to comment.