StructJuMP / StructJuMP.jl

A block-structured optimization framework for JuMP
Other
54 stars 19 forks source link

Pull request/796d42c3 #45

Closed ktarplee closed 7 years ago

ktarplee commented 7 years ago

Added a deterministic linear programming solver (really based on a conic solver).

Also added more unit tests (from examples)

joehuchette commented 7 years ago

Also, Clp will need to be added explicitly to test/REQUIRE in order for Travis to pass.

ktarplee commented 7 years ago

Do you want to enable http://Coveralls.io for this repo. It looks like the travis.yml file I found has code coverage working but no where to submit it.

From travis...

Submitting data to Coveralls... Result of submission: {"message":"Couldn't find a repository matching this job.","error":true}

joehuchette commented 7 years ago

Just turned on Coveralls for the repo

joehuchette commented 7 years ago

Great, thanks @ktarplee!