Skip to content

Commit

Permalink
feat(release): updated README with a usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
islerfab committed Jan 19, 2019
1 parent 36163ac commit 41276ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ serveral solvers** used by the end user.</p>
* Support for multiple solutions (solution pools) under CPlex.
* Support for MIQCQP under CPlex
* Client/server support with load balancing (when compiled for it)

## Usage
JOpt is released on Maven Central: https://mvnrepository.com/artifact/edu.harvard.eecs/jopt

To use it, just include it in your Maven / Gradle dependencies.

Alternatively, if you don't use Maven nor Gradle, you can also simply download the newest version's JAR and include it in your project.
The JAR is published along with the [release](https://github.com/blubin/JOpt/releases/).

## Limitations

Expand Down

0 comments on commit 41276ee

Please sign in to comment.