Skip to content

Commit

Permalink
Add a Gitter chat badge to README.rst (#86)
Browse files Browse the repository at this point in the history
* Various fixes (#78)

fix: objective.value should return None if not in model
fix: get correct primal values from glpk MIPs
test: add test for obj value without model
fix: allow older versions of cplex
Numerous gurobi fixes
Miplib test suite

* Add Gitter badge

* Fix gitter badge location

* Fix gitter badge 2
  • Loading branch information
gitter-badger authored and KristianJensen committed Mar 23, 2017
1 parent c86d37f commit 19a71e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ optlang

*Sympy based mathematical programming language*

|PyPI| |License| |Travis| |Appveyor| |Coverage Status| |Documentation Status| |JOSS| |DOI|
|PyPI| |License| |Travis| |Appveyor| |Coverage Status| |Documentation Status| |Gitter| |JOSS| |DOI|

Optlang is a Python package for solving mathematical optimization
problems, i.e. maximizing or minimizing an objective function over a set
Expand Down Expand Up @@ -153,4 +153,7 @@ also provides a good overview of the project's roadmap.
:target: https://zenodo.org/badge/latestdoi/5031/biosustain/optlang
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/443yp8hf25c6748h/branch/master?svg=true
:target: https://ci.appveyor.com/project/phantomas1234/optlang/branch/master
.. |Gitter| image:: https://badges.gitter.im/biosustain/optlang.svg
:alt: Join the chat at https://gitter.im/biosustain/optlang
:target: https://gitter.im/biosustain/optlang?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

0 comments on commit 19a71e3

Please sign in to comment.