Skip to content

Releases: jump-dev/Clp.jl

v0.8.2

27 Oct 20:09
0f30c44
Compare
Choose a tag to compare

Clp v0.8.2

Diff since v0.8.1

Closed issues:

  • copy_to incorrectly maps scalar constraints (#100)

Merged pull requests:

  • Simplify handling of options and clarify documentation (#99) (@odow)
  • Fix indexing bug in copy_to (#101) (@odow)

v0.8.1

11 Sep 03:07
b271b17
Compare
Choose a tag to compare

Clp v0.8.1

Diff since v0.8.0

Closed issues:

  • Segfault when solving large problem with barrier (#81)
  • Error building 'Clp' cannot generate deps.jl (#90)
  • MethodError when setting PresolveType and SolveType through MOI (#91)
  • Bump CEnum? (#95)

Merged pull requests:

v0.8.0

11 May 15:03
Compare
Choose a tag to compare

Clp v0.8.0

Diff since v0.7.2

Closed issues:

  • Documentation for SolveType = 2 (#23)
  • Symbol errors when running JuMP's tests (#39)
  • support getting objective bound (#59)
  • maximum_seconds returns weird results (#65)
  • Default LogLevel is 1 rather than 0 as documented in README (#79)
  • Don't query entire solution vector every time (#84)

Merged pull requests:

v0.7.2

06 May 17:03
397d381
Compare
Choose a tag to compare

Clp v0.7.2

Diff since v0.7.1

Closed issues:

  • Building Clp on Julia 1.3.0-rc3.0 (#70)
  • Library not loaded : @rpath/libgfortran.4.dylib (#73)
  • Tag new version? (#76)

Merged pull requests:

  • Deal with String RawParameters (#75) (@odow)
  • Add Clp_jll (#77) (@odow)
  • Use Clp_jll binaries on Julia pre v1.3 too (#78) (@blegat)
  • Typos in load_quadratic_objective corrected (#82) (@MassimoDeMauri)
  • Switch to loadProblem instead of incremental building and tidy MOI wrapper (#83) (@odow)
  • Rename files (#85) (@blegat)
  • Update Project.toml (#86) (@odow)

v0.7.1

20 Feb 18:03
c6121a5
Compare
Choose a tag to compare

Clp v0.7.1

Diff since v0.7.0

Closed issues:

  • Implement LQOI.add_mip_start (#47)
  • Update MathProgBase instructions in the README (#58)
  • MathOptInterface installation? Is it a problem with JuMP 0.19.2 and Julia version 1.2.0? (#61)
  • Add a Project.toml (#62)

Merged pull requests:

v0.7.0

30 Oct 21:18
v0.7.0
Compare
Choose a tag to compare

v0.7.0 (2019-10-30)

Diff since v0.6.2

Closed issues:

  • maximumIterations not found on maxOS and Windows builds (#71)
  • ccall to maximumIterations fails (#67)
  • error with an infeasible diet problem (#40)

Merged pull requests:

v0.6.2: remove 0.6-dependent code, invalid 1.0 (#60)

12 Apr 02:05
Compare
Choose a tag to compare
* remove 0.6-dependent code, invalid 1.0

* return empty

* added 8c test

* un-skip test 8

* added breaking test

* complete test

* Tidy unit test

v0.6.1: Minimal updates for LQOI 0.6.0 (#50)

07 Jan 21:21
Compare
Choose a tag to compare
* Minimal updates for LQOI 0.6.0

* Fix typo

* Handle the "ignore" sense

* Broaden catch for FEASIBILITY_SENSE instead of throwing error

* Ensure sense is 0 if not in {-1, 1}

v0.6.0: Multi-GCC BinaryBuilder Binary Dependencies for Julia v1.0 (#48)

04 Jan 02:59
Compare
Choose a tag to compare
* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

fix gcc4 bug in Windows

* Update build.jl

* Update build.jl

* Update build.jl

* update BinaryProvider requirement to 0.5.3

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update build.jl

* Update README.md

* Update REQUIRE

* Update .travis.yml

* Update appveyor.yml

* Update README.md

* Update README.md

* Update Clp.jl

* Update build.jl

* should actually work on julia v0.7 too

* Minor edits

* Document unused import.

* style fixes and comments

* Update build.jl

v0.5.1

30 Oct 21:57
Compare
Choose a tag to compare
 Fix: using SparseArrays to enable get constraint matrix function.  (…