Skip to content

Releases: chkwon/PATHSolver.jl

v1.7.7

12 Jun 22:31
9529cce
Compare
Choose a tag to compare

PATHSolver v1.7.7

Diff since v1.7.6

Merged pull requests:

Closed issues:

  • Add error message when solve fails due to missing license - Feature Request (#116)

v1.7.6

28 May 22:55
cbb4b8a
Compare
Choose a tag to compare

PATHSolver v1.7.6

Diff since v1.7.5

Merged pull requests:

v1.7.5

10 Apr 02:17
d6fc14e
Compare
Choose a tag to compare

PATHSolver v1.7.5

Diff since v1.7.4

Merged pull requests:

  • Switch to using Artifacts.toml for binaries (#111) (@odow)
  • Prep for v1.7.5 (#112) (@odow)

Closed issues:

PATH binaries for v5.0.3

09 Apr 23:46
7d6de73
Compare
Choose a tag to compare
Pre-release

This release is for caching binaries of PATH so that we can reference them in Artifacts.toml.

They are redistributed here with permission by M. Ferris for the use in PATHSolver.jl only.

If you are using PATH via a different interface, please download them directly from https://pages.cs.wisc.edu/~ferris/path.html.

v1.7.4

04 Mar 21:28
7d6de73
Compare
Choose a tag to compare

PATHSolver v1.7.4

Diff since v1.7.3

Merged pull requests:

Closed issues:

  • Bounds Error solving model in v1.7.3 (#106)

v1.7.3

25 Feb 23:30
4787294
Compare
Choose a tag to compare

PATHSolver v1.7.3

Diff since v1.7.2

Merged pull requests:

  • Improve code coverage (#103) (@odow)
  • Add support for MOI.VariableName and MOI.ConstraintName (#104) (@odow)
  • Remove optional c_flush (#105) (@odow)

Closed issues:

  • Add support for MOI.VariableName and MOI.ConstraintName (#102)

v1.7.2

31 Jan 02:33
f03d0a7
Compare
Choose a tag to compare

PATHSolver v1.7.2

Diff since v1.7.1

Merged pull requests:

  • Fix MOI wrapper if solve_mcp fails (#101) (@odow)

v1.7.1

03 Dec 21:38
72d8307
Compare
Choose a tag to compare

PATHSolver v1.7.1

Diff since v1.7.0

Merged pull requests:

v1.7.0

11 Nov 03:22
7efbc94
Compare
Choose a tag to compare

PATHSolver v1.7.0

Diff since v1.5.0

Merged pull requests:

  • Add support for VectorNonlinearFunction (#82) (@odow)
  • Update README.md (#89) (@odow)
  • Prep for v1.6.0 (#90) (@odow)
  • Throw error for under- or over-specified nonlinear MCPs (#92) (@odow)
  • Minor re-organization of MOI_wrapper.jl (#94) (@odow)
  • Add support for MOI.UserDefinedFunction (#95) (@odow)
  • Prep for v1.7.0 (#96) (@odow)

Closed issues:

  • Is the redistribution available to solve a nonlinear (mixed) complementarity problem? (#87)
  • Gurobi to PathSolver (#91)
  • Support MOI.UserDefinedFunction (#93)

v1.5.0

02 Aug 03:48
3b5d410
Compare
Choose a tag to compare

PATHSolver v1.5.0

Diff since v1.4.2

Closed issues:

  • PATHSolver doesn't build on aarch64-apple-darwin (#61)
  • Solver error crashes Julia session (#70)

Merged pull requests:

  • Various minor maintenance changes (#86) (@odow)
  • Add support for Apple Silicon (#88) (@odow)