chkwon / PATHSolver.jl

provides a Julia wrapper for the PATH Solver for solving mixed complementarity problems
http://pages.cs.wisc.edu/%7Eferris/path.html
MIT License
51 stars 15 forks source link

Error in version v0.6, v0.6.2 works #46

Closed chrished closed 3 years ago

chrished commented 3 years ago

The version v0.6 gives the error described in this issue: https://github.com/chkwon/PATHSolver.jl/issues/42

However, just switching to v0.6.2 makes this issue disappear. For other who may encounter the issue: could the Readme be changed to include this line instead:

Pkg.add(Pkg.PackageSpec(name = "PATHSolver", version = v"0.6.2"))

Thanks!

chkwon commented 3 years ago

Thanks! Updated README.