Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
135 stars 13 forks source link

Remove usage of hashes #180

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

I think as https://github.com/jump-dev/MathOptInterface.jl/pull/1088 got merged the ordering of the constraints should be the same now such that there is no need to rely on hashes which btw changed in Julia v1.4 :confused:

Removing the hashes for the current version and for #178 and run them through regression tests should help to figure out whether we can rely on that :smile: