scipopt / SCIP.jl

Julia interface to SCIP solver
MIT License
95 stars 24 forks source link

Cannot install globally in Windows #260

Closed mzy2240 closed 1 year ago

mzy2240 commented 1 year ago

It only works if I switch to the SCIP.jl folder. If build in globe, even if under the correct folder, it will still point to the wrong dll installed from SCIP_jll.

mzy2240 commented 1 year ago

instead of build, run add . at the local clone solves the issue.