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
50 stars 15 forks source link

Binaries #110

Closed odow closed 4 months ago

odow commented 5 months ago

I talked to Michael about the binaries hosted at https://pages.cs.wisc.edu/~ferris/path/julia/

We have the problem that if he updates these, then we're going to break users because these hashes will break: https://github.com/chkwon/PATHSolver.jl/blob/7d6de732efd4db2f9b9f70e6d315d95f8e200f30/src/PATHSolver.jl#L22-L38

The solution is for us to host the binaries, likely as release assets or in a different branch of this repo, and then use Artifacts.toml. That'll let us decide when to update the binaries, and we we can have control over the versioning.